Shades of Dark Green #020F0B
Tints of Dark Green #020F0B
RGB
CMYK
RGB Variations
Color information
#020F0B (or 0x020F0B) is known color: Dark Green. HEX triplet: 02, 0F and 0B. RGB value is (2,15,11). Sum of RGB (Red+Green+Blue) = 2+15+11=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #020F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F0B is #FDF0F4. Grayscale: #0A0A0A. Windows color (decimal): -16642293 or 724738. OLE color: 724738.
HSL color Cylindrical-coordinate representation of color #020F0B: hue angle of 161.54º 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 #020F0B is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 15 | 11 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.94 |
| HSL | 161.54º | 0.76% | 0.03% | - |
| HSV(B) | 161.54º | 0.87% | 0.06% | - |
| XYZ | 0.26 | 0.38 | 0.38 | - |
| YUV | 10.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 11 | 0.87 | 0 | 0.27 | 0.94 | 161.54 | 0.76 | 0.03 |
| Hex | 2 | F | B | 57 | 0 | 1B | 5E | A2 | 4C | 3 |
| Octal | 2 | 17 | 13 | 127 | 0 | 33 | 136 | 242 | 114 | 3 |
| Binary | 10 | 1111 | 1011 | 1010111 | 0 | 11011 | 1011110 | 10100010 | 1001100 | 11 |
Color Harmonies of #020F0B
Complementary color
Monochromatic Colors of #020F0B
Black with #020F0B
Text Example
Text Example
White with #020F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F0B; }
p { color: rgb(2,15,11); }
H1.HeaderClassName
{
color: #020F0B;
}
.AnyTagClassName
{
color: #020F0B;
}
</style>
background-color css
<style>
a { background-color: #020F0B; }
a { background-color: rgb(2,15,11); }
div.DivClassName
{
background-color: #020F0B;
}
.BgClassName
{
background-color: #020F0B;
}
</style>
border-color css
<style>
span { border-color: #020F0B; }
span { border-color: rgb(2,15,11); }
td.TdClassName
{
border-color: #020F0B;
}
.TagClassName
{
border-color: #020F0B;
}
</style>