Shades of Dark Green #020B07
Tints of Dark Green #020B07
RGB
CMYK
RGB Variations
Color information
#020B07 (or 0x020B07) is known color: Dark Green. HEX triplet: 02, 0B and 07. RGB value is (2,11,7). Sum of RGB (Red+Green+Blue) = 2+11+7=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 7 (3.12% from 255 or 35% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #020B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B07 is #FDF4F8. Grayscale: #070707. Windows color (decimal): -16643321 or 461570. OLE color: 461570.
HSL color Cylindrical-coordinate representation of color #020B07: hue angle of 153.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 #020B07 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 11 | 7 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.96 |
| HSL | 153.33º | 0.69% | 0.03% | - |
| HSV(B) | 153.33º | 0.82% | 0.04% | - |
| XYZ | 0.18 | 0.27 | 0.24 | - |
| YUV | 7.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 7 | 0.82 | 0 | 0.36 | 0.96 | 153.33 | 0.69 | 0.03 |
| Hex | 2 | B | 7 | 52 | 0 | 24 | 60 | 99 | 45 | 3 |
| Octal | 2 | 13 | 7 | 122 | 0 | 44 | 140 | 231 | 105 | 3 |
| Binary | 10 | 1011 | 111 | 1010010 | 0 | 100100 | 1100000 | 10011001 | 1000101 | 11 |
Color Harmonies of #020B07
Complementary color
Monochromatic Colors of #020B07
Black with #020B07
Text Example
Text Example
White with #020B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B07; }
p { color: rgb(2,11,7); }
H1.HeaderClassName
{
color: #020B07;
}
.AnyTagClassName
{
color: #020B07;
}
</style>
background-color css
<style>
a { background-color: #020B07; }
a { background-color: rgb(2,11,7); }
div.DivClassName
{
background-color: #020B07;
}
.BgClassName
{
background-color: #020B07;
}
</style>
border-color css
<style>
span { border-color: #020B07; }
span { border-color: rgb(2,11,7); }
td.TdClassName
{
border-color: #020B07;
}
.TagClassName
{
border-color: #020B07;
}
</style>