Shades of Dark Green #082221
Tints of Dark Green #082221
RGB
CMYK
RGB Variations
Color information
#082221 (or 0x082221) is known color: Dark Green. HEX triplet: 08, 22 and 21. RGB value is (8,34,33). Sum of RGB (Red+Green+Blue) = 8+34+33=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #082221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082221 is #F7DDDE. Grayscale: #1A1A1A. Windows color (decimal): -16244191 or 2171400. OLE color: 2171400.
HSL color Cylindrical-coordinate representation of color #082221: hue angle of 177.69º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #082221 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 34 | 33 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.87 |
| HSL | 177.69º | 0.62% | 0.08% | - |
| HSV(B) | 177.69º | 0.76% | 0.13% | - |
| XYZ | 0.95 | 1.31 | 1.64 | - |
| YUV | 26.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 33 | 0.76 | 0 | 0.03 | 0.87 | 177.69 | 0.62 | 0.08 |
| Hex | 8 | 22 | 21 | 4C | 0 | 3 | 57 | B2 | 3E | 8 |
| Octal | 10 | 42 | 41 | 114 | 0 | 3 | 127 | 262 | 76 | 10 |
| Binary | 1000 | 100010 | 100001 | 1001100 | 0 | 11 | 1010111 | 10110010 | 111110 | 1000 |
Color Harmonies of #082221
Complementary color
Monochromatic Colors of #082221
Black with #082221
Text Example
Text Example
White with #082221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082221; }
p { color: rgb(8,34,33); }
H1.HeaderClassName
{
color: #082221;
}
.AnyTagClassName
{
color: #082221;
}
</style>
background-color css
<style>
a { background-color: #082221; }
a { background-color: rgb(8,34,33); }
div.DivClassName
{
background-color: #082221;
}
.BgClassName
{
background-color: #082221;
}
</style>
border-color css
<style>
span { border-color: #082221; }
span { border-color: rgb(8,34,33); }
td.TdClassName
{
border-color: #082221;
}
.TagClassName
{
border-color: #082221;
}
</style>