Shades of Dark Green #0E2E22
Tints of Dark Green #0E2E22
RGB
CMYK
RGB Variations
Color information
#0E2E22 (or 0x0E2E22) is known color: Dark Green. HEX triplet: 0E, 2E and 22. RGB value is (14,46,34). Sum of RGB (Red+Green+Blue) = 14+46+34=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #0E2E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2E22 is #F1D1DD. Grayscale: #232323. Windows color (decimal): -15847902 or 2240014. OLE color: 2240014.
HSL color Cylindrical-coordinate representation of color #0E2E22: hue angle of 157.5º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E2E22 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 46 | 34 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.82 |
| HSL | 157.5º | 0.53% | 0.12% | - |
| HSV(B) | 157.5º | 0.7% | 0.18% | - |
| XYZ | 1.45 | 2.16 | 1.85 | - |
| YUV | 35.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 46 | 34 | 0.70 | 0 | 0.26 | 0.82 | 157.5 | 0.53 | 0.12 |
| Hex | E | 2E | 22 | 46 | 0 | 1A | 52 | 9E | 35 | C |
| Octal | 16 | 56 | 42 | 106 | 0 | 32 | 122 | 236 | 65 | 14 |
| Binary | 1110 | 101110 | 100010 | 1000110 | 0 | 11010 | 1010010 | 10011110 | 110101 | 1100 |
Color Harmonies of #0E2E22
Complementary color
Monochromatic Colors of #0E2E22
Black with #0E2E22
Text Example
Text Example
White with #0E2E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2E22; }
p { color: rgb(14,46,34); }
H1.HeaderClassName
{
color: #0E2E22;
}
.AnyTagClassName
{
color: #0E2E22;
}
</style>
background-color css
<style>
a { background-color: #0E2E22; }
a { background-color: rgb(14,46,34); }
div.DivClassName
{
background-color: #0E2E22;
}
.BgClassName
{
background-color: #0E2E22;
}
</style>
border-color css
<style>
span { border-color: #0E2E22; }
span { border-color: rgb(14,46,34); }
td.TdClassName
{
border-color: #0E2E22;
}
.TagClassName
{
border-color: #0E2E22;
}
</style>