Shades of Dark Green #020B05
Tints of Dark Green #020B05
RGB
CMYK
RGB Variations
Color information
#020B05 (or 0x020B05) is known color: Dark Green. HEX triplet: 02, 0B and 05. RGB value is (2,11,5). Sum of RGB (Red+Green+Blue) = 2+11+5=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 11 (4.69% from 255 or 61.11% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 11 - color contains mainly: green. Hex color #020B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B05 is #FDF4FA. Grayscale: #070707. Windows color (decimal): -16643323 or 330498. OLE color: 330498.
HSL color Cylindrical-coordinate representation of color #020B05: hue angle of 140º 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 #020B05 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.96.
Color convert
RGB | 2 | 11 | 5 | - |
CMYK | 0.82 | 0 | 0.55 | 0.96 |
HSL | 140º | 0.69% | 0.03% | - |
HSV(B) | 140º | 0.82% | 0.04% | - |
XYZ | 0.17 | 0.26 | 0.19 | - |
YUV | 7.63 | 126.52 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 11 | 5 | 0.82 | 0 | 0.55 | 0.96 | 140 | 0.69 | 0.03 |
Hex | 2 | B | 5 | 52 | 0 | 37 | 60 | 8C | 45 | 3 |
Octal | 2 | 13 | 5 | 122 | 0 | 67 | 140 | 214 | 105 | 3 |
Binary | 10 | 1011 | 101 | 1010010 | 0 | 110111 | 1100000 | 10001100 | 1000101 | 11 |
Color Harmonies of #020B05
Complementary color
Monochromatic Colors of #020B05
Black with #020B05
Text Example
Text Example
White with #020B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B05; }
p { color: rgb(2,11,5); }
H1.HeaderClassName
{
color: #020B05;
}
.AnyTagClassName
{
color: #020B05;
}
</style>
background-color css
<style>
a { background-color: #020B05; }
a { background-color: rgb(2,11,5); }
div.DivClassName
{
background-color: #020B05;
}
.BgClassName
{
background-color: #020B05;
}
</style>
border-color css
<style>
span { border-color: #020B05; }
span { border-color: rgb(2,11,5); }
td.TdClassName
{
border-color: #020B05;
}
.TagClassName
{
border-color: #020B05;
}
</style>