Shades of Dark Green #0C3022
Tints of Dark Green #0C3022
RGB
CMYK
RGB Variations
Color information
#0C3022 (or 0x0C3022) is known color: Dark Green. HEX triplet: 0C, 30 and 22. RGB value is (12,48,34). Sum of RGB (Red+Green+Blue) = 12+48+34=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3022 is #F3CFDD. Grayscale: #232323. Windows color (decimal): -15978462 or 2240524. OLE color: 2240524.
HSL color Cylindrical-coordinate representation of color #0C3022: hue angle of 156.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C3022 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 48 | 34 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.81 |
| HSL | 156.67º | 0.6% | 0.12% | - |
| HSV(B) | 156.67º | 0.75% | 0.19% | - |
| XYZ | 1.5 | 2.31 | 1.88 | - |
| YUV | 35.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 34 | 0.75 | 0 | 0.29 | 0.81 | 156.67 | 0.6 | 0.12 |
| Hex | C | 30 | 22 | 4B | 0 | 1D | 51 | 9D | 3C | C |
| Octal | 14 | 60 | 42 | 113 | 0 | 35 | 121 | 235 | 74 | 14 |
| Binary | 1100 | 110000 | 100010 | 1001011 | 0 | 11101 | 1010001 | 10011101 | 111100 | 1100 |
Color Harmonies of #0C3022
Complementary color
Monochromatic Colors of #0C3022
Black with #0C3022
Text Example
Text Example
White with #0C3022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3022; }
p { color: rgb(12,48,34); }
H1.HeaderClassName
{
color: #0C3022;
}
.AnyTagClassName
{
color: #0C3022;
}
</style>
background-color css
<style>
a { background-color: #0C3022; }
a { background-color: rgb(12,48,34); }
div.DivClassName
{
background-color: #0C3022;
}
.BgClassName
{
background-color: #0C3022;
}
</style>
border-color css
<style>
span { border-color: #0C3022; }
span { border-color: rgb(12,48,34); }
td.TdClassName
{
border-color: #0C3022;
}
.TagClassName
{
border-color: #0C3022;
}
</style>