Shades of Dark Green #0C1614
Tints of Dark Green #0C1614
RGB
CMYK
RGB Variations
Color information
#0C1614 (or 0x0C1614) is known color: Dark Green. HEX triplet: 0C, 16 and 14. RGB value is (12,22,20). Sum of RGB (Red+Green+Blue) = 12+22+20=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1614 is #F3E9EB. Grayscale: #121212. Windows color (decimal): -15985132 or 1316364. OLE color: 1316364.
HSL color Cylindrical-coordinate representation of color #0C1614: hue angle of 168º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C1614 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 22 | 20 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.91 |
| HSL | 168º | 0.29% | 0.07% | - |
| HSV(B) | 168º | 0.45% | 0.09% | - |
| XYZ | 0.56 | 0.7 | 0.77 | - |
| YUV | 18.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 20 | 0.45 | 0 | 0.09 | 0.91 | 168 | 0.29 | 0.07 |
| Hex | C | 16 | 14 | 2D | 0 | 9 | 5B | A8 | 1D | 7 |
| Octal | 14 | 26 | 24 | 55 | 0 | 11 | 133 | 250 | 35 | 7 |
| Binary | 1100 | 10110 | 10100 | 101101 | 0 | 1001 | 1011011 | 10101000 | 11101 | 111 |
Color Harmonies of #0C1614
Complementary color
Monochromatic Colors of #0C1614
Black with #0C1614
Text Example
Text Example
White with #0C1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1614; }
p { color: rgb(12,22,20); }
H1.HeaderClassName
{
color: #0C1614;
}
.AnyTagClassName
{
color: #0C1614;
}
</style>
background-color css
<style>
a { background-color: #0C1614; }
a { background-color: rgb(12,22,20); }
div.DivClassName
{
background-color: #0C1614;
}
.BgClassName
{
background-color: #0C1614;
}
</style>
border-color css
<style>
span { border-color: #0C1614; }
span { border-color: rgb(12,22,20); }
td.TdClassName
{
border-color: #0C1614;
}
.TagClassName
{
border-color: #0C1614;
}
</style>