Shades of Dark Green #0C3224
Tints of Dark Green #0C3224
RGB
CMYK
RGB Variations
Color information
#0C3224 (or 0x0C3224) is known color: Dark Green. HEX triplet: 0C, 32 and 24. RGB value is (12,50,36). Sum of RGB (Red+Green+Blue) = 12+50+36=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #0C3224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3224 is #F3CDDB. Grayscale: #252525. Windows color (decimal): -15977948 or 2372108. OLE color: 2372108.
HSL color Cylindrical-coordinate representation of color #0C3224: hue angle of 157.89º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3224 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 50 | 36 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.80 |
| HSL | 157.89º | 0.61% | 0.12% | - |
| HSV(B) | 157.89º | 0.76% | 0.2% | - |
| XYZ | 1.61 | 2.49 | 2.06 | - |
| YUV | 37.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 36 | 0.76 | 0 | 0.28 | 0.80 | 157.89 | 0.61 | 0.12 |
| Hex | C | 32 | 24 | 4C | 0 | 1C | 50 | 9E | 3D | C |
| Octal | 14 | 62 | 44 | 114 | 0 | 34 | 120 | 236 | 75 | 14 |
| Binary | 1100 | 110010 | 100100 | 1001100 | 0 | 11100 | 1010000 | 10011110 | 111101 | 1100 |
Color Harmonies of #0C3224
Complementary color
Monochromatic Colors of #0C3224
Black with #0C3224
Text Example
Text Example
White with #0C3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3224; }
p { color: rgb(12,50,36); }
H1.HeaderClassName
{
color: #0C3224;
}
.AnyTagClassName
{
color: #0C3224;
}
</style>
background-color css
<style>
a { background-color: #0C3224; }
a { background-color: rgb(12,50,36); }
div.DivClassName
{
background-color: #0C3224;
}
.BgClassName
{
background-color: #0C3224;
}
</style>
border-color css
<style>
span { border-color: #0C3224; }
span { border-color: rgb(12,50,36); }
td.TdClassName
{
border-color: #0C3224;
}
.TagClassName
{
border-color: #0C3224;
}
</style>