Shades of Dark Green #082920
Tints of Dark Green #082920
RGB
CMYK
RGB Variations
Color information
#082920 (or 0x082920) is known color: Dark Green. HEX triplet: 08, 29 and 20. RGB value is (8,41,32). Sum of RGB (Red+Green+Blue) = 8+41+32=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #082920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082920 is #F7D6DF. Grayscale: #1E1E1E. Windows color (decimal): -16242400 or 2107656. OLE color: 2107656.
HSL color Cylindrical-coordinate representation of color #082920: hue angle of 163.64º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082920 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 32 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.84 |
| HSL | 163.64º | 0.67% | 0.1% | - |
| HSV(B) | 163.64º | 0.8% | 0.16% | - |
| XYZ | 1.15 | 1.74 | 1.64 | - |
| YUV | 30.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 32 | 0.80 | 0 | 0.22 | 0.84 | 163.64 | 0.67 | 0.1 |
| Hex | 8 | 29 | 20 | 50 | 0 | 16 | 54 | A4 | 43 | A |
| Octal | 10 | 51 | 40 | 120 | 0 | 26 | 124 | 244 | 103 | 12 |
| Binary | 1000 | 101001 | 100000 | 1010000 | 0 | 10110 | 1010100 | 10100100 | 1000011 | 1010 |
Color Harmonies of #082920
Complementary color
Monochromatic Colors of #082920
Black with #082920
Text Example
Text Example
White with #082920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082920; }
p { color: rgb(8,41,32); }
H1.HeaderClassName
{
color: #082920;
}
.AnyTagClassName
{
color: #082920;
}
</style>
background-color css
<style>
a { background-color: #082920; }
a { background-color: rgb(8,41,32); }
div.DivClassName
{
background-color: #082920;
}
.BgClassName
{
background-color: #082920;
}
</style>
border-color css
<style>
span { border-color: #082920; }
span { border-color: rgb(8,41,32); }
td.TdClassName
{
border-color: #082920;
}
.TagClassName
{
border-color: #082920;
}
</style>