Shades of Dark Green #020B08
Tints of Dark Green #020B08
RGB
CMYK
RGB Variations
Color information
#020B08 (or 0x020B08) is known color: Dark Green. HEX triplet: 02, 0B and 08. RGB value is (2,11,8). Sum of RGB (Red+Green+Blue) = 2+11+8=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 11 (4.69% from 255 or 52.38% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 11 - color contains mainly: green. Hex color #020B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B08 is #FDF4F7. Grayscale: #070707. Windows color (decimal): -16643320 or 527106. OLE color: 527106.
HSL color Cylindrical-coordinate representation of color #020B08: hue angle of 160º 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 #020B08 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 11 | 8 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.96 |
| HSL | 160º | 0.69% | 0.03% | - |
| HSV(B) | 160º | 0.82% | 0.04% | - |
| XYZ | 0.19 | 0.27 | 0.27 | - |
| YUV | 7.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 8 | 0.82 | 0 | 0.27 | 0.96 | 160 | 0.69 | 0.03 |
| Hex | 2 | B | 8 | 52 | 0 | 1B | 60 | A0 | 45 | 3 |
| Octal | 2 | 13 | 10 | 122 | 0 | 33 | 140 | 240 | 105 | 3 |
| Binary | 10 | 1011 | 1000 | 1010010 | 0 | 11011 | 1100000 | 10100000 | 1000101 | 11 |
Color Harmonies of #020B08
Complementary color
Monochromatic Colors of #020B08
Black with #020B08
Text Example
Text Example
White with #020B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B08; }
p { color: rgb(2,11,8); }
H1.HeaderClassName
{
color: #020B08;
}
.AnyTagClassName
{
color: #020B08;
}
</style>
background-color css
<style>
a { background-color: #020B08; }
a { background-color: rgb(2,11,8); }
div.DivClassName
{
background-color: #020B08;
}
.BgClassName
{
background-color: #020B08;
}
</style>
border-color css
<style>
span { border-color: #020B08; }
span { border-color: rgb(2,11,8); }
td.TdClassName
{
border-color: #020B08;
}
.TagClassName
{
border-color: #020B08;
}
</style>