Shades of Dark Green #012412
Tints of Dark Green #012412
RGB
CMYK
RGB Variations
Color information
#012412 (or 0x012412) is known color: Dark Green. HEX triplet: 01, 24 and 12. RGB value is (1,36,18). Sum of RGB (Red+Green+Blue) = 1+36+18=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #012412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012412 is #FEDBED. Grayscale: #171717. Windows color (decimal): -16702446 or 1188865. OLE color: 1188865.
HSL color Cylindrical-coordinate representation of color #012412: hue angle of 149.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012412 is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 18 | - |
| CMYK | 0.97 | 0 | 0.5 | 0.86 |
| HSL | 149.14º | 0.95% | 0.07% | - |
| HSV(B) | 149.14º | 0.97% | 0.14% | - |
| XYZ | 0.75 | 1.31 | 0.79 | - |
| YUV | 23.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 18 | 0.97 | 0 | 0.5 | 0.86 | 149.14 | 0.95 | 0.07 |
| Hex | 1 | 24 | 12 | 61 | 0 | 32 | 56 | 95 | 5F | 7 |
| Octal | 1 | 44 | 22 | 141 | 0 | 62 | 126 | 225 | 137 | 7 |
| Binary | 1 | 100100 | 10010 | 1100001 | 0 | 110010 | 1010110 | 10010101 | 1011111 | 111 |
Color Harmonies of #012412
Complementary color
Monochromatic Colors of #012412
Black with #012412
Text Example
Text Example
White with #012412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012412; }
p { color: rgb(1,36,18); }
H1.HeaderClassName
{
color: #012412;
}
.AnyTagClassName
{
color: #012412;
}
</style>
background-color css
<style>
a { background-color: #012412; }
a { background-color: rgb(1,36,18); }
div.DivClassName
{
background-color: #012412;
}
.BgClassName
{
background-color: #012412;
}
</style>
border-color css
<style>
span { border-color: #012412; }
span { border-color: rgb(1,36,18); }
td.TdClassName
{
border-color: #012412;
}
.TagClassName
{
border-color: #012412;
}
</style>