Shades of Dark Green #001412
Tints of Dark Green #001412
RGB
CMYK
RGB Variations
Color information
#001412 (or 0x001412) is known color: Dark Green. HEX triplet: 00, 14 and 12. RGB value is (0,20,18). Sum of RGB (Red+Green+Blue) = 0+20+18=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #001412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001412 is #FFEBED. Grayscale: #0D0D0D. Windows color (decimal): -16772078 or 1184768. OLE color: 1184768.
HSL color Cylindrical-coordinate representation of color #001412: hue angle of 174º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001412 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 18 | - |
| CMYK | 1 | 0 | 0.10 | 0.92 |
| HSL | 174º | 1% | 0.04% | - |
| HSV(B) | 174º | 1% | 0.08% | - |
| XYZ | 0.36 | 0.54 | 0.66 | - |
| YUV | 13.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 18 | 1 | 0 | 0.10 | 0.92 | 174 | 1 | 0.04 |
| Hex | 0 | 14 | 12 | 64 | 0 | A | 5C | AE | 64 | 4 |
| Octal | 0 | 24 | 22 | 144 | 0 | 12 | 134 | 256 | 144 | 4 |
| Binary | 0 | 10100 | 10010 | 1100100 | 0 | 1010 | 1011100 | 10101110 | 1100100 | 100 |
Color Harmonies of #001412
Complementary color
Monochromatic Colors of #001412
Black with #001412
Text Example
Text Example
White with #001412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001412; }
p { color: rgb(0,20,18); }
H1.HeaderClassName
{
color: #001412;
}
.AnyTagClassName
{
color: #001412;
}
</style>
background-color css
<style>
a { background-color: #001412; }
a { background-color: rgb(0,20,18); }
div.DivClassName
{
background-color: #001412;
}
.BgClassName
{
background-color: #001412;
}
</style>
border-color css
<style>
span { border-color: #001412; }
span { border-color: rgb(0,20,18); }
td.TdClassName
{
border-color: #001412;
}
.TagClassName
{
border-color: #001412;
}
</style>