Shades of Dark Green #081D13
Tints of Dark Green #081D13
RGB
CMYK
RGB Variations
Color information
#081D13 (or 0x081D13) is known color: Dark Green. HEX triplet: 08, 1D and 13. RGB value is (8,29,19). Sum of RGB (Red+Green+Blue) = 8+29+19=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #081D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D13 is #F7E2EC. Grayscale: #151515. Windows color (decimal): -16245485 or 1252616. OLE color: 1252616.
HSL color Cylindrical-coordinate representation of color #081D13: hue angle of 151.43º 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 #081D13 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 29 | 19 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.89 |
| HSL | 151.43º | 0.57% | 0.07% | - |
| HSV(B) | 151.43º | 0.72% | 0.11% | - |
| XYZ | 0.66 | 0.98 | 0.77 | - |
| YUV | 21.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 19 | 0.72 | 0 | 0.34 | 0.89 | 151.43 | 0.57 | 0.07 |
| Hex | 8 | 1D | 13 | 48 | 0 | 22 | 59 | 97 | 39 | 7 |
| Octal | 10 | 35 | 23 | 110 | 0 | 42 | 131 | 227 | 71 | 7 |
| Binary | 1000 | 11101 | 10011 | 1001000 | 0 | 100010 | 1011001 | 10010111 | 111001 | 111 |
Color Harmonies of #081D13
Complementary color
Monochromatic Colors of #081D13
Black with #081D13
Text Example
Text Example
White with #081D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D13; }
p { color: rgb(8,29,19); }
H1.HeaderClassName
{
color: #081D13;
}
.AnyTagClassName
{
color: #081D13;
}
</style>
background-color css
<style>
a { background-color: #081D13; }
a { background-color: rgb(8,29,19); }
div.DivClassName
{
background-color: #081D13;
}
.BgClassName
{
background-color: #081D13;
}
</style>
border-color css
<style>
span { border-color: #081D13; }
span { border-color: rgb(8,29,19); }
td.TdClassName
{
border-color: #081D13;
}
.TagClassName
{
border-color: #081D13;
}
</style>