Shades of Dark Green #001210
Tints of Dark Green #001210
RGB
CMYK
RGB Variations
Color information
#001210 (or 0x001210) is known color: Dark Green. HEX triplet: 00, 12 and 10. RGB value is (0,18,16). Sum of RGB (Red+Green+Blue) = 0+18+16=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #001210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001210 is #FFEDEF. Grayscale: #0C0C0C. Windows color (decimal): -16772592 or 1053184. OLE color: 1053184.
HSL color Cylindrical-coordinate representation of color #001210: hue angle of 173.33º 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 #001210 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 18 | 16 | - |
| CMYK | 1 | 0 | 0.11 | 0.93 |
| HSL | 173.33º | 1% | 0.04% | - |
| HSV(B) | 173.33º | 1% | 0.07% | - |
| XYZ | 0.31 | 0.47 | 0.56 | - |
| YUV | 12.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 16 | 1 | 0 | 0.11 | 0.93 | 173.33 | 1 | 0.04 |
| Hex | 0 | 12 | 10 | 64 | 0 | B | 5D | AD | 64 | 4 |
| Octal | 0 | 22 | 20 | 144 | 0 | 13 | 135 | 255 | 144 | 4 |
| Binary | 0 | 10010 | 10000 | 1100100 | 0 | 1011 | 1011101 | 10101101 | 1100100 | 100 |
Color Harmonies of #001210
Complementary color
Monochromatic Colors of #001210
Black with #001210
Text Example
Text Example
White with #001210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001210; }
p { color: rgb(0,18,16); }
H1.HeaderClassName
{
color: #001210;
}
.AnyTagClassName
{
color: #001210;
}
</style>
background-color css
<style>
a { background-color: #001210; }
a { background-color: rgb(0,18,16); }
div.DivClassName
{
background-color: #001210;
}
.BgClassName
{
background-color: #001210;
}
</style>
border-color css
<style>
span { border-color: #001210; }
span { border-color: rgb(0,18,16); }
td.TdClassName
{
border-color: #001210;
}
.TagClassName
{
border-color: #001210;
}
</style>