Shades of Dark Green #0C2E22
Tints of Dark Green #0C2E22
RGB
CMYK
RGB Variations
Color information
#0C2E22 (or 0x0C2E22) is known color: Dark Green. HEX triplet: 0C, 2E and 22. RGB value is (12,46,34). Sum of RGB (Red+Green+Blue) = 12+46+34=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E22 is #F3D1DD. Grayscale: #222222. Windows color (decimal): -15978974 or 2240012. OLE color: 2240012.
HSL color Cylindrical-coordinate representation of color #0C2E22: hue angle of 158.82º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E22 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 46 | 34 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.82 |
| HSL | 158.82º | 0.59% | 0.11% | - |
| HSV(B) | 158.82º | 0.74% | 0.18% | - |
| XYZ | 1.42 | 2.15 | 1.85 | - |
| YUV | 34.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 34 | 0.74 | 0 | 0.26 | 0.82 | 158.82 | 0.59 | 0.11 |
| Hex | C | 2E | 22 | 4A | 0 | 1A | 52 | 9F | 3B | B |
| Octal | 14 | 56 | 42 | 112 | 0 | 32 | 122 | 237 | 73 | 13 |
| Binary | 1100 | 101110 | 100010 | 1001010 | 0 | 11010 | 1010010 | 10011111 | 111011 | 1011 |
Color Harmonies of #0C2E22
Complementary color
Monochromatic Colors of #0C2E22
Black with #0C2E22
Text Example
Text Example
White with #0C2E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E22; }
p { color: rgb(12,46,34); }
H1.HeaderClassName
{
color: #0C2E22;
}
.AnyTagClassName
{
color: #0C2E22;
}
</style>
background-color css
<style>
a { background-color: #0C2E22; }
a { background-color: rgb(12,46,34); }
div.DivClassName
{
background-color: #0C2E22;
}
.BgClassName
{
background-color: #0C2E22;
}
</style>
border-color css
<style>
span { border-color: #0C2E22; }
span { border-color: rgb(12,46,34); }
td.TdClassName
{
border-color: #0C2E22;
}
.TagClassName
{
border-color: #0C2E22;
}
</style>