Shades of Dark Green #082211
Tints of Dark Green #082211
RGB
CMYK
RGB Variations
Color information
#082211 (or 0x082211) is known color: Dark Green. HEX triplet: 08, 22 and 11. RGB value is (8,34,17). Sum of RGB (Red+Green+Blue) = 8+34+17=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #082211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082211 is #F7DDEE. Grayscale: #181818. Windows color (decimal): -16244207 or 1122824. OLE color: 1122824.
HSL color Cylindrical-coordinate representation of color #082211: hue angle of 140.77º 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 #082211 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 34 | 17 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.87 |
| HSL | 140.77º | 0.62% | 0.08% | - |
| HSV(B) | 140.77º | 0.76% | 0.13% | - |
| XYZ | 0.77 | 1.24 | 0.73 | - |
| YUV | 24.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 17 | 0.76 | 0 | 0.50 | 0.87 | 140.77 | 0.62 | 0.08 |
| Hex | 8 | 22 | 11 | 4C | 0 | 32 | 57 | 8D | 3E | 8 |
| Octal | 10 | 42 | 21 | 114 | 0 | 62 | 127 | 215 | 76 | 10 |
| Binary | 1000 | 100010 | 10001 | 1001100 | 0 | 110010 | 1010111 | 10001101 | 111110 | 1000 |
Color Harmonies of #082211
Complementary color
Monochromatic Colors of #082211
Black with #082211
Text Example
Text Example
White with #082211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082211; }
p { color: rgb(8,34,17); }
H1.HeaderClassName
{
color: #082211;
}
.AnyTagClassName
{
color: #082211;
}
</style>
background-color css
<style>
a { background-color: #082211; }
a { background-color: rgb(8,34,17); }
div.DivClassName
{
background-color: #082211;
}
.BgClassName
{
background-color: #082211;
}
</style>
border-color css
<style>
span { border-color: #082211; }
span { border-color: rgb(8,34,17); }
td.TdClassName
{
border-color: #082211;
}
.TagClassName
{
border-color: #082211;
}
</style>