Shades of Dark Green #002011
Tints of Dark Green #002011
RGB
CMYK
RGB Variations
Color information
#002011 (or 0x002011) is known color: Dark Green. HEX triplet: 00, 20 and 11. RGB value is (0,32,17). Sum of RGB (Red+Green+Blue) = 0+32+17=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #002011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002011 is #FFDFEE. Grayscale: #141414. Windows color (decimal): -16769007 or 1122304. OLE color: 1122304.
HSL color Cylindrical-coordinate representation of color #002011: hue angle of 151.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002011 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 17 | - |
| CMYK | 1 | 0 | 0.47 | 0.87 |
| HSL | 151.88º | 1% | 0.06% | - |
| HSV(B) | 151.88º | 1% | 0.13% | - |
| XYZ | 0.62 | 1.07 | 0.7 | - |
| YUV | 20.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 17 | 1 | 0 | 0.47 | 0.87 | 151.88 | 1 | 0.06 |
| Hex | 0 | 20 | 11 | 64 | 0 | 2F | 57 | 98 | 64 | 6 |
| Octal | 0 | 40 | 21 | 144 | 0 | 57 | 127 | 230 | 144 | 6 |
| Binary | 0 | 100000 | 10001 | 1100100 | 0 | 101111 | 1010111 | 10011000 | 1100100 | 110 |
Color Harmonies of #002011
Complementary color
Monochromatic Colors of #002011
Black with #002011
Text Example
Text Example
White with #002011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002011; }
p { color: rgb(0,32,17); }
H1.HeaderClassName
{
color: #002011;
}
.AnyTagClassName
{
color: #002011;
}
</style>
background-color css
<style>
a { background-color: #002011; }
a { background-color: rgb(0,32,17); }
div.DivClassName
{
background-color: #002011;
}
.BgClassName
{
background-color: #002011;
}
</style>
border-color css
<style>
span { border-color: #002011; }
span { border-color: rgb(0,32,17); }
td.TdClassName
{
border-color: #002011;
}
.TagClassName
{
border-color: #002011;
}
</style>