Shades of Dark Green #08110B
Tints of Dark Green #08110B
RGB
CMYK
RGB Variations
Color information
#08110B (or 0x08110B) is known color: Dark Green. HEX triplet: 08, 11 and 0B. RGB value is (8,17,11). Sum of RGB (Red+Green+Blue) = 8+17+11=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #08110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08110B is #F7EEF4. Grayscale: #0D0D0D. Windows color (decimal): -16248565 or 725256. OLE color: 725256.
HSL color Cylindrical-coordinate representation of color #08110B: hue angle of 140º 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 #08110B is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 17 | 11 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.93 |
| HSL | 140º | 0.36% | 0.05% | - |
| HSV(B) | 140º | 0.53% | 0.07% | - |
| XYZ | 0.36 | 0.48 | 0.39 | - |
| YUV | 13.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 11 | 0.53 | 0 | 0.35 | 0.93 | 140 | 0.36 | 0.05 |
| Hex | 8 | 11 | B | 35 | 0 | 23 | 5D | 8C | 24 | 5 |
| Octal | 10 | 21 | 13 | 65 | 0 | 43 | 135 | 214 | 44 | 5 |
| Binary | 1000 | 10001 | 1011 | 110101 | 0 | 100011 | 1011101 | 10001100 | 100100 | 101 |
Color Harmonies of #08110B
Complementary color
Monochromatic Colors of #08110B
Black with #08110B
Text Example
Text Example
White with #08110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08110B; }
p { color: rgb(8,17,11); }
H1.HeaderClassName
{
color: #08110B;
}
.AnyTagClassName
{
color: #08110B;
}
</style>
background-color css
<style>
a { background-color: #08110B; }
a { background-color: rgb(8,17,11); }
div.DivClassName
{
background-color: #08110B;
}
.BgClassName
{
background-color: #08110B;
}
</style>
border-color css
<style>
span { border-color: #08110B; }
span { border-color: rgb(8,17,11); }
td.TdClassName
{
border-color: #08110B;
}
.TagClassName
{
border-color: #08110B;
}
</style>