Shades of Dark Green #020B09
Tints of Dark Green #020B09
RGB
CMYK
RGB Variations
Color information
#020B09 (or 0x020B09) is known color: Dark Green. HEX triplet: 02, 0B and 09. RGB value is (2,11,9). Sum of RGB (Red+Green+Blue) = 2+11+9=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #020B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B09 is #FDF4F6. Grayscale: #080808. Windows color (decimal): -16643319 or 592642. OLE color: 592642.
HSL color Cylindrical-coordinate representation of color #020B09: hue angle of 166.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #020B09 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 11 | 9 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.96 |
| HSL | 166.67º | 0.69% | 0.03% | - |
| HSV(B) | 166.67º | 0.82% | 0.04% | - |
| XYZ | 0.19 | 0.27 | 0.3 | - |
| YUV | 8.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 9 | 0.82 | 0 | 0.18 | 0.96 | 166.67 | 0.69 | 0.03 |
| Hex | 2 | B | 9 | 52 | 0 | 12 | 60 | A7 | 45 | 3 |
| Octal | 2 | 13 | 11 | 122 | 0 | 22 | 140 | 247 | 105 | 3 |
| Binary | 10 | 1011 | 1001 | 1010010 | 0 | 10010 | 1100000 | 10100111 | 1000101 | 11 |
Color Harmonies of #020B09
Complementary color
Monochromatic Colors of #020B09
Black with #020B09
Text Example
Text Example
White with #020B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B09; }
p { color: rgb(2,11,9); }
H1.HeaderClassName
{
color: #020B09;
}
.AnyTagClassName
{
color: #020B09;
}
</style>
background-color css
<style>
a { background-color: #020B09; }
a { background-color: rgb(2,11,9); }
div.DivClassName
{
background-color: #020B09;
}
.BgClassName
{
background-color: #020B09;
}
</style>
border-color css
<style>
span { border-color: #020B09; }
span { border-color: rgb(2,11,9); }
td.TdClassName
{
border-color: #020B09;
}
.TagClassName
{
border-color: #020B09;
}
</style>