Shades of Dark Green #0C1917
Tints of Dark Green #0C1917
RGB
CMYK
RGB Variations
Color information
#0C1917 (or 0x0C1917) is known color: Dark Green. HEX triplet: 0C, 19 and 17. RGB value is (12,25,23). Sum of RGB (Red+Green+Blue) = 12+25+23=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1917 is #F3E6E8. Grayscale: #141414. Windows color (decimal): -15984361 or 1513740. OLE color: 1513740.
HSL color Cylindrical-coordinate representation of color #0C1917: hue angle of 170.77º 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 #0C1917 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 25 | 23 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.90 |
| HSL | 170.77º | 0.35% | 0.07% | - |
| HSV(B) | 170.77º | 0.52% | 0.1% | - |
| XYZ | 0.65 | 0.84 | 0.94 | - |
| YUV | 20.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 23 | 0.52 | 0 | 0.08 | 0.90 | 170.77 | 0.35 | 0.07 |
| Hex | C | 19 | 17 | 34 | 0 | 8 | 5A | AB | 23 | 7 |
| Octal | 14 | 31 | 27 | 64 | 0 | 10 | 132 | 253 | 43 | 7 |
| Binary | 1100 | 11001 | 10111 | 110100 | 0 | 1000 | 1011010 | 10101011 | 100011 | 111 |
Color Harmonies of #0C1917
Complementary color
Monochromatic Colors of #0C1917
Black with #0C1917
Text Example
Text Example
White with #0C1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1917; }
p { color: rgb(12,25,23); }
H1.HeaderClassName
{
color: #0C1917;
}
.AnyTagClassName
{
color: #0C1917;
}
</style>
background-color css
<style>
a { background-color: #0C1917; }
a { background-color: rgb(12,25,23); }
div.DivClassName
{
background-color: #0C1917;
}
.BgClassName
{
background-color: #0C1917;
}
</style>
border-color css
<style>
span { border-color: #0C1917; }
span { border-color: rgb(12,25,23); }
td.TdClassName
{
border-color: #0C1917;
}
.TagClassName
{
border-color: #0C1917;
}
</style>