Shades of Dark Green #020B0B
Tints of Dark Green #020B0B
RGB
CMYK
RGB Variations
Color information
#020B0B (or 0x020B0B) is known color: Dark Green. HEX triplet: 02, 0B and 0B. RGB value is (2,11,11). Sum of RGB (Red+Green+Blue) = 2+11+11=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 11 (4.69% from 255 or 45.83% from 24); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #020B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B0B is #FDF4F4. Grayscale: #080808. Windows color (decimal): -16643317 or 723714. OLE color: 723714.
HSL color Cylindrical-coordinate representation of color #020B0B: hue angle of 180º 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 #020B0B is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 11 | 11 | - |
| CMYK | 0.82 | 0 | 0 | 0.96 |
| HSL | 180º | 0.69% | 0.03% | - |
| HSV(B) | 180º | 0.82% | 0.04% | - |
| XYZ | 0.21 | 0.28 | 0.36 | - |
| YUV | 8.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 11 | 0.82 | 0 | 0 | 0.96 | 180 | 0.69 | 0.03 |
| Hex | 2 | B | B | 52 | 0 | 0 | 60 | B4 | 45 | 3 |
| Octal | 2 | 13 | 13 | 122 | 0 | 0 | 140 | 264 | 105 | 3 |
| Binary | 10 | 1011 | 1011 | 1010010 | 0 | 0 | 1100000 | 10110100 | 1000101 | 11 |
Color Harmonies of #020B0B
Complementary color
Monochromatic Colors of #020B0B
Black with #020B0B
Text Example
Text Example
White with #020B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B0B; }
p { color: rgb(2,11,11); }
H1.HeaderClassName
{
color: #020B0B;
}
.AnyTagClassName
{
color: #020B0B;
}
</style>
background-color css
<style>
a { background-color: #020B0B; }
a { background-color: rgb(2,11,11); }
div.DivClassName
{
background-color: #020B0B;
}
.BgClassName
{
background-color: #020B0B;
}
</style>
border-color css
<style>
span { border-color: #020B0B; }
span { border-color: rgb(2,11,11); }
td.TdClassName
{
border-color: #020B0B;
}
.TagClassName
{
border-color: #020B0B;
}
</style>