Shades of Dark Green #082620
Tints of Dark Green #082620
RGB
CMYK
RGB Variations
Color information
#082620 (or 0x082620) is known color: Dark Green. HEX triplet: 08, 26 and 20. RGB value is (8,38,32). Sum of RGB (Red+Green+Blue) = 8+38+32=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #082620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082620 is #F7D9DF. Grayscale: #1C1C1C. Windows color (decimal): -16243168 or 2106888. OLE color: 2106888.
HSL color Cylindrical-coordinate representation of color #082620: hue angle of 168º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082620 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 38 | 32 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.85 |
| HSL | 168º | 0.65% | 0.09% | - |
| HSV(B) | 168º | 0.79% | 0.15% | - |
| XYZ | 1.05 | 1.54 | 1.61 | - |
| YUV | 28.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 32 | 0.79 | 0 | 0.16 | 0.85 | 168 | 0.65 | 0.09 |
| Hex | 8 | 26 | 20 | 4F | 0 | 10 | 55 | A8 | 41 | 9 |
| Octal | 10 | 46 | 40 | 117 | 0 | 20 | 125 | 250 | 101 | 11 |
| Binary | 1000 | 100110 | 100000 | 1001111 | 0 | 10000 | 1010101 | 10101000 | 1000001 | 1001 |
Color Harmonies of #082620
Complementary color
Monochromatic Colors of #082620
Black with #082620
Text Example
Text Example
White with #082620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082620; }
p { color: rgb(8,38,32); }
H1.HeaderClassName
{
color: #082620;
}
.AnyTagClassName
{
color: #082620;
}
</style>
background-color css
<style>
a { background-color: #082620; }
a { background-color: rgb(8,38,32); }
div.DivClassName
{
background-color: #082620;
}
.BgClassName
{
background-color: #082620;
}
</style>
border-color css
<style>
span { border-color: #082620; }
span { border-color: rgb(8,38,32); }
td.TdClassName
{
border-color: #082620;
}
.TagClassName
{
border-color: #082620;
}
</style>