Shades of Dark Green #08110E
Tints of Dark Green #08110E
RGB
CMYK
RGB Variations
Color information
#08110E (or 0x08110E) is known color: Dark Green. HEX triplet: 08, 11 and 0E. RGB value is (8,17,14). Sum of RGB (Red+Green+Blue) = 8+17+14=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 17 - color contains mainly: green. Hex color #08110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08110E is #F7EEF1. Grayscale: #0D0D0D. Windows color (decimal): -16248562 or 921864. OLE color: 921864.
HSL color Cylindrical-coordinate representation of color #08110E: hue angle of 160º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #08110E is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 17 | 14 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.93 |
| HSL | 160º | 0.36% | 0.05% | - |
| HSV(B) | 160º | 0.53% | 0.07% | - |
| XYZ | 0.38 | 0.48 | 0.49 | - |
| YUV | 13.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 14 | 0.53 | 0 | 0.18 | 0.93 | 160 | 0.36 | 0.05 |
| Hex | 8 | 11 | E | 35 | 0 | 12 | 5D | A0 | 24 | 5 |
| Octal | 10 | 21 | 16 | 65 | 0 | 22 | 135 | 240 | 44 | 5 |
| Binary | 1000 | 10001 | 1110 | 110101 | 0 | 10010 | 1011101 | 10100000 | 100100 | 101 |
Color Harmonies of #08110E
Complementary color
Monochromatic Colors of #08110E
Black with #08110E
Text Example
Text Example
White with #08110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08110E; }
p { color: rgb(8,17,14); }
H1.HeaderClassName
{
color: #08110E;
}
.AnyTagClassName
{
color: #08110E;
}
</style>
background-color css
<style>
a { background-color: #08110E; }
a { background-color: rgb(8,17,14); }
div.DivClassName
{
background-color: #08110E;
}
.BgClassName
{
background-color: #08110E;
}
</style>
border-color css
<style>
span { border-color: #08110E; }
span { border-color: rgb(8,17,14); }
td.TdClassName
{
border-color: #08110E;
}
.TagClassName
{
border-color: #08110E;
}
</style>