Shades of Dark Green #001212
Tints of Dark Green #001212
RGB
CMYK
RGB Variations
Color information
#001212 (or 0x001212) is known color: Dark Green. HEX triplet: 00, 12 and 12. RGB value is (0,18,18). Sum of RGB (Red+Green+Blue) = 0+18+18=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #001212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001212 is #FFEDED. Grayscale: #0C0C0C. Windows color (decimal): -16772590 or 1184256. OLE color: 1184256.
HSL color Cylindrical-coordinate representation of color #001212: hue angle of 180º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001212 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 0 | 18 | 18 | - |
CMYK | 1 | 0 | 0 | 0.93 |
HSL | 180º | 1% | 0.04% | - |
HSV(B) | 180º | 1% | 0.07% | - |
XYZ | 0.33 | 0.48 | 0.65 | - |
YUV | 12.62 | 131.04 | 119 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 18 | 18 | 1 | 0 | 0 | 0.93 | 180 | 1 | 0.04 |
Hex | 0 | 12 | 12 | 64 | 0 | 0 | 5D | B4 | 64 | 4 |
Octal | 0 | 22 | 22 | 144 | 0 | 0 | 135 | 264 | 144 | 4 |
Binary | 0 | 10010 | 10010 | 1100100 | 0 | 0 | 1011101 | 10110100 | 1100100 | 100 |
Color Harmonies of #001212
Complementary color
Monochromatic Colors of #001212
Black with #001212
Text Example
Text Example
White with #001212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001212; }
p { color: rgb(0,18,18); }
H1.HeaderClassName
{
color: #001212;
}
.AnyTagClassName
{
color: #001212;
}
</style>
background-color css
<style>
a { background-color: #001212; }
a { background-color: rgb(0,18,18); }
div.DivClassName
{
background-color: #001212;
}
.BgClassName
{
background-color: #001212;
}
</style>
border-color css
<style>
span { border-color: #001212; }
span { border-color: rgb(0,18,18); }
td.TdClassName
{
border-color: #001212;
}
.TagClassName
{
border-color: #001212;
}
</style>