Shades of Dark Green #0E1614
Tints of Dark Green #0E1614
RGB
CMYK
RGB Variations
Color information
#0E1614 (or 0x0E1614) is known color: Dark Green. HEX triplet: 0E, 16 and 14. RGB value is (14,22,20). Sum of RGB (Red+Green+Blue) = 14+22+20=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1614 is #F1E9EB. Grayscale: #131313. Windows color (decimal): -15854060 or 1316366. OLE color: 1316366.
HSL color Cylindrical-coordinate representation of color #0E1614: hue angle of 165º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0E1614 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 22 | 20 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.91 |
| HSL | 165º | 0.22% | 0.07% | - |
| HSV(B) | 165º | 0.36% | 0.09% | - |
| XYZ | 0.59 | 0.72 | 0.77 | - |
| YUV | 19.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 20 | 0.36 | 0 | 0.09 | 0.91 | 165 | 0.22 | 0.07 |
| Hex | E | 16 | 14 | 24 | 0 | 9 | 5B | A5 | 16 | 7 |
| Octal | 16 | 26 | 24 | 44 | 0 | 11 | 133 | 245 | 26 | 7 |
| Binary | 1110 | 10110 | 10100 | 100100 | 0 | 1001 | 1011011 | 10100101 | 10110 | 111 |
Color Harmonies of #0E1614
Complementary color
Monochromatic Colors of #0E1614
Black with #0E1614
Text Example
Text Example
White with #0E1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1614; }
p { color: rgb(14,22,20); }
H1.HeaderClassName
{
color: #0E1614;
}
.AnyTagClassName
{
color: #0E1614;
}
</style>
background-color css
<style>
a { background-color: #0E1614; }
a { background-color: rgb(14,22,20); }
div.DivClassName
{
background-color: #0E1614;
}
.BgClassName
{
background-color: #0E1614;
}
</style>
border-color css
<style>
span { border-color: #0E1614; }
span { border-color: rgb(14,22,20); }
td.TdClassName
{
border-color: #0E1614;
}
.TagClassName
{
border-color: #0E1614;
}
</style>