Shades of Dark Green #081412
Tints of Dark Green #081412
RGB
CMYK
RGB Variations
Color information
#081412 (or 0x081412) is known color: Dark Green. HEX triplet: 08, 14 and 12. RGB value is (8,20,18). Sum of RGB (Red+Green+Blue) = 8+20+18=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #081412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081412 is #F7EBED. Grayscale: #101010. Windows color (decimal): -16247790 or 1184776. OLE color: 1184776.
HSL color Cylindrical-coordinate representation of color #081412: hue angle of 170º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081412 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 20 | 18 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.92 |
| HSL | 170º | 0.43% | 0.05% | - |
| HSV(B) | 170º | 0.6% | 0.08% | - |
| XYZ | 0.46 | 0.6 | 0.66 | - |
| YUV | 16.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 18 | 0.60 | 0 | 0.10 | 0.92 | 170 | 0.43 | 0.05 |
| Hex | 8 | 14 | 12 | 3C | 0 | A | 5C | AA | 2B | 5 |
| Octal | 10 | 24 | 22 | 74 | 0 | 12 | 134 | 252 | 53 | 5 |
| Binary | 1000 | 10100 | 10010 | 111100 | 0 | 1010 | 1011100 | 10101010 | 101011 | 101 |
Color Harmonies of #081412
Complementary color
Monochromatic Colors of #081412
Black with #081412
Text Example
Text Example
White with #081412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081412; }
p { color: rgb(8,20,18); }
H1.HeaderClassName
{
color: #081412;
}
.AnyTagClassName
{
color: #081412;
}
</style>
background-color css
<style>
a { background-color: #081412; }
a { background-color: rgb(8,20,18); }
div.DivClassName
{
background-color: #081412;
}
.BgClassName
{
background-color: #081412;
}
</style>
border-color css
<style>
span { border-color: #081412; }
span { border-color: rgb(8,20,18); }
td.TdClassName
{
border-color: #081412;
}
.TagClassName
{
border-color: #081412;
}
</style>