Shades of Dark Green #0C1711
Tints of Dark Green #0C1711
RGB
CMYK
RGB Variations
Color information
#0C1711 (or 0x0C1711) is known color: Dark Green. HEX triplet: 0C, 17 and 11. RGB value is (12,23,17). Sum of RGB (Red+Green+Blue) = 12+23+17=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1711 is #F3E8EE. Grayscale: #131313. Windows color (decimal): -15984879 or 1120012. OLE color: 1120012.
HSL color Cylindrical-coordinate representation of color #0C1711: hue angle of 147.27º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C1711 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 23 | 17 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.91 |
| HSL | 147.27º | 0.31% | 0.07% | - |
| HSV(B) | 147.27º | 0.48% | 0.09% | - |
| XYZ | 0.56 | 0.73 | 0.64 | - |
| YUV | 19.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 17 | 0.48 | 0 | 0.26 | 0.91 | 147.27 | 0.31 | 0.07 |
| Hex | C | 17 | 11 | 30 | 0 | 1A | 5B | 93 | 1F | 7 |
| Octal | 14 | 27 | 21 | 60 | 0 | 32 | 133 | 223 | 37 | 7 |
| Binary | 1100 | 10111 | 10001 | 110000 | 0 | 11010 | 1011011 | 10010011 | 11111 | 111 |
Color Harmonies of #0C1711
Complementary color
Monochromatic Colors of #0C1711
Black with #0C1711
Text Example
Text Example
White with #0C1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1711; }
p { color: rgb(12,23,17); }
H1.HeaderClassName
{
color: #0C1711;
}
.AnyTagClassName
{
color: #0C1711;
}
</style>
background-color css
<style>
a { background-color: #0C1711; }
a { background-color: rgb(12,23,17); }
div.DivClassName
{
background-color: #0C1711;
}
.BgClassName
{
background-color: #0C1711;
}
</style>
border-color css
<style>
span { border-color: #0C1711; }
span { border-color: rgb(12,23,17); }
td.TdClassName
{
border-color: #0C1711;
}
.TagClassName
{
border-color: #0C1711;
}
</style>