Color Hex Logo

#02590f Color Hex

#02590F
(2,89,15)
0 Favorites   0 Comments

Color spaces of #02590f

RGB 28915
HSL0.360.960.18
HSV129°98°35°
CMYK 0.980.000.83   0.65
XYZ3.68367.19221.6460
Yxy7.19220.29420.5744
Hunter Lab26.8183-22.414315.1338
CIE-Lab32.2405-38.727733.7210

#02590f color RGB value is (2,89,15).

#02590f hex color red value is 2, green value is 89 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #02590f hue: 0.36 , saturation: 0.96 and the lightness value of 02590f is 0.18.

The process color (four color CMYK) of #02590f color hex is 0.98, 0.00, 0.83, 0.65. Web safe color of #02590f is #006600. Color #02590f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011001 00001111
Octal 2 131 17
Decimal 2 89 15
Hex 2 59 F

RGB Percentages of Color #02590f

%1.89
%83.96
%14.15

CMYK Percentages of Color #02590f

%98
%0
%83
%65

Triadic Colors of #02590f

#02590f #0f0259 #590f02

Analogous Colors of #02590f

#02590f #02593b #215902

Monochromatic Colors of #02590f

#02590f

Complementary Color

#02590f #59024c

#02590f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02590f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02590f Color CSS Codes

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

#02590f Text Font Color

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

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


#02590f Background Color

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

This div background color is #02590f


#02590f Border Color

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

This div border color is #02590f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,89,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 #02590f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02590f

#02590f Color Palettes


Comments

No comments written yet.

Please login to write comment.