Shades of Dark Green #0C1512
Tints of Dark Green #0C1512
RGB
CMYK
RGB Variations
Color information
#0C1512 (or 0x0C1512) is known color: Dark Green. HEX triplet: 0C, 15 and 12. RGB value is (12,21,18). Sum of RGB (Red+Green+Blue) = 12+21+18=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1512 is #F3EAED. Grayscale: #111111. Windows color (decimal): -15985390 or 1185036. OLE color: 1185036.
HSL color Cylindrical-coordinate representation of color #0C1512: hue angle of 160º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C1512 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 21 | 18 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.92 |
| HSL | 160º | 0.27% | 0.06% | - |
| HSV(B) | 160º | 0.43% | 0.08% | - |
| XYZ | 0.53 | 0.66 | 0.67 | - |
| YUV | 17.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 18 | 0.43 | 0 | 0.14 | 0.92 | 160 | 0.27 | 0.06 |
| Hex | C | 15 | 12 | 2B | 0 | E | 5C | A0 | 1B | 6 |
| Octal | 14 | 25 | 22 | 53 | 0 | 16 | 134 | 240 | 33 | 6 |
| Binary | 1100 | 10101 | 10010 | 101011 | 0 | 1110 | 1011100 | 10100000 | 11011 | 110 |
Color Harmonies of #0C1512
Complementary color
Monochromatic Colors of #0C1512
Black with #0C1512
Text Example
Text Example
White with #0C1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1512; }
p { color: rgb(12,21,18); }
H1.HeaderClassName
{
color: #0C1512;
}
.AnyTagClassName
{
color: #0C1512;
}
</style>
background-color css
<style>
a { background-color: #0C1512; }
a { background-color: rgb(12,21,18); }
div.DivClassName
{
background-color: #0C1512;
}
.BgClassName
{
background-color: #0C1512;
}
</style>
border-color css
<style>
span { border-color: #0C1512; }
span { border-color: rgb(12,21,18); }
td.TdClassName
{
border-color: #0C1512;
}
.TagClassName
{
border-color: #0C1512;
}
</style>