Shades of Dark Green #081814
Tints of Dark Green #081814
RGB
CMYK
RGB Variations
Color information
#081814 (or 0x081814) is known color: Dark Green. HEX triplet: 08, 18 and 14. RGB value is (8,24,20). Sum of RGB (Red+Green+Blue) = 8+24+20=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #081814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081814 is #F7E7EB. Grayscale: #121212. Windows color (decimal): -16246764 or 1316872. OLE color: 1316872.
HSL color Cylindrical-coordinate representation of color #081814: hue angle of 165º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #081814 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 24 | 20 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.91 |
| HSL | 165º | 0.5% | 0.06% | - |
| HSV(B) | 165º | 0.67% | 0.09% | - |
| XYZ | 0.55 | 0.76 | 0.78 | - |
| YUV | 18.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 20 | 0.67 | 0 | 0.17 | 0.91 | 165 | 0.5 | 0.06 |
| Hex | 8 | 18 | 14 | 43 | 0 | 11 | 5B | A5 | 32 | 6 |
| Octal | 10 | 30 | 24 | 103 | 0 | 21 | 133 | 245 | 62 | 6 |
| Binary | 1000 | 11000 | 10100 | 1000011 | 0 | 10001 | 1011011 | 10100101 | 110010 | 110 |
Color Harmonies of #081814
Complementary color
Monochromatic Colors of #081814
Black with #081814
Text Example
Text Example
White with #081814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081814; }
p { color: rgb(8,24,20); }
H1.HeaderClassName
{
color: #081814;
}
.AnyTagClassName
{
color: #081814;
}
</style>
background-color css
<style>
a { background-color: #081814; }
a { background-color: rgb(8,24,20); }
div.DivClassName
{
background-color: #081814;
}
.BgClassName
{
background-color: #081814;
}
</style>
border-color css
<style>
span { border-color: #081814; }
span { border-color: rgb(8,24,20); }
td.TdClassName
{
border-color: #081814;
}
.TagClassName
{
border-color: #081814;
}
</style>