Shades of Dark Green #0E2722
Tints of Dark Green #0E2722
RGB
CMYK
RGB Variations
Color information
#0E2722 (or 0x0E2722) is known color: Dark Green. HEX triplet: 0E, 27 and 22. RGB value is (14,39,34). Sum of RGB (Red+Green+Blue) = 14+39+34=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #0E2722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2722 is #F1D8DD. Grayscale: #1E1E1E. Windows color (decimal): -15849694 or 2238222. OLE color: 2238222.
HSL color Cylindrical-coordinate representation of color #0E2722: hue angle of 168º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E2722 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 39 | 34 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.85 |
| HSL | 168º | 0.47% | 0.1% | - |
| HSV(B) | 168º | 0.64% | 0.15% | - |
| XYZ | 1.2 | 1.66 | 1.77 | - |
| YUV | 30.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 34 | 0.64 | 0 | 0.13 | 0.85 | 168 | 0.47 | 0.1 |
| Hex | E | 27 | 22 | 40 | 0 | D | 55 | A8 | 2F | A |
| Octal | 16 | 47 | 42 | 100 | 0 | 15 | 125 | 250 | 57 | 12 |
| Binary | 1110 | 100111 | 100010 | 1000000 | 0 | 1101 | 1010101 | 10101000 | 101111 | 1010 |
Color Harmonies of #0E2722
Complementary color
Monochromatic Colors of #0E2722
Black with #0E2722
Text Example
Text Example
White with #0E2722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2722; }
p { color: rgb(14,39,34); }
H1.HeaderClassName
{
color: #0E2722;
}
.AnyTagClassName
{
color: #0E2722;
}
</style>
background-color css
<style>
a { background-color: #0E2722; }
a { background-color: rgb(14,39,34); }
div.DivClassName
{
background-color: #0E2722;
}
.BgClassName
{
background-color: #0E2722;
}
</style>
border-color css
<style>
span { border-color: #0E2722; }
span { border-color: rgb(14,39,34); }
td.TdClassName
{
border-color: #0E2722;
}
.TagClassName
{
border-color: #0E2722;
}
</style>