Shades of Dark Green #0C1912
Tints of Dark Green #0C1912
RGB
CMYK
RGB Variations
Color information
#0C1912 (or 0x0C1912) is known color: Dark Green. HEX triplet: 0C, 19 and 12. RGB value is (12,25,18). Sum of RGB (Red+Green+Blue) = 12+25+18=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1912 is #F3E6ED. Grayscale: #141414. Windows color (decimal): -15984366 or 1186060. OLE color: 1186060.
HSL color Cylindrical-coordinate representation of color #0C1912: hue angle of 147.69º 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 #0C1912 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 25 | 18 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.90 |
| HSL | 147.69º | 0.35% | 0.07% | - |
| HSV(B) | 147.69º | 0.52% | 0.1% | - |
| XYZ | 0.61 | 0.82 | 0.7 | - |
| YUV | 20.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 18 | 0.52 | 0 | 0.28 | 0.90 | 147.69 | 0.35 | 0.07 |
| Hex | C | 19 | 12 | 34 | 0 | 1C | 5A | 94 | 23 | 7 |
| Octal | 14 | 31 | 22 | 64 | 0 | 34 | 132 | 224 | 43 | 7 |
| Binary | 1100 | 11001 | 10010 | 110100 | 0 | 11100 | 1011010 | 10010100 | 100011 | 111 |
Color Harmonies of #0C1912
Complementary color
Monochromatic Colors of #0C1912
Black with #0C1912
Text Example
Text Example
White with #0C1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1912; }
p { color: rgb(12,25,18); }
H1.HeaderClassName
{
color: #0C1912;
}
.AnyTagClassName
{
color: #0C1912;
}
</style>
background-color css
<style>
a { background-color: #0C1912; }
a { background-color: rgb(12,25,18); }
div.DivClassName
{
background-color: #0C1912;
}
.BgClassName
{
background-color: #0C1912;
}
</style>
border-color css
<style>
span { border-color: #0C1912; }
span { border-color: rgb(12,25,18); }
td.TdClassName
{
border-color: #0C1912;
}
.TagClassName
{
border-color: #0C1912;
}
</style>