Shades of Dark Green #020F0A
Tints of Dark Green #020F0A
RGB
CMYK
RGB Variations
Color information
#020F0A (or 0x020F0A) is known color: Dark Green. HEX triplet: 02, 0F and 0A. RGB value is (2,15,10). Sum of RGB (Red+Green+Blue) = 2+15+10=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 15 (6.25% from 255 or 55.56% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 15 - color contains mainly: green. Hex color #020F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F0A is #FDF0F5. Grayscale: #0A0A0A. Windows color (decimal): -16642294 or 659202. OLE color: 659202.
HSL color Cylindrical-coordinate representation of color #020F0A: hue angle of 156.92º 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 #020F0A is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 15 | 10 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.94 |
| HSL | 156.92º | 0.76% | 0.03% | - |
| HSV(B) | 156.92º | 0.87% | 0.06% | - |
| XYZ | 0.25 | 0.38 | 0.35 | - |
| YUV | 10.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 10 | 0.87 | 0 | 0.33 | 0.94 | 156.92 | 0.76 | 0.03 |
| Hex | 2 | F | A | 57 | 0 | 21 | 5E | 9D | 4C | 3 |
| Octal | 2 | 17 | 12 | 127 | 0 | 41 | 136 | 235 | 114 | 3 |
| Binary | 10 | 1111 | 1010 | 1010111 | 0 | 100001 | 1011110 | 10011101 | 1001100 | 11 |
Color Harmonies of #020F0A
Complementary color
Monochromatic Colors of #020F0A
Black with #020F0A
Text Example
Text Example
White with #020F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F0A; }
p { color: rgb(2,15,10); }
H1.HeaderClassName
{
color: #020F0A;
}
.AnyTagClassName
{
color: #020F0A;
}
</style>
background-color css
<style>
a { background-color: #020F0A; }
a { background-color: rgb(2,15,10); }
div.DivClassName
{
background-color: #020F0A;
}
.BgClassName
{
background-color: #020F0A;
}
</style>
border-color css
<style>
span { border-color: #020F0A; }
span { border-color: rgb(2,15,10); }
td.TdClassName
{
border-color: #020F0A;
}
.TagClassName
{
border-color: #020F0A;
}
</style>