Shades of Dark Green #0E1E16
Tints of Dark Green #0E1E16
RGB
CMYK
RGB Variations
Color information
#0E1E16 (or 0x0E1E16) is known color: Dark Green. HEX triplet: 0E, 1E and 16. RGB value is (14,30,22). Sum of RGB (Red+Green+Blue) = 14+30+22=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E16 is #F1E1E9. Grayscale: #181818. Windows color (decimal): -15852010 or 1449486. OLE color: 1449486.
HSL color Cylindrical-coordinate representation of color #0E1E16: hue angle of 150º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E1E16 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 22 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.88 |
| HSL | 150º | 0.36% | 0.09% | - |
| HSV(B) | 150º | 0.53% | 0.12% | - |
| XYZ | 0.79 | 1.08 | 0.93 | - |
| YUV | 24.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 22 | 0.53 | 0 | 0.27 | 0.88 | 150 | 0.36 | 0.09 |
| Hex | E | 1E | 16 | 35 | 0 | 1B | 58 | 96 | 24 | 9 |
| Octal | 16 | 36 | 26 | 65 | 0 | 33 | 130 | 226 | 44 | 11 |
| Binary | 1110 | 11110 | 10110 | 110101 | 0 | 11011 | 1011000 | 10010110 | 100100 | 1001 |
Color Harmonies of #0E1E16
Complementary color
Monochromatic Colors of #0E1E16
Black with #0E1E16
Text Example
Text Example
White with #0E1E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E16; }
p { color: rgb(14,30,22); }
H1.HeaderClassName
{
color: #0E1E16;
}
.AnyTagClassName
{
color: #0E1E16;
}
</style>
background-color css
<style>
a { background-color: #0E1E16; }
a { background-color: rgb(14,30,22); }
div.DivClassName
{
background-color: #0E1E16;
}
.BgClassName
{
background-color: #0E1E16;
}
</style>
border-color css
<style>
span { border-color: #0E1E16; }
span { border-color: rgb(14,30,22); }
td.TdClassName
{
border-color: #0E1E16;
}
.TagClassName
{
border-color: #0E1E16;
}
</style>