Shades of Dark Green #0C1914
Tints of Dark Green #0C1914
RGB
CMYK
RGB Variations
Color information
#0C1914 (or 0x0C1914) is known color: Dark Green. HEX triplet: 0C, 19 and 14. RGB value is (12,25,20). Sum of RGB (Red+Green+Blue) = 12+25+20=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1914 is #F3E6EB. Grayscale: #141414. Windows color (decimal): -15984364 or 1317132. OLE color: 1317132.
HSL color Cylindrical-coordinate representation of color #0C1914: hue angle of 156.92º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1914 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 25 | 20 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.90 |
| HSL | 156.92º | 0.35% | 0.07% | - |
| HSV(B) | 156.92º | 0.52% | 0.1% | - |
| XYZ | 0.63 | 0.82 | 0.79 | - |
| YUV | 20.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 20 | 0.52 | 0 | 0.20 | 0.90 | 156.92 | 0.35 | 0.07 |
| Hex | C | 19 | 14 | 34 | 0 | 14 | 5A | 9D | 23 | 7 |
| Octal | 14 | 31 | 24 | 64 | 0 | 24 | 132 | 235 | 43 | 7 |
| Binary | 1100 | 11001 | 10100 | 110100 | 0 | 10100 | 1011010 | 10011101 | 100011 | 111 |
Color Harmonies of #0C1914
Complementary color
Monochromatic Colors of #0C1914
Black with #0C1914
Text Example
Text Example
White with #0C1914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1914; }
p { color: rgb(12,25,20); }
H1.HeaderClassName
{
color: #0C1914;
}
.AnyTagClassName
{
color: #0C1914;
}
</style>
background-color css
<style>
a { background-color: #0C1914; }
a { background-color: rgb(12,25,20); }
div.DivClassName
{
background-color: #0C1914;
}
.BgClassName
{
background-color: #0C1914;
}
</style>
border-color css
<style>
span { border-color: #0C1914; }
span { border-color: rgb(12,25,20); }
td.TdClassName
{
border-color: #0C1914;
}
.TagClassName
{
border-color: #0C1914;
}
</style>