Shades of Dark Green #0E2822
Tints of Dark Green #0E2822
RGB
CMYK
RGB Variations
Color information
#0E2822 (or 0x0E2822) is known color: Dark Green. HEX triplet: 0E, 28 and 22. RGB value is (14,40,34). Sum of RGB (Red+Green+Blue) = 14+40+34=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2822 is #F1D7DD. Grayscale: #1F1F1F. Windows color (decimal): -15849438 or 2238478. OLE color: 2238478.
HSL color Cylindrical-coordinate representation of color #0E2822: hue angle of 166.15º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2822 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 40 | 34 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.84 |
| HSL | 166.15º | 0.48% | 0.11% | - |
| HSV(B) | 166.15º | 0.65% | 0.16% | - |
| XYZ | 1.23 | 1.73 | 1.78 | - |
| YUV | 31.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 34 | 0.65 | 0 | 0.15 | 0.84 | 166.15 | 0.48 | 0.11 |
| Hex | E | 28 | 22 | 41 | 0 | F | 54 | A6 | 30 | B |
| Octal | 16 | 50 | 42 | 101 | 0 | 17 | 124 | 246 | 60 | 13 |
| Binary | 1110 | 101000 | 100010 | 1000001 | 0 | 1111 | 1010100 | 10100110 | 110000 | 1011 |
Color Harmonies of #0E2822
Complementary color
Monochromatic Colors of #0E2822
Black with #0E2822
Text Example
Text Example
White with #0E2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2822; }
p { color: rgb(14,40,34); }
H1.HeaderClassName
{
color: #0E2822;
}
.AnyTagClassName
{
color: #0E2822;
}
</style>
background-color css
<style>
a { background-color: #0E2822; }
a { background-color: rgb(14,40,34); }
div.DivClassName
{
background-color: #0E2822;
}
.BgClassName
{
background-color: #0E2822;
}
</style>
border-color css
<style>
span { border-color: #0E2822; }
span { border-color: rgb(14,40,34); }
td.TdClassName
{
border-color: #0E2822;
}
.TagClassName
{
border-color: #0E2822;
}
</style>