Shades of Dark Green #08110D
Tints of Dark Green #08110D
RGB
CMYK
RGB Variations
Color information
#08110D (or 0x08110D) is known color: Dark Green. HEX triplet: 08, 11 and 0D. RGB value is (8,17,13). Sum of RGB (Red+Green+Blue) = 8+17+13=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #08110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08110D is #F7EEF2. Grayscale: #0D0D0D. Windows color (decimal): -16248563 or 856328. OLE color: 856328.
HSL color Cylindrical-coordinate representation of color #08110D: hue angle of 153.33º 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 #08110D is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 17 | 13 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.93 |
| HSL | 153.33º | 0.36% | 0.05% | - |
| HSV(B) | 153.33º | 0.53% | 0.07% | - |
| XYZ | 0.37 | 0.48 | 0.45 | - |
| YUV | 13.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 13 | 0.53 | 0 | 0.24 | 0.93 | 153.33 | 0.36 | 0.05 |
| Hex | 8 | 11 | D | 35 | 0 | 18 | 5D | 99 | 24 | 5 |
| Octal | 10 | 21 | 15 | 65 | 0 | 30 | 135 | 231 | 44 | 5 |
| Binary | 1000 | 10001 | 1101 | 110101 | 0 | 11000 | 1011101 | 10011001 | 100100 | 101 |
Color Harmonies of #08110D
Complementary color
Monochromatic Colors of #08110D
Black with #08110D
Text Example
Text Example
White with #08110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08110D; }
p { color: rgb(8,17,13); }
H1.HeaderClassName
{
color: #08110D;
}
.AnyTagClassName
{
color: #08110D;
}
</style>
background-color css
<style>
a { background-color: #08110D; }
a { background-color: rgb(8,17,13); }
div.DivClassName
{
background-color: #08110D;
}
.BgClassName
{
background-color: #08110D;
}
</style>
border-color css
<style>
span { border-color: #08110D; }
span { border-color: rgb(8,17,13); }
td.TdClassName
{
border-color: #08110D;
}
.TagClassName
{
border-color: #08110D;
}
</style>