Shades of Dark Green #082218
Tints of Dark Green #082218
RGB
CMYK
RGB Variations
Color information
#082218 (or 0x082218) is known color: Dark Green. HEX triplet: 08, 22 and 18. RGB value is (8,34,24). Sum of RGB (Red+Green+Blue) = 8+34+24=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #082218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082218 is #F7DDE7. Grayscale: #191919. Windows color (decimal): -16244200 or 1581576. OLE color: 1581576.
HSL color Cylindrical-coordinate representation of color #082218: hue angle of 156.92º 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 #082218 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 34 | 24 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.87 |
| HSL | 156.92º | 0.62% | 0.08% | - |
| HSV(B) | 156.92º | 0.76% | 0.13% | - |
| XYZ | 0.84 | 1.26 | 1.06 | - |
| YUV | 25.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 24 | 0.76 | 0 | 0.29 | 0.87 | 156.92 | 0.62 | 0.08 |
| Hex | 8 | 22 | 18 | 4C | 0 | 1D | 57 | 9D | 3E | 8 |
| Octal | 10 | 42 | 30 | 114 | 0 | 35 | 127 | 235 | 76 | 10 |
| Binary | 1000 | 100010 | 11000 | 1001100 | 0 | 11101 | 1010111 | 10011101 | 111110 | 1000 |
Color Harmonies of #082218
Complementary color
Monochromatic Colors of #082218
Black with #082218
Text Example
Text Example
White with #082218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082218; }
p { color: rgb(8,34,24); }
H1.HeaderClassName
{
color: #082218;
}
.AnyTagClassName
{
color: #082218;
}
</style>
background-color css
<style>
a { background-color: #082218; }
a { background-color: rgb(8,34,24); }
div.DivClassName
{
background-color: #082218;
}
.BgClassName
{
background-color: #082218;
}
</style>
border-color css
<style>
span { border-color: #082218; }
span { border-color: rgb(8,34,24); }
td.TdClassName
{
border-color: #082218;
}
.TagClassName
{
border-color: #082218;
}
</style>