Shades of Dark Green #082722
Tints of Dark Green #082722
RGB
CMYK
RGB Variations
Color information
#082722 (or 0x082722) is known color: Dark Green. HEX triplet: 08, 27 and 22. RGB value is (8,39,34). Sum of RGB (Red+Green+Blue) = 8+39+34=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 34 (13.67% from 255 or 41.98% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #082722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082722 is #F7D8DD. Grayscale: #1D1D1D. Windows color (decimal): -16242910 or 2238216. OLE color: 2238216.
HSL color Cylindrical-coordinate representation of color #082722: hue angle of 170.32º degrees, saturation: 0.66, 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 #082722 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 34 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.85 |
| HSL | 170.32º | 0.66% | 0.09% | - |
| HSV(B) | 170.32º | 0.79% | 0.15% | - |
| XYZ | 1.11 | 1.62 | 1.77 | - |
| YUV | 29.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 34 | 0.79 | 0 | 0.13 | 0.85 | 170.32 | 0.66 | 0.09 |
| Hex | 8 | 27 | 22 | 4F | 0 | D | 55 | AA | 42 | 9 |
| Octal | 10 | 47 | 42 | 117 | 0 | 15 | 125 | 252 | 102 | 11 |
| Binary | 1000 | 100111 | 100010 | 1001111 | 0 | 1101 | 1010101 | 10101010 | 1000010 | 1001 |
Color Harmonies of #082722
Complementary color
Monochromatic Colors of #082722
Black with #082722
Text Example
Text Example
White with #082722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082722; }
p { color: rgb(8,39,34); }
H1.HeaderClassName
{
color: #082722;
}
.AnyTagClassName
{
color: #082722;
}
</style>
background-color css
<style>
a { background-color: #082722; }
a { background-color: rgb(8,39,34); }
div.DivClassName
{
background-color: #082722;
}
.BgClassName
{
background-color: #082722;
}
</style>
border-color css
<style>
span { border-color: #082722; }
span { border-color: rgb(8,39,34); }
td.TdClassName
{
border-color: #082722;
}
.TagClassName
{
border-color: #082722;
}
</style>