Shades of Dark Green #011211
Tints of Dark Green #011211
RGB
CMYK
RGB Variations
Color information
#011211 (or 0x011211) is known color: Dark Green. HEX triplet: 01, 12 and 11. RGB value is (1,18,17). Sum of RGB (Red+Green+Blue) = 1+18+17=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #011211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011211 is #FEEDEE. Grayscale: #0C0C0C. Windows color (decimal): -16707055 or 1118721. OLE color: 1118721.
HSL color Cylindrical-coordinate representation of color #011211: hue angle of 176.47º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011211 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 18 | 17 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.93 |
| HSL | 176.47º | 0.89% | 0.04% | - |
| HSV(B) | 176.47º | 0.94% | 0.07% | - |
| XYZ | 0.33 | 0.48 | 0.61 | - |
| YUV | 12.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 17 | 0.94 | 0 | 0.06 | 0.93 | 176.47 | 0.89 | 0.04 |
| Hex | 1 | 12 | 11 | 5E | 0 | 6 | 5D | B0 | 59 | 4 |
| Octal | 1 | 22 | 21 | 136 | 0 | 6 | 135 | 260 | 131 | 4 |
| Binary | 1 | 10010 | 10001 | 1011110 | 0 | 110 | 1011101 | 10110000 | 1011001 | 100 |
Color Harmonies of #011211
Complementary color
Monochromatic Colors of #011211
Black with #011211
Text Example
Text Example
White with #011211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011211; }
p { color: rgb(1,18,17); }
H1.HeaderClassName
{
color: #011211;
}
.AnyTagClassName
{
color: #011211;
}
</style>
background-color css
<style>
a { background-color: #011211; }
a { background-color: rgb(1,18,17); }
div.DivClassName
{
background-color: #011211;
}
.BgClassName
{
background-color: #011211;
}
</style>
border-color css
<style>
span { border-color: #011211; }
span { border-color: rgb(1,18,17); }
td.TdClassName
{
border-color: #011211;
}
.TagClassName
{
border-color: #011211;
}
</style>