Color Hex Logo

#02890f Color Hex

#02890F
(2,137,15)
0 Favorites   0 Comments

Color spaces of #02890f

RGB 213715
HSL0.350.970.27
HSV126°99°54°
CMYK 0.990.000.89   0.46
XYZ9.056917.93873.4371
Yxy17.93870.29760.5895
Hunter Lab42.3541-35.949724.8364
CIE-Lab49.4217-53.614049.5877

#02890f color RGB value is (2,137,15).

#02890f hex color red value is 2, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #02890f hue: 0.35 , saturation: 0.97 and the lightness value of 02890f is 0.27.

The process color (four color CMYK) of #02890f color hex is 0.99, 0.00, 0.89, 0.46. Web safe color of #02890f is #009900. Color #02890f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001001 00001111
Octal 2 211 17
Decimal 2 137 15
Hex 2 89 F

RGB Percentages of Color #02890f

%1.30
%88.96
%9.74

CMYK Percentages of Color #02890f

%99
%0
%89
%46

Triadic Colors of #02890f

#02890f #0f0289 #890f02

Analogous Colors of #02890f

#02890f #028953 #388902

Monochromatic Colors of #02890f

#02890f

Complementary Color

#02890f #89027c

#02890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02890f Color CSS Codes

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

#02890f Text Font Color

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

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


#02890f Background Color

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

This div background color is #02890f


#02890f Border Color

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

This div border color is #02890f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02890f


Comments

No comments written yet.

Please login to write comment.