Shades of Dark Green #001206
Tints of Dark Green #001206
RGB
CMYK
RGB Variations
Color information
#001206 (or 0x001206) is known color: Dark Green. HEX triplet: 00, 12 and 06. RGB value is (0,18,6). Sum of RGB (Red+Green+Blue) = 0+18+6=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 18 (7.42% from 255 or 75% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 18 - color contains mainly: green. Hex color #001206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001206 is #FFEDF9. Grayscale: #0B0B0B. Windows color (decimal): -16772602 or 397824. OLE color: 397824.
HSL color Cylindrical-coordinate representation of color #001206: hue angle of 140º 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 #001206 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 18 | 6 | - |
| CMYK | 1 | 0 | 0.67 | 0.93 |
| HSL | 140º | 1% | 0.04% | - |
| HSV(B) | 140º | 1% | 0.07% | - |
| XYZ | 0.25 | 0.45 | 0.25 | - |
| YUV | 11.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 6 | 1 | 0 | 0.67 | 0.93 | 140 | 1 | 0.04 |
| Hex | 0 | 12 | 6 | 64 | 0 | 43 | 5D | 8C | 64 | 4 |
| Octal | 0 | 22 | 6 | 144 | 0 | 103 | 135 | 214 | 144 | 4 |
| Binary | 0 | 10010 | 110 | 1100100 | 0 | 1000011 | 1011101 | 10001100 | 1100100 | 100 |
Color Harmonies of #001206
Complementary color
Monochromatic Colors of #001206
Black with #001206
Text Example
Text Example
White with #001206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001206; }
p { color: rgb(0,18,6); }
H1.HeaderClassName
{
color: #001206;
}
.AnyTagClassName
{
color: #001206;
}
</style>
background-color css
<style>
a { background-color: #001206; }
a { background-color: rgb(0,18,6); }
div.DivClassName
{
background-color: #001206;
}
.BgClassName
{
background-color: #001206;
}
</style>
border-color css
<style>
span { border-color: #001206; }
span { border-color: rgb(0,18,6); }
td.TdClassName
{
border-color: #001206;
}
.TagClassName
{
border-color: #001206;
}
</style>