Shades of Dark Green #0E1E1C
Tints of Dark Green #0E1E1C
RGB
CMYK
RGB Variations
Color information
#0E1E1C (or 0x0E1E1C) is known color: Dark Green. HEX triplet: 0E, 1E and 1C. RGB value is (14,30,28). Sum of RGB (Red+Green+Blue) = 14+30+28=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E1C is #F1E1E3. Grayscale: #181818. Windows color (decimal): -15852004 or 1842702. OLE color: 1842702.
HSL color Cylindrical-coordinate representation of color #0E1E1C: hue angle of 172.5º 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 #0E1E1C is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 28 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.88 |
| HSL | 172.5º | 0.36% | 0.09% | - |
| HSV(B) | 172.5º | 0.53% | 0.12% | - |
| XYZ | 0.85 | 1.11 | 1.27 | - |
| YUV | 24.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 28 | 0.53 | 0 | 0.07 | 0.88 | 172.5 | 0.36 | 0.09 |
| Hex | E | 1E | 1C | 35 | 0 | 7 | 58 | AC | 24 | 9 |
| Octal | 16 | 36 | 34 | 65 | 0 | 7 | 130 | 254 | 44 | 11 |
| Binary | 1110 | 11110 | 11100 | 110101 | 0 | 111 | 1011000 | 10101100 | 100100 | 1001 |
Color Harmonies of #0E1E1C
Complementary color
Monochromatic Colors of #0E1E1C
Black with #0E1E1C
Text Example
Text Example
White with #0E1E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E1C; }
p { color: rgb(14,30,28); }
H1.HeaderClassName
{
color: #0E1E1C;
}
.AnyTagClassName
{
color: #0E1E1C;
}
</style>
background-color css
<style>
a { background-color: #0E1E1C; }
a { background-color: rgb(14,30,28); }
div.DivClassName
{
background-color: #0E1E1C;
}
.BgClassName
{
background-color: #0E1E1C;
}
</style>
border-color css
<style>
span { border-color: #0E1E1C; }
span { border-color: rgb(14,30,28); }
td.TdClassName
{
border-color: #0E1E1C;
}
.TagClassName
{
border-color: #0E1E1C;
}
</style>