Shades of Dark Green #081D16
Tints of Dark Green #081D16
RGB
CMYK
RGB Variations
Color information
#081D16 (or 0x081D16) is known color: Dark Green. HEX triplet: 08, 1D and 16. RGB value is (8,29,22). Sum of RGB (Red+Green+Blue) = 8+29+22=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #081D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D16 is #F7E2E9. Grayscale: #151515. Windows color (decimal): -16245482 or 1449224. OLE color: 1449224.
HSL color Cylindrical-coordinate representation of color #081D16: hue angle of 160º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081D16 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 29 | 22 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.89 |
| HSL | 160º | 0.57% | 0.07% | - |
| HSV(B) | 160º | 0.72% | 0.11% | - |
| XYZ | 0.68 | 0.99 | 0.91 | - |
| YUV | 21.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 22 | 0.72 | 0 | 0.24 | 0.89 | 160 | 0.57 | 0.07 |
| Hex | 8 | 1D | 16 | 48 | 0 | 18 | 59 | A0 | 39 | 7 |
| Octal | 10 | 35 | 26 | 110 | 0 | 30 | 131 | 240 | 71 | 7 |
| Binary | 1000 | 11101 | 10110 | 1001000 | 0 | 11000 | 1011001 | 10100000 | 111001 | 111 |
Color Harmonies of #081D16
Complementary color
Monochromatic Colors of #081D16
Black with #081D16
Text Example
Text Example
White with #081D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D16; }
p { color: rgb(8,29,22); }
H1.HeaderClassName
{
color: #081D16;
}
.AnyTagClassName
{
color: #081D16;
}
</style>
background-color css
<style>
a { background-color: #081D16; }
a { background-color: rgb(8,29,22); }
div.DivClassName
{
background-color: #081D16;
}
.BgClassName
{
background-color: #081D16;
}
</style>
border-color css
<style>
span { border-color: #081D16; }
span { border-color: rgb(8,29,22); }
td.TdClassName
{
border-color: #081D16;
}
.TagClassName
{
border-color: #081D16;
}
</style>