Shades of Dark Green #082219
Tints of Dark Green #082219
RGB
CMYK
RGB Variations
Color information
#082219 (or 0x082219) is known color: Dark Green. HEX triplet: 08, 22 and 19. RGB value is (8,34,25). Sum of RGB (Red+Green+Blue) = 8+34+25=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #082219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082219 is #F7DDE6. Grayscale: #191919. Windows color (decimal): -16244199 or 1647112. OLE color: 1647112.
HSL color Cylindrical-coordinate representation of color #082219: hue angle of 159.23º 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 #082219 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 34 | 25 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.87 |
| HSL | 159.23º | 0.62% | 0.08% | - |
| HSV(B) | 159.23º | 0.76% | 0.13% | - |
| XYZ | 0.85 | 1.27 | 1.12 | - |
| YUV | 25.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 25 | 0.76 | 0 | 0.26 | 0.87 | 159.23 | 0.62 | 0.08 |
| Hex | 8 | 22 | 19 | 4C | 0 | 1A | 57 | 9F | 3E | 8 |
| Octal | 10 | 42 | 31 | 114 | 0 | 32 | 127 | 237 | 76 | 10 |
| Binary | 1000 | 100010 | 11001 | 1001100 | 0 | 11010 | 1010111 | 10011111 | 111110 | 1000 |
Color Harmonies of #082219
Complementary color
Monochromatic Colors of #082219
Black with #082219
Text Example
Text Example
White with #082219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082219; }
p { color: rgb(8,34,25); }
H1.HeaderClassName
{
color: #082219;
}
.AnyTagClassName
{
color: #082219;
}
</style>
background-color css
<style>
a { background-color: #082219; }
a { background-color: rgb(8,34,25); }
div.DivClassName
{
background-color: #082219;
}
.BgClassName
{
background-color: #082219;
}
</style>
border-color css
<style>
span { border-color: #082219; }
span { border-color: rgb(8,34,25); }
td.TdClassName
{
border-color: #082219;
}
.TagClassName
{
border-color: #082219;
}
</style>