Color Hex Logo

#02740b Color Hex

#02740B
(2,116,11)
0 Favorites   0 Comments

Color spaces of #02740b

RGB 211611
HSL0.350.970.23
HSV125°98°45°
CMYK 0.980.000.91   0.55
XYZ6.330812.52792.4011
Yxy12.52790.29780.5893
Hunter Lab35.3948-30.013920.7542
CIE-Lab42.0431-47.506243.9893

#02740b color RGB value is (2,116,11).

#02740b hex color red value is 2, green value is 116 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #02740b hue: 0.35 , saturation: 0.97 and the lightness value of 02740b is 0.23.

The process color (four color CMYK) of #02740b color hex is 0.98, 0.00, 0.91, 0.55. Web safe color of #02740b is #006600. Color #02740b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110100 00001011
Octal 2 164 13
Decimal 2 116 11
Hex 2 74 B

RGB Percentages of Color #02740b

%1.55
%89.92
%8.53

CMYK Percentages of Color #02740b

%98
%0
%91
%55

Triadic Colors of #02740b

#02740b #0b0274 #740b02

Analogous Colors of #02740b

#02740b #027444 #327402

Monochromatic Colors of #02740b

#02740b

Complementary Color

#02740b #74026b

#02740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02740b Color CSS Codes

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

#02740b Text Font Color

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

This sample text font color is #02740b
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.


#02740b Background Color

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

This div background color is #02740b


#02740b Border Color

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

This div border color is #02740b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02740b


Comments

No comments written yet.

Please login to write comment.