Shades of Dark Green #0C2420
Tints of Dark Green #0C2420
RGB
CMYK
RGB Variations
Color information
#0C2420 (or 0x0C2420) is known color: Dark Green. HEX triplet: 0C, 24 and 20. RGB value is (12,36,32). Sum of RGB (Red+Green+Blue) = 12+36+32=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #0C2420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2420 is #F3DBDF. Grayscale: #1C1C1C. Windows color (decimal): -15981536 or 2106380. OLE color: 2106380.
HSL color Cylindrical-coordinate representation of color #0C2420: hue angle of 170º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C2420 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 36 | 32 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.86 |
| HSL | 170º | 0.5% | 0.09% | - |
| HSV(B) | 170º | 0.67% | 0.14% | - |
| XYZ | 1.04 | 1.44 | 1.59 | - |
| YUV | 28.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 32 | 0.67 | 0 | 0.11 | 0.86 | 170 | 0.5 | 0.09 |
| Hex | C | 24 | 20 | 43 | 0 | B | 56 | AA | 32 | 9 |
| Octal | 14 | 44 | 40 | 103 | 0 | 13 | 126 | 252 | 62 | 11 |
| Binary | 1100 | 100100 | 100000 | 1000011 | 0 | 1011 | 1010110 | 10101010 | 110010 | 1001 |
Color Harmonies of #0C2420
Complementary color
Monochromatic Colors of #0C2420
Black with #0C2420
Text Example
Text Example
White with #0C2420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2420; }
p { color: rgb(12,36,32); }
H1.HeaderClassName
{
color: #0C2420;
}
.AnyTagClassName
{
color: #0C2420;
}
</style>
background-color css
<style>
a { background-color: #0C2420; }
a { background-color: rgb(12,36,32); }
div.DivClassName
{
background-color: #0C2420;
}
.BgClassName
{
background-color: #0C2420;
}
</style>
border-color css
<style>
span { border-color: #0C2420; }
span { border-color: rgb(12,36,32); }
td.TdClassName
{
border-color: #0C2420;
}
.TagClassName
{
border-color: #0C2420;
}
</style>