Shades of Dark Green #082522
Tints of Dark Green #082522
RGB
CMYK
RGB Variations
Color information
#082522 (or 0x082522) is known color: Dark Green. HEX triplet: 08, 25 and 22. RGB value is (8,37,34). Sum of RGB (Red+Green+Blue) = 8+37+34=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #082522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082522 is #F7DADD. Grayscale: #1B1B1B. Windows color (decimal): -16243422 or 2237704. OLE color: 2237704.
HSL color Cylindrical-coordinate representation of color #082522: hue angle of 173.79º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082522 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 37 | 34 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.85 |
| HSL | 173.79º | 0.64% | 0.09% | - |
| HSV(B) | 173.79º | 0.78% | 0.15% | - |
| XYZ | 1.05 | 1.49 | 1.75 | - |
| YUV | 27.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 34 | 0.78 | 0 | 0.08 | 0.85 | 173.79 | 0.64 | 0.09 |
| Hex | 8 | 25 | 22 | 4E | 0 | 8 | 55 | AE | 40 | 9 |
| Octal | 10 | 45 | 42 | 116 | 0 | 10 | 125 | 256 | 100 | 11 |
| Binary | 1000 | 100101 | 100010 | 1001110 | 0 | 1000 | 1010101 | 10101110 | 1000000 | 1001 |
Color Harmonies of #082522
Complementary color
Monochromatic Colors of #082522
Black with #082522
Text Example
Text Example
White with #082522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082522; }
p { color: rgb(8,37,34); }
H1.HeaderClassName
{
color: #082522;
}
.AnyTagClassName
{
color: #082522;
}
</style>
background-color css
<style>
a { background-color: #082522; }
a { background-color: rgb(8,37,34); }
div.DivClassName
{
background-color: #082522;
}
.BgClassName
{
background-color: #082522;
}
</style>
border-color css
<style>
span { border-color: #082522; }
span { border-color: rgb(8,37,34); }
td.TdClassName
{
border-color: #082522;
}
.TagClassName
{
border-color: #082522;
}
</style>