Shades of Dark Green #011212
Tints of Dark Green #011212
RGB
CMYK
RGB Variations
Color information
#011212 (or 0x011212) is known color: Dark Green. HEX triplet: 01, 12 and 12. RGB value is (1,18,18). Sum of RGB (Red+Green+Blue) = 1+18+18=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #011212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011212 is #FEEDED. Grayscale: #0C0C0C. Windows color (decimal): -16707054 or 1184257. OLE color: 1184257.
HSL color Cylindrical-coordinate representation of color #011212: hue angle of 180º 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 #011212 is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 1 | 18 | 18 | - |
CMYK | 0.94 | 0 | 0 | 0.93 |
HSL | 180º | 0.89% | 0.04% | - |
HSV(B) | 180º | 0.94% | 0.07% | - |
XYZ | 0.34 | 0.48 | 0.65 | - |
YUV | 12.92 | 130.87 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 18 | 18 | 0.94 | 0 | 0 | 0.93 | 180 | 0.89 | 0.04 |
Hex | 1 | 12 | 12 | 5E | 0 | 0 | 5D | B4 | 59 | 4 |
Octal | 1 | 22 | 22 | 136 | 0 | 0 | 135 | 264 | 131 | 4 |
Binary | 1 | 10010 | 10010 | 1011110 | 0 | 0 | 1011101 | 10110100 | 1011001 | 100 |
Color Harmonies of #011212
Complementary color
Monochromatic Colors of #011212
Black with #011212
Text Example
Text Example
White with #011212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011212; }
p { color: rgb(1,18,18); }
H1.HeaderClassName
{
color: #011212;
}
.AnyTagClassName
{
color: #011212;
}
</style>
background-color css
<style>
a { background-color: #011212; }
a { background-color: rgb(1,18,18); }
div.DivClassName
{
background-color: #011212;
}
.BgClassName
{
background-color: #011212;
}
</style>
border-color css
<style>
span { border-color: #011212; }
span { border-color: rgb(1,18,18); }
td.TdClassName
{
border-color: #011212;
}
.TagClassName
{
border-color: #011212;
}
</style>