Shades of Dark Green #0C2422
Tints of Dark Green #0C2422
RGB
CMYK
RGB Variations
Color information
#0C2422 (or 0x0C2422) is known color: Dark Green. HEX triplet: 0C, 24 and 22. RGB value is (12,36,34). Sum of RGB (Red+Green+Blue) = 12+36+34=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #0C2422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2422 is #F3DBDD. Grayscale: #1C1C1C. Windows color (decimal): -15981534 or 2237452. OLE color: 2237452.
HSL color Cylindrical-coordinate representation of color #0C2422: hue angle of 175º 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 #0C2422 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 36 | 34 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.86 |
| HSL | 175º | 0.5% | 0.09% | - |
| HSV(B) | 175º | 0.67% | 0.14% | - |
| XYZ | 1.07 | 1.46 | 1.74 | - |
| YUV | 28.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 34 | 0.67 | 0 | 0.06 | 0.86 | 175 | 0.5 | 0.09 |
| Hex | C | 24 | 22 | 43 | 0 | 6 | 56 | AF | 32 | 9 |
| Octal | 14 | 44 | 42 | 103 | 0 | 6 | 126 | 257 | 62 | 11 |
| Binary | 1100 | 100100 | 100010 | 1000011 | 0 | 110 | 1010110 | 10101111 | 110010 | 1001 |
Color Harmonies of #0C2422
Complementary color
Monochromatic Colors of #0C2422
Black with #0C2422
Text Example
Text Example
White with #0C2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2422; }
p { color: rgb(12,36,34); }
H1.HeaderClassName
{
color: #0C2422;
}
.AnyTagClassName
{
color: #0C2422;
}
</style>
background-color css
<style>
a { background-color: #0C2422; }
a { background-color: rgb(12,36,34); }
div.DivClassName
{
background-color: #0C2422;
}
.BgClassName
{
background-color: #0C2422;
}
</style>
border-color css
<style>
span { border-color: #0C2422; }
span { border-color: rgb(12,36,34); }
td.TdClassName
{
border-color: #0C2422;
}
.TagClassName
{
border-color: #0C2422;
}
</style>