Shades of Dark Green #0E1812
Tints of Dark Green #0E1812
RGB
CMYK
RGB Variations
Color information
#0E1812 (or 0x0E1812) is known color: Dark Green. HEX triplet: 0E, 18 and 12. RGB value is (14,24,18). Sum of RGB (Red+Green+Blue) = 14+24+18=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1812 is #F1E7ED. Grayscale: #141414. Windows color (decimal): -15853550 or 1185806. OLE color: 1185806.
HSL color Cylindrical-coordinate representation of color #0E1812: hue angle of 144º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E1812 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 24 | 18 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.91 |
| HSL | 144º | 0.26% | 0.07% | - |
| HSV(B) | 144º | 0.42% | 0.09% | - |
| XYZ | 0.62 | 0.79 | 0.69 | - |
| YUV | 20.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 24 | 18 | 0.42 | 0 | 0.25 | 0.91 | 144 | 0.26 | 0.07 |
| Hex | E | 18 | 12 | 2A | 0 | 19 | 5B | 90 | 1A | 7 |
| Octal | 16 | 30 | 22 | 52 | 0 | 31 | 133 | 220 | 32 | 7 |
| Binary | 1110 | 11000 | 10010 | 101010 | 0 | 11001 | 1011011 | 10010000 | 11010 | 111 |
Color Harmonies of #0E1812
Complementary color
Monochromatic Colors of #0E1812
Black with #0E1812
Text Example
Text Example
White with #0E1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1812; }
p { color: rgb(14,24,18); }
H1.HeaderClassName
{
color: #0E1812;
}
.AnyTagClassName
{
color: #0E1812;
}
</style>
background-color css
<style>
a { background-color: #0E1812; }
a { background-color: rgb(14,24,18); }
div.DivClassName
{
background-color: #0E1812;
}
.BgClassName
{
background-color: #0E1812;
}
</style>
border-color css
<style>
span { border-color: #0E1812; }
span { border-color: rgb(14,24,18); }
td.TdClassName
{
border-color: #0E1812;
}
.TagClassName
{
border-color: #0E1812;
}
</style>