Shades of Dark Green #0C1412
Tints of Dark Green #0C1412
RGB
CMYK
RGB Variations
Color information
#0C1412 (or 0x0C1412) is known color: Dark Green. HEX triplet: 0C, 14 and 12. RGB value is (12,20,18). Sum of RGB (Red+Green+Blue) = 12+20+18=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1412 is #F3EBED. Grayscale: #111111. Windows color (decimal): -15985646 or 1184780. OLE color: 1184780.
HSL color Cylindrical-coordinate representation of color #0C1412: hue angle of 165º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C1412 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 20 | 18 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.92 |
| HSL | 165º | 0.25% | 0.06% | - |
| HSV(B) | 165º | 0.4% | 0.08% | - |
| XYZ | 0.51 | 0.62 | 0.67 | - |
| YUV | 17.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 18 | 0.40 | 0 | 0.10 | 0.92 | 165 | 0.25 | 0.06 |
| Hex | C | 14 | 12 | 28 | 0 | A | 5C | A5 | 19 | 6 |
| Octal | 14 | 24 | 22 | 50 | 0 | 12 | 134 | 245 | 31 | 6 |
| Binary | 1100 | 10100 | 10010 | 101000 | 0 | 1010 | 1011100 | 10100101 | 11001 | 110 |
Color Harmonies of #0C1412
Complementary color
Monochromatic Colors of #0C1412
Black with #0C1412
Text Example
Text Example
White with #0C1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1412; }
p { color: rgb(12,20,18); }
H1.HeaderClassName
{
color: #0C1412;
}
.AnyTagClassName
{
color: #0C1412;
}
</style>
background-color css
<style>
a { background-color: #0C1412; }
a { background-color: rgb(12,20,18); }
div.DivClassName
{
background-color: #0C1412;
}
.BgClassName
{
background-color: #0C1412;
}
</style>
border-color css
<style>
span { border-color: #0C1412; }
span { border-color: rgb(12,20,18); }
td.TdClassName
{
border-color: #0C1412;
}
.TagClassName
{
border-color: #0C1412;
}
</style>