Shades of Dark Green #0C1312
Tints of Dark Green #0C1312
RGB
CMYK
RGB Variations
Color information
#0C1312 (or 0x0C1312) is known color: Dark Green. HEX triplet: 0C, 13 and 12. RGB value is (12,19,18). Sum of RGB (Red+Green+Blue) = 12+19+18=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #0C1312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1312 is #F3ECED. Grayscale: #101010. Windows color (decimal): -15985902 or 1184524. OLE color: 1184524.
HSL color Cylindrical-coordinate representation of color #0C1312: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0C1312 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 19 | 18 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.93 |
| HSL | 171.43º | 0.23% | 0.06% | - |
| HSV(B) | 171.43º | 0.37% | 0.07% | - |
| XYZ | 0.49 | 0.59 | 0.66 | - |
| YUV | 16.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 18 | 0.37 | 0 | 0.05 | 0.93 | 171.43 | 0.23 | 0.06 |
| Hex | C | 13 | 12 | 25 | 0 | 5 | 5D | AB | 17 | 6 |
| Octal | 14 | 23 | 22 | 45 | 0 | 5 | 135 | 253 | 27 | 6 |
| Binary | 1100 | 10011 | 10010 | 100101 | 0 | 101 | 1011101 | 10101011 | 10111 | 110 |
Color Harmonies of #0C1312
Complementary color
Monochromatic Colors of #0C1312
Black with #0C1312
Text Example
Text Example
White with #0C1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1312; }
p { color: rgb(12,19,18); }
H1.HeaderClassName
{
color: #0C1312;
}
.AnyTagClassName
{
color: #0C1312;
}
</style>
background-color css
<style>
a { background-color: #0C1312; }
a { background-color: rgb(12,19,18); }
div.DivClassName
{
background-color: #0C1312;
}
.BgClassName
{
background-color: #0C1312;
}
</style>
border-color css
<style>
span { border-color: #0C1312; }
span { border-color: rgb(12,19,18); }
td.TdClassName
{
border-color: #0C1312;
}
.TagClassName
{
border-color: #0C1312;
}
</style>