Shades of Dark Green #0E221B
Tints of Dark Green #0E221B
RGB
CMYK
RGB Variations
Color information
#0E221B (or 0x0E221B) is known color: Dark Green. HEX triplet: 0E, 22 and 1B. RGB value is (14,34,27). Sum of RGB (Red+Green+Blue) = 14+34+27=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #0E221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E221B is #F1DDE4. Grayscale: #1B1B1B. Windows color (decimal): -15850981 or 1778190. OLE color: 1778190.
HSL color Cylindrical-coordinate representation of color #0E221B: hue angle of 159º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0E221B is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 34 | 27 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.87 |
| HSL | 159º | 0.42% | 0.09% | - |
| HSV(B) | 159º | 0.59% | 0.13% | - |
| XYZ | 0.95 | 1.32 | 1.24 | - |
| YUV | 27.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 34 | 27 | 0.59 | 0 | 0.21 | 0.87 | 159 | 0.42 | 0.09 |
| Hex | E | 22 | 1B | 3B | 0 | 15 | 57 | 9F | 2A | 9 |
| Octal | 16 | 42 | 33 | 73 | 0 | 25 | 127 | 237 | 52 | 11 |
| Binary | 1110 | 100010 | 11011 | 111011 | 0 | 10101 | 1010111 | 10011111 | 101010 | 1001 |
Color Harmonies of #0E221B
Complementary color
Monochromatic Colors of #0E221B
Black with #0E221B
Text Example
Text Example
White with #0E221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E221B; }
p { color: rgb(14,34,27); }
H1.HeaderClassName
{
color: #0E221B;
}
.AnyTagClassName
{
color: #0E221B;
}
</style>
background-color css
<style>
a { background-color: #0E221B; }
a { background-color: rgb(14,34,27); }
div.DivClassName
{
background-color: #0E221B;
}
.BgClassName
{
background-color: #0E221B;
}
</style>
border-color css
<style>
span { border-color: #0E221B; }
span { border-color: rgb(14,34,27); }
td.TdClassName
{
border-color: #0E221B;
}
.TagClassName
{
border-color: #0E221B;
}
</style>