Shades of Dark Green #081310
Tints of Dark Green #081310
RGB
CMYK
RGB Variations
Color information
#081310 (or 0x081310) is known color: Dark Green. HEX triplet: 08, 13 and 10. RGB value is (8,19,16). Sum of RGB (Red+Green+Blue) = 8+19+16=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #081310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081310 is #F7ECEF. Grayscale: #0F0F0F. Windows color (decimal): -16248048 or 1053448. OLE color: 1053448.
HSL color Cylindrical-coordinate representation of color #081310: hue angle of 163.64º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #081310 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 19 | 16 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.93 |
| HSL | 163.64º | 0.41% | 0.05% | - |
| HSV(B) | 163.64º | 0.58% | 0.07% | - |
| XYZ | 0.43 | 0.55 | 0.57 | - |
| YUV | 15.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 16 | 0.58 | 0 | 0.16 | 0.93 | 163.64 | 0.41 | 0.05 |
| Hex | 8 | 13 | 10 | 3A | 0 | 10 | 5D | A4 | 29 | 5 |
| Octal | 10 | 23 | 20 | 72 | 0 | 20 | 135 | 244 | 51 | 5 |
| Binary | 1000 | 10011 | 10000 | 111010 | 0 | 10000 | 1011101 | 10100100 | 101001 | 101 |
Color Harmonies of #081310
Complementary color
Monochromatic Colors of #081310
Black with #081310
Text Example
Text Example
White with #081310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081310; }
p { color: rgb(8,19,16); }
H1.HeaderClassName
{
color: #081310;
}
.AnyTagClassName
{
color: #081310;
}
</style>
background-color css
<style>
a { background-color: #081310; }
a { background-color: rgb(8,19,16); }
div.DivClassName
{
background-color: #081310;
}
.BgClassName
{
background-color: #081310;
}
</style>
border-color css
<style>
span { border-color: #081310; }
span { border-color: rgb(8,19,16); }
td.TdClassName
{
border-color: #081310;
}
.TagClassName
{
border-color: #081310;
}
</style>