Shades of Dark Green #082012
Tints of Dark Green #082012
RGB
CMYK
RGB Variations
Color information
#082012 (or 0x082012) is known color: Dark Green. HEX triplet: 08, 20 and 12. RGB value is (8,32,18). Sum of RGB (Red+Green+Blue) = 8+32+18=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #082012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082012 is #F7DFED. Grayscale: #171717. Windows color (decimal): -16244718 or 1187848. OLE color: 1187848.
HSL color Cylindrical-coordinate representation of color #082012: hue angle of 145º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #082012 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 32 | 18 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.87 |
| HSL | 145º | 0.6% | 0.08% | - |
| HSV(B) | 145º | 0.75% | 0.13% | - |
| XYZ | 0.73 | 1.13 | 0.75 | - |
| YUV | 23.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 18 | 0.75 | 0 | 0.44 | 0.87 | 145 | 0.6 | 0.08 |
| Hex | 8 | 20 | 12 | 4B | 0 | 2C | 57 | 91 | 3C | 8 |
| Octal | 10 | 40 | 22 | 113 | 0 | 54 | 127 | 221 | 74 | 10 |
| Binary | 1000 | 100000 | 10010 | 1001011 | 0 | 101100 | 1010111 | 10010001 | 111100 | 1000 |
Color Harmonies of #082012
Complementary color
Monochromatic Colors of #082012
Black with #082012
Text Example
Text Example
White with #082012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082012; }
p { color: rgb(8,32,18); }
H1.HeaderClassName
{
color: #082012;
}
.AnyTagClassName
{
color: #082012;
}
</style>
background-color css
<style>
a { background-color: #082012; }
a { background-color: rgb(8,32,18); }
div.DivClassName
{
background-color: #082012;
}
.BgClassName
{
background-color: #082012;
}
</style>
border-color css
<style>
span { border-color: #082012; }
span { border-color: rgb(8,32,18); }
td.TdClassName
{
border-color: #082012;
}
.TagClassName
{
border-color: #082012;
}
</style>