Shades of Dark Green #0C2720
Tints of Dark Green #0C2720
RGB
CMYK
RGB Variations
Color information
#0C2720 (or 0x0C2720) is known color: Dark Green. HEX triplet: 0C, 27 and 20. RGB value is (12,39,32). Sum of RGB (Red+Green+Blue) = 12+39+32=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #0C2720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2720 is #F3D8DF. Grayscale: #1E1E1E. Windows color (decimal): -15980768 or 2107148. OLE color: 2107148.
HSL color Cylindrical-coordinate representation of color #0C2720: hue angle of 164.44º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C2720 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 39 | 32 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.85 |
| HSL | 164.44º | 0.53% | 0.1% | - |
| HSV(B) | 164.44º | 0.69% | 0.15% | - |
| XYZ | 1.14 | 1.63 | 1.62 | - |
| YUV | 30.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 32 | 0.69 | 0 | 0.18 | 0.85 | 164.44 | 0.53 | 0.1 |
| Hex | C | 27 | 20 | 45 | 0 | 12 | 55 | A4 | 35 | A |
| Octal | 14 | 47 | 40 | 105 | 0 | 22 | 125 | 244 | 65 | 12 |
| Binary | 1100 | 100111 | 100000 | 1000101 | 0 | 10010 | 1010101 | 10100100 | 110101 | 1010 |
Color Harmonies of #0C2720
Complementary color
Monochromatic Colors of #0C2720
Black with #0C2720
Text Example
Text Example
White with #0C2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2720; }
p { color: rgb(12,39,32); }
H1.HeaderClassName
{
color: #0C2720;
}
.AnyTagClassName
{
color: #0C2720;
}
</style>
background-color css
<style>
a { background-color: #0C2720; }
a { background-color: rgb(12,39,32); }
div.DivClassName
{
background-color: #0C2720;
}
.BgClassName
{
background-color: #0C2720;
}
</style>
border-color css
<style>
span { border-color: #0C2720; }
span { border-color: rgb(12,39,32); }
td.TdClassName
{
border-color: #0C2720;
}
.TagClassName
{
border-color: #0C2720;
}
</style>