Shades of Green #02590F
Tints of Green #02590F
RGB
CMYK
RGB Variations
Color information
#02590F (or 0x02590F) is known color: 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
| RGB | 2 | 89 | 15 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.65 |
| HSL | 128.97º | 0.96% | 0.18% | - |
| HSV(B) | 128.97º | 0.98% | 0.35% | - |
| XYZ | 3.68 | 7.19 | 1.65 | - |
| YUV | 54.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 15 | 0.98 | 0 | 0.83 | 0.65 | 128.97 | 0.96 | 0.18 |
| Hex | 2 | 59 | F | 62 | 0 | 53 | 41 | 81 | 60 | 12 |
| Octal | 2 | 131 | 17 | 142 | 0 | 123 | 101 | 201 | 140 | 22 |
| Binary | 10 | 1011001 | 1111 | 1100010 | 0 | 1010011 | 1000001 | 10000001 | 1100000 | 10010 |
Color Harmonies of #02590F
Complementary color
Monochromatic Colors of #02590F
Black with #02590F
Text Example
Text Example
White with #02590F
Text Example
Text Example
HTML Codes & Css Web 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>