Shades of Dark Green #0C1817
Tints of Dark Green #0C1817
RGB
CMYK
RGB Variations
Color information
#0C1817 (or 0x0C1817) is known color: Dark Green. HEX triplet: 0C, 18 and 17. RGB value is (12,24,23). Sum of RGB (Red+Green+Blue) = 12+24+23=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1817 is #F3E7E8. Grayscale: #141414. Windows color (decimal): -15984617 or 1513484. OLE color: 1513484.
HSL color Cylindrical-coordinate representation of color #0C1817: hue angle of 175º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C1817 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 24 | 23 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.91 |
| HSL | 175º | 0.33% | 0.07% | - |
| HSV(B) | 175º | 0.5% | 0.09% | - |
| XYZ | 0.63 | 0.79 | 0.93 | - |
| YUV | 20.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 23 | 0.50 | 0 | 0.04 | 0.91 | 175 | 0.33 | 0.07 |
| Hex | C | 18 | 17 | 32 | 0 | 4 | 5B | AF | 21 | 7 |
| Octal | 14 | 30 | 27 | 62 | 0 | 4 | 133 | 257 | 41 | 7 |
| Binary | 1100 | 11000 | 10111 | 110010 | 0 | 100 | 1011011 | 10101111 | 100001 | 111 |
Color Harmonies of #0C1817
Complementary color
Monochromatic Colors of #0C1817
Black with #0C1817
Text Example
Text Example
White with #0C1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1817; }
p { color: rgb(12,24,23); }
H1.HeaderClassName
{
color: #0C1817;
}
.AnyTagClassName
{
color: #0C1817;
}
</style>
background-color css
<style>
a { background-color: #0C1817; }
a { background-color: rgb(12,24,23); }
div.DivClassName
{
background-color: #0C1817;
}
.BgClassName
{
background-color: #0C1817;
}
</style>
border-color css
<style>
span { border-color: #0C1817; }
span { border-color: rgb(12,24,23); }
td.TdClassName
{
border-color: #0C1817;
}
.TagClassName
{
border-color: #0C1817;
}
</style>