Shades of Dark Green #0C2D22
Tints of Dark Green #0C2D22
RGB
CMYK
RGB Variations
Color information
#0C2D22 (or 0x0C2D22) is known color: Dark Green. HEX triplet: 0C, 2D and 22. RGB value is (12,45,34). Sum of RGB (Red+Green+Blue) = 12+45+34=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D22 is #F3D2DD. Grayscale: #212121. Windows color (decimal): -15979230 or 2239756. OLE color: 2239756.
HSL color Cylindrical-coordinate representation of color #0C2D22: hue angle of 160º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2D22 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 45 | 34 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.82 |
| HSL | 160º | 0.58% | 0.11% | - |
| HSV(B) | 160º | 0.73% | 0.18% | - |
| XYZ | 1.38 | 2.07 | 1.84 | - |
| YUV | 33.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 34 | 0.73 | 0 | 0.24 | 0.82 | 160 | 0.58 | 0.11 |
| Hex | C | 2D | 22 | 49 | 0 | 18 | 52 | A0 | 3A | B |
| Octal | 14 | 55 | 42 | 111 | 0 | 30 | 122 | 240 | 72 | 13 |
| Binary | 1100 | 101101 | 100010 | 1001001 | 0 | 11000 | 1010010 | 10100000 | 111010 | 1011 |
Color Harmonies of #0C2D22
Complementary color
Monochromatic Colors of #0C2D22
Black with #0C2D22
Text Example
Text Example
White with #0C2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D22; }
p { color: rgb(12,45,34); }
H1.HeaderClassName
{
color: #0C2D22;
}
.AnyTagClassName
{
color: #0C2D22;
}
</style>
background-color css
<style>
a { background-color: #0C2D22; }
a { background-color: rgb(12,45,34); }
div.DivClassName
{
background-color: #0C2D22;
}
.BgClassName
{
background-color: #0C2D22;
}
</style>
border-color css
<style>
span { border-color: #0C2D22; }
span { border-color: rgb(12,45,34); }
td.TdClassName
{
border-color: #0C2D22;
}
.TagClassName
{
border-color: #0C2D22;
}
</style>