Shades of Dark Green #081D14
Tints of Dark Green #081D14
RGB
CMYK
RGB Variations
Color information
#081D14 (or 0x081D14) is known color: Dark Green. HEX triplet: 08, 1D and 14. RGB value is (8,29,20). Sum of RGB (Red+Green+Blue) = 8+29+20=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #081D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D14 is #F7E2EB. Grayscale: #151515. Windows color (decimal): -16245484 or 1318152. OLE color: 1318152.
HSL color Cylindrical-coordinate representation of color #081D14: hue angle of 154.29º 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 #081D14 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 29 | 20 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.89 |
| HSL | 154.29º | 0.57% | 0.07% | - |
| HSV(B) | 154.29º | 0.72% | 0.11% | - |
| XYZ | 0.67 | 0.98 | 0.82 | - |
| YUV | 21.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 20 | 0.72 | 0 | 0.31 | 0.89 | 154.29 | 0.57 | 0.07 |
| Hex | 8 | 1D | 14 | 48 | 0 | 1F | 59 | 9A | 39 | 7 |
| Octal | 10 | 35 | 24 | 110 | 0 | 37 | 131 | 232 | 71 | 7 |
| Binary | 1000 | 11101 | 10100 | 1001000 | 0 | 11111 | 1011001 | 10011010 | 111001 | 111 |
Color Harmonies of #081D14
Complementary color
Monochromatic Colors of #081D14
Black with #081D14
Text Example
Text Example
White with #081D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D14; }
p { color: rgb(8,29,20); }
H1.HeaderClassName
{
color: #081D14;
}
.AnyTagClassName
{
color: #081D14;
}
</style>
background-color css
<style>
a { background-color: #081D14; }
a { background-color: rgb(8,29,20); }
div.DivClassName
{
background-color: #081D14;
}
.BgClassName
{
background-color: #081D14;
}
</style>
border-color css
<style>
span { border-color: #081D14; }
span { border-color: rgb(8,29,20); }
td.TdClassName
{
border-color: #081D14;
}
.TagClassName
{
border-color: #081D14;
}
</style>