Shades of Dark Green #020F09
Tints of Dark Green #020F09
RGB
CMYK
RGB Variations
Color information
#020F09 (or 0x020F09) is known color: Dark Green. HEX triplet: 02, 0F and 09. RGB value is (2,15,9). Sum of RGB (Red+Green+Blue) = 2+15+9=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 15 (6.25% from 255 or 57.69% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 15 - color contains mainly: green. Hex color #020F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F09 is #FDF0F6. Grayscale: #0A0A0A. Windows color (decimal): -16642295 or 593666. OLE color: 593666.
HSL color Cylindrical-coordinate representation of color #020F09: hue angle of 152.31º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #020F09 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 15 | 9 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.94 |
| HSL | 152.31º | 0.76% | 0.03% | - |
| HSV(B) | 152.31º | 0.87% | 0.06% | - |
| XYZ | 0.25 | 0.37 | 0.32 | - |
| YUV | 10.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 9 | 0.87 | 0 | 0.40 | 0.94 | 152.31 | 0.76 | 0.03 |
| Hex | 2 | F | 9 | 57 | 0 | 28 | 5E | 98 | 4C | 3 |
| Octal | 2 | 17 | 11 | 127 | 0 | 50 | 136 | 230 | 114 | 3 |
| Binary | 10 | 1111 | 1001 | 1010111 | 0 | 101000 | 1011110 | 10011000 | 1001100 | 11 |
Color Harmonies of #020F09
Complementary color
Monochromatic Colors of #020F09
Black with #020F09
Text Example
Text Example
White with #020F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F09; }
p { color: rgb(2,15,9); }
H1.HeaderClassName
{
color: #020F09;
}
.AnyTagClassName
{
color: #020F09;
}
</style>
background-color css
<style>
a { background-color: #020F09; }
a { background-color: rgb(2,15,9); }
div.DivClassName
{
background-color: #020F09;
}
.BgClassName
{
background-color: #020F09;
}
</style>
border-color css
<style>
span { border-color: #020F09; }
span { border-color: rgb(2,15,9); }
td.TdClassName
{
border-color: #020F09;
}
.TagClassName
{
border-color: #020F09;
}
</style>