Shades of Dark Green #0E100F
Tints of Dark Green #0E100F
RGB
CMYK
RGB Variations
Color information
#0E100F (or 0x0E100F) is known color: Dark Green. HEX triplet: 0E, 10 and 0F. RGB value is (14,16,15). Sum of RGB (Red+Green+Blue) = 14+16+15=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 16 - color contains mainly: green. Hex color #0E100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E100F is #F1EFF0. Grayscale: #0F0F0F. Windows color (decimal): -15855601 or 987150. OLE color: 987150.
HSL color Cylindrical-coordinate representation of color #0E100F: hue angle of 150º degrees, saturation: 0.07, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #0E100F is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 16 | 15 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.94 |
| HSL | 150º | 0.07% | 0.06% | - |
| HSV(B) | 150º | 0.13% | 0.06% | - |
| XYZ | 0.45 | 0.5 | 0.52 | - |
| YUV | 15.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 15 | 0.13 | 0 | 0.06 | 0.94 | 150 | 0.07 | 0.06 |
| Hex | E | 10 | F | D | 0 | 6 | 5E | 96 | 7 | 6 |
| Octal | 16 | 20 | 17 | 15 | 0 | 6 | 136 | 226 | 7 | 6 |
| Binary | 1110 | 10000 | 1111 | 1101 | 0 | 110 | 1011110 | 10010110 | 111 | 110 |
Color Harmonies of #0E100F
Complementary color
Monochromatic Colors of #0E100F
Black with #0E100F
Text Example
Text Example
White with #0E100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E100F; }
p { color: rgb(14,16,15); }
H1.HeaderClassName
{
color: #0E100F;
}
.AnyTagClassName
{
color: #0E100F;
}
</style>
background-color css
<style>
a { background-color: #0E100F; }
a { background-color: rgb(14,16,15); }
div.DivClassName
{
background-color: #0E100F;
}
.BgClassName
{
background-color: #0E100F;
}
</style>
border-color css
<style>
span { border-color: #0E100F; }
span { border-color: rgb(14,16,15); }
td.TdClassName
{
border-color: #0E100F;
}
.TagClassName
{
border-color: #0E100F;
}
</style>