Shades of Dark Green #09110E
Tints of Dark Green #09110E
RGB
CMYK
RGB Variations
Color information
#09110E (or 0x09110E) is known color: Dark Green. HEX triplet: 09, 11 and 0E. RGB value is (9,17,14). Sum of RGB (Red+Green+Blue) = 9+17+14=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 17 - color contains mainly: green. Hex color #09110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09110E is #F6EEF1. Grayscale: #0E0E0E. Windows color (decimal): -16183026 or 921865. OLE color: 921865.
HSL color Cylindrical-coordinate representation of color #09110E: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #09110E is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 17 | 14 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.93 |
| HSL | 157.5º | 0.31% | 0.05% | - |
| HSV(B) | 157.5º | 0.47% | 0.07% | - |
| XYZ | 0.39 | 0.49 | 0.49 | - |
| YUV | 14.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 14 | 0.47 | 0 | 0.18 | 0.93 | 157.5 | 0.31 | 0.05 |
| Hex | 9 | 11 | E | 2F | 0 | 12 | 5D | 9E | 1F | 5 |
| Octal | 11 | 21 | 16 | 57 | 0 | 22 | 135 | 236 | 37 | 5 |
| Binary | 1001 | 10001 | 1110 | 101111 | 0 | 10010 | 1011101 | 10011110 | 11111 | 101 |
Color Harmonies of #09110E
Complementary color
Monochromatic Colors of #09110E
Black with #09110E
Text Example
Text Example
White with #09110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09110E; }
p { color: rgb(9,17,14); }
H1.HeaderClassName
{
color: #09110E;
}
.AnyTagClassName
{
color: #09110E;
}
</style>
background-color css
<style>
a { background-color: #09110E; }
a { background-color: rgb(9,17,14); }
div.DivClassName
{
background-color: #09110E;
}
.BgClassName
{
background-color: #09110E;
}
</style>
border-color css
<style>
span { border-color: #09110E; }
span { border-color: rgb(9,17,14); }
td.TdClassName
{
border-color: #09110E;
}
.TagClassName
{
border-color: #09110E;
}
</style>