#02590D

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

Shades of Green #02590D

Tints of Green #02590D

Color information

#02590D (or 0x02590D) is unknown color: approx Green. HEX triplet: 02, 59 and 0D. RGB value is (2,89,13). Sum of RGB (Red+Green+Blue) = 2+89+13=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 89 (35.16% from 255 or 85.58% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 89 - color contains mainly: green. Hex color #02590D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02590D is #FDA6F2. Grayscale: #363636. Windows color (decimal): -16623347 or 874754. OLE color: 874754.

HSL color Cylindrical-coordinate representation of color #02590D: hue angle of 127.59º 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 #02590D is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB28913-
CMYK0.9800.850.65
HSL127.59º95.6%17.84%-
HSV(B)127.59º97.75%34.9%-
XYZ3.677.191.57-
YUV54.32104.6890.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 89 (35.16% from 255) = 85.58%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=1.92%
G=85.58%
B=12.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289130.9800.850.65127.5995.617.84
Hex259D6205541806012
Octal213115142012510120014022
Binary1010110011101110001001010101100000110000000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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