Shades of Dark Green #0C110E
Tints of Dark Green #0C110E
RGB
CMYK
RGB Variations
Color information
#0C110E (or 0x0C110E) is known color: Dark Green. HEX triplet: 0C, 11 and 0E. RGB value is (12,17,14). Sum of RGB (Red+Green+Blue) = 12+17+14=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #0C110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C110E is #F3EEF1. Grayscale: #0F0F0F. Windows color (decimal): -15986418 or 921868. OLE color: 921868.
HSL color Cylindrical-coordinate representation of color #0C110E: hue angle of 144º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0C110E is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
RGB | 12 | 17 | 14 | - |
CMYK | 0.29 | 0 | 0.18 | 0.93 |
HSL | 144º | 0.17% | 0.06% | - |
HSV(B) | 144º | 0.29% | 0.07% | - |
XYZ | 0.43 | 0.51 | 0.49 | - |
YUV | 15.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 17 | 14 | 0.29 | 0 | 0.18 | 0.93 | 144 | 0.17 | 0.06 |
Hex | C | 11 | E | 1D | 0 | 12 | 5D | 90 | 11 | 6 |
Octal | 14 | 21 | 16 | 35 | 0 | 22 | 135 | 220 | 21 | 6 |
Binary | 1100 | 10001 | 1110 | 11101 | 0 | 10010 | 1011101 | 10010000 | 10001 | 110 |
Color Harmonies of #0C110E
Complementary color
Monochromatic Colors of #0C110E
Black with #0C110E
Text Example
Text Example
White with #0C110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C110E; }
p { color: rgb(12,17,14); }
H1.HeaderClassName
{
color: #0C110E;
}
.AnyTagClassName
{
color: #0C110E;
}
</style>
background-color css
<style>
a { background-color: #0C110E; }
a { background-color: rgb(12,17,14); }
div.DivClassName
{
background-color: #0C110E;
}
.BgClassName
{
background-color: #0C110E;
}
</style>
border-color css
<style>
span { border-color: #0C110E; }
span { border-color: rgb(12,17,14); }
td.TdClassName
{
border-color: #0C110E;
}
.TagClassName
{
border-color: #0C110E;
}
</style>