Shades of Dark Green #0C2921
Tints of Dark Green #0C2921
RGB
CMYK
RGB Variations
Color information
#0C2921 (or 0x0C2921) is known color: Dark Green. HEX triplet: 0C, 29 and 21. RGB value is (12,41,33). Sum of RGB (Red+Green+Blue) = 12+41+33=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #0C2921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2921 is #F3D6DE. Grayscale: #1F1F1F. Windows color (decimal): -15980255 or 2173196. OLE color: 2173196.
HSL color Cylindrical-coordinate representation of color #0C2921: hue angle of 163.45º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C2921 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 41 | 33 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.84 |
| HSL | 163.45º | 0.55% | 0.1% | - |
| HSV(B) | 163.45º | 0.71% | 0.16% | - |
| XYZ | 1.22 | 1.77 | 1.72 | - |
| YUV | 31.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 33 | 0.71 | 0 | 0.20 | 0.84 | 163.45 | 0.55 | 0.1 |
| Hex | C | 29 | 21 | 47 | 0 | 14 | 54 | A3 | 37 | A |
| Octal | 14 | 51 | 41 | 107 | 0 | 24 | 124 | 243 | 67 | 12 |
| Binary | 1100 | 101001 | 100001 | 1000111 | 0 | 10100 | 1010100 | 10100011 | 110111 | 1010 |
Color Harmonies of #0C2921
Complementary color
Monochromatic Colors of #0C2921
Black with #0C2921
Text Example
Text Example
White with #0C2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2921; }
p { color: rgb(12,41,33); }
H1.HeaderClassName
{
color: #0C2921;
}
.AnyTagClassName
{
color: #0C2921;
}
</style>
background-color css
<style>
a { background-color: #0C2921; }
a { background-color: rgb(12,41,33); }
div.DivClassName
{
background-color: #0C2921;
}
.BgClassName
{
background-color: #0C2921;
}
</style>
border-color css
<style>
span { border-color: #0C2921; }
span { border-color: rgb(12,41,33); }
td.TdClassName
{
border-color: #0C2921;
}
.TagClassName
{
border-color: #0C2921;
}
</style>