Shades of Dark Green #020B06
Tints of Dark Green #020B06
RGB
CMYK
RGB Variations
Color information
#020B06 (or 0x020B06) is known color: Dark Green. HEX triplet: 02, 0B and 06. RGB value is (2,11,6). Sum of RGB (Red+Green+Blue) = 2+11+6=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 11 (4.69% from 255 or 57.89% from 19); Blue value is 6 (2.73% from 255 or 31.58% from 19); Max value from RGB is 11 - color contains mainly: green. Hex color #020B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B06 is #FDF4F9. Grayscale: #070707. Windows color (decimal): -16643322 or 396034. OLE color: 396034.
HSL color Cylindrical-coordinate representation of color #020B06: hue angle of 146.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 #020B06 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.96.
Color convert
RGB | 2 | 11 | 6 | - |
CMYK | 0.82 | 0 | 0.45 | 0.96 |
HSL | 146.67º | 0.69% | 0.03% | - |
HSV(B) | 146.67º | 0.82% | 0.04% | - |
XYZ | 0.18 | 0.27 | 0.21 | - |
YUV | 7.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 11 | 6 | 0.82 | 0 | 0.45 | 0.96 | 146.67 | 0.69 | 0.03 |
Hex | 2 | B | 6 | 52 | 0 | 2D | 60 | 93 | 45 | 3 |
Octal | 2 | 13 | 6 | 122 | 0 | 55 | 140 | 223 | 105 | 3 |
Binary | 10 | 1011 | 110 | 1010010 | 0 | 101101 | 1100000 | 10010011 | 1000101 | 11 |
Color Harmonies of #020B06
Complementary color
Monochromatic Colors of #020B06
Black with #020B06
Text Example
Text Example
White with #020B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B06; }
p { color: rgb(2,11,6); }
H1.HeaderClassName
{
color: #020B06;
}
.AnyTagClassName
{
color: #020B06;
}
</style>
background-color css
<style>
a { background-color: #020B06; }
a { background-color: rgb(2,11,6); }
div.DivClassName
{
background-color: #020B06;
}
.BgClassName
{
background-color: #020B06;
}
</style>
border-color css
<style>
span { border-color: #020B06; }
span { border-color: rgb(2,11,6); }
td.TdClassName
{
border-color: #020B06;
}
.TagClassName
{
border-color: #020B06;
}
</style>