Shades of Dark Green #081511
Tints of Dark Green #081511
RGB
CMYK
RGB Variations
Color information
#081511 (or 0x081511) is known color: Dark Green. HEX triplet: 08, 15 and 11. RGB value is (8,21,17). Sum of RGB (Red+Green+Blue) = 8+21+17=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #081511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081511 is #F7EAEE. Grayscale: #101010. Windows color (decimal): -16247535 or 1119496. OLE color: 1119496.
HSL color Cylindrical-coordinate representation of color #081511: hue angle of 161.54º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #081511 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 21 | 17 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.92 |
| HSL | 161.54º | 0.45% | 0.06% | - |
| HSV(B) | 161.54º | 0.62% | 0.08% | - |
| XYZ | 0.47 | 0.63 | 0.63 | - |
| YUV | 16.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 17 | 0.62 | 0 | 0.19 | 0.92 | 161.54 | 0.45 | 0.06 |
| Hex | 8 | 15 | 11 | 3E | 0 | 13 | 5C | A2 | 2D | 6 |
| Octal | 10 | 25 | 21 | 76 | 0 | 23 | 134 | 242 | 55 | 6 |
| Binary | 1000 | 10101 | 10001 | 111110 | 0 | 10011 | 1011100 | 10100010 | 101101 | 110 |
Color Harmonies of #081511
Complementary color
Monochromatic Colors of #081511
Black with #081511
Text Example
Text Example
White with #081511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081511; }
p { color: rgb(8,21,17); }
H1.HeaderClassName
{
color: #081511;
}
.AnyTagClassName
{
color: #081511;
}
</style>
background-color css
<style>
a { background-color: #081511; }
a { background-color: rgb(8,21,17); }
div.DivClassName
{
background-color: #081511;
}
.BgClassName
{
background-color: #081511;
}
</style>
border-color css
<style>
span { border-color: #081511; }
span { border-color: rgb(8,21,17); }
td.TdClassName
{
border-color: #081511;
}
.TagClassName
{
border-color: #081511;
}
</style>