Shades of Dark Green #020B0A
Tints of Dark Green #020B0A
RGB
CMYK
RGB Variations
Color information
#020B0A (or 0x020B0A) is known color: Dark Green. HEX triplet: 02, 0B and 0A. RGB value is (2,11,10). Sum of RGB (Red+Green+Blue) = 2+11+10=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 11 (4.69% from 255 or 47.83% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 11 - color contains mainly: green. Hex color #020B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B0A is #FDF4F5. Grayscale: #080808. Windows color (decimal): -16643318 or 658178. OLE color: 658178.
HSL color Cylindrical-coordinate representation of color #020B0A: hue angle of 173.33º 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 #020B0A is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 11 | 10 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.96 |
| HSL | 173.33º | 0.69% | 0.03% | - |
| HSV(B) | 173.33º | 0.82% | 0.04% | - |
| XYZ | 0.2 | 0.27 | 0.33 | - |
| YUV | 8.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 10 | 0.82 | 0 | 0.09 | 0.96 | 173.33 | 0.69 | 0.03 |
| Hex | 2 | B | A | 52 | 0 | 9 | 60 | AD | 45 | 3 |
| Octal | 2 | 13 | 12 | 122 | 0 | 11 | 140 | 255 | 105 | 3 |
| Binary | 10 | 1011 | 1010 | 1010010 | 0 | 1001 | 1100000 | 10101101 | 1000101 | 11 |
Color Harmonies of #020B0A
Complementary color
Monochromatic Colors of #020B0A
Black with #020B0A
Text Example
Text Example
White with #020B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B0A; }
p { color: rgb(2,11,10); }
H1.HeaderClassName
{
color: #020B0A;
}
.AnyTagClassName
{
color: #020B0A;
}
</style>
background-color css
<style>
a { background-color: #020B0A; }
a { background-color: rgb(2,11,10); }
div.DivClassName
{
background-color: #020B0A;
}
.BgClassName
{
background-color: #020B0A;
}
</style>
border-color css
<style>
span { border-color: #020B0A; }
span { border-color: rgb(2,11,10); }
td.TdClassName
{
border-color: #020B0A;
}
.TagClassName
{
border-color: #020B0A;
}
</style>