Color Hex Logo

#046002 Color Hex

#046002
(4,96,2)
0 Favorites   0 Comments

Color spaces of #046002

RGB 4962
HSL0.330.960.19
HSV119°98°38°
CMYK 0.960.000.98   0.62
XYZ4.24398.39591.4543
Yxy8.39590.30110.5957
Hunter Lab28.9757-24.563617.3072
CIE-Lab34.7942-41.557240.1234

#046002 color RGB value is (4,96,2).

#046002 hex color red value is 4, green value is 96 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #046002 hue: 0.33 , saturation: 0.96 and the lightness value of 046002 is 0.19.

The process color (four color CMYK) of #046002 color hex is 0.96, 0.00, 0.98, 0.62. Web safe color of #046002 is #006600. Color #046002 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100000 00000010
Octal 4 140 2
Decimal 4 96 2
Hex 4 60 2

RGB Percentages of Color #046002

%3.92
%94.12
%1.96

CMYK Percentages of Color #046002

%96
%0
%98
%62

Triadic Colors of #046002

#046002 #020460 #600204

Analogous Colors of #046002

#046002 #02602f #336002

Monochromatic Colors of #046002

#046002

Complementary Color

#046002 #5e0260

#046002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046002 Color CSS Codes

.mybgcolor {background-color:#046002; } 
.myforecolor {color:#046002; }
.mybordercolor {border:3px solid #046002; }

#046002 Text Font Color

<p style="color:#046002">Text here</p>

This sample text font color is #046002
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#046002 Background Color

<div style="background-color:#046002">
Div content here</div>

This div background color is #046002


#046002 Border Color

<div style="border:3px solid #046002">
Div here</div>

This div border color is #046002


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,96,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046002; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046002;
  -webkit-box-shadow: 1px 1px 3px 2px #046002;
  box-shadow:         1px 1px 3px 2px #046002; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,96,2, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #046002">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #046002;
  -webkit-box-shadow: 1px 1px 3px 2px #046002;
  box-shadow:         1px 1px 3px 2px #046002;">
Div content here</div>

This div box has shadow with color #046002


Comments

No comments written yet.

Please login to write comment.