Shades of Dark Green #081411
Tints of Dark Green #081411
RGB
CMYK
RGB Variations
Color information
#081411 (or 0x081411) is known color: Dark Green. HEX triplet: 08, 14 and 11. RGB value is (8,20,17). Sum of RGB (Red+Green+Blue) = 8+20+17=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #081411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081411 is #F7EBEE. Grayscale: #101010. Windows color (decimal): -16247791 or 1119240. OLE color: 1119240.
HSL color Cylindrical-coordinate representation of color #081411: hue angle of 165º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081411 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 20 | 17 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.92 |
| HSL | 165º | 0.43% | 0.05% | - |
| HSV(B) | 165º | 0.6% | 0.08% | - |
| XYZ | 0.45 | 0.59 | 0.62 | - |
| YUV | 16.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 17 | 0.60 | 0 | 0.15 | 0.92 | 165 | 0.43 | 0.05 |
| Hex | 8 | 14 | 11 | 3C | 0 | F | 5C | A5 | 2B | 5 |
| Octal | 10 | 24 | 21 | 74 | 0 | 17 | 134 | 245 | 53 | 5 |
| Binary | 1000 | 10100 | 10001 | 111100 | 0 | 1111 | 1011100 | 10100101 | 101011 | 101 |
Color Harmonies of #081411
Complementary color
Monochromatic Colors of #081411
Black with #081411
Text Example
Text Example
White with #081411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081411; }
p { color: rgb(8,20,17); }
H1.HeaderClassName
{
color: #081411;
}
.AnyTagClassName
{
color: #081411;
}
</style>
background-color css
<style>
a { background-color: #081411; }
a { background-color: rgb(8,20,17); }
div.DivClassName
{
background-color: #081411;
}
.BgClassName
{
background-color: #081411;
}
</style>
border-color css
<style>
span { border-color: #081411; }
span { border-color: rgb(8,20,17); }
td.TdClassName
{
border-color: #081411;
}
.TagClassName
{
border-color: #081411;
}
</style>