#02590F

Color #02590F Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #02590F

Tints of Green #02590F

Color information

#02590F (or 0x02590F) is unknown color: approx Green. HEX triplet: 02, 59 and 0F. RGB value is (2,89,15). Sum of RGB (Red+Green+Blue) = 2+89+15=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 89 (35.16% from 255 or 83.96% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 89 - color contains mainly: green. Hex color #02590F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02590F is #FDA6F0. Grayscale: #363636. Windows color (decimal): -16623345 or 1005826. OLE color: 1005826.

HSL color Cylindrical-coordinate representation of color #02590F: hue angle of 128.97º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02590F is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB28915-
CMYK0.9800.830.65
HSL128.97º95.6%17.84%-
HSV(B)128.97º97.75%34.9%-
XYZ3.687.191.65-
YUV54.55105.6890.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 89 (35.16% from 255) = 83.96%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=1.89%
G=83.96%
B=14.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289150.9800.830.65128.9795.617.84
Hex259F6205341816012
Octal213117142012310120114022
Binary1010110011111110001001010011100000110000001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02590F; }

 p { color: rgb(2,89,15); }

 H1.HeaderClassName
 {
   color: #02590F;
 }
 .AnyTagClassName
 {
   color: #02590F;
 }
</style>
background-color css

<style>
 a { background-color: #02590F; }

 a { background-color: rgb(2,89,15); }

 div.DivClassName
 {
   background-color: #02590F;
 }
 .BgClassName
 {
   background-color: #02590F;
 }
</style>
border-color css

<style>
 span { border-color: #02590F; }

 span { border-color: rgb(2,89,15); }

 td.TdClassName
 {
   border-color: #02590F;
 }
 .TagClassName
 {
   border-color: #02590F;
 }
</style>