Shades of Dark Green #082217
Tints of Dark Green #082217
RGB
CMYK
RGB Variations
Color information
#082217 (or 0x082217) is known color: Dark Green. HEX triplet: 08, 22 and 17. RGB value is (8,34,23). Sum of RGB (Red+Green+Blue) = 8+34+23=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #082217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082217 is #F7DDE8. Grayscale: #181818. Windows color (decimal): -16244201 or 1516040. OLE color: 1516040.
HSL color Cylindrical-coordinate representation of color #082217: hue angle of 154.62º 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 #082217 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 34 | 23 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.87 |
| HSL | 154.62º | 0.62% | 0.08% | - |
| HSV(B) | 154.62º | 0.76% | 0.13% | - |
| XYZ | 0.83 | 1.26 | 1.01 | - |
| YUV | 24.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 23 | 0.76 | 0 | 0.32 | 0.87 | 154.62 | 0.62 | 0.08 |
| Hex | 8 | 22 | 17 | 4C | 0 | 20 | 57 | 9B | 3E | 8 |
| Octal | 10 | 42 | 27 | 114 | 0 | 40 | 127 | 233 | 76 | 10 |
| Binary | 1000 | 100010 | 10111 | 1001100 | 0 | 100000 | 1010111 | 10011011 | 111110 | 1000 |
Color Harmonies of #082217
Complementary color
Monochromatic Colors of #082217
Black with #082217
Text Example
Text Example
White with #082217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082217; }
p { color: rgb(8,34,23); }
H1.HeaderClassName
{
color: #082217;
}
.AnyTagClassName
{
color: #082217;
}
</style>
background-color css
<style>
a { background-color: #082217; }
a { background-color: rgb(8,34,23); }
div.DivClassName
{
background-color: #082217;
}
.BgClassName
{
background-color: #082217;
}
</style>
border-color css
<style>
span { border-color: #082217; }
span { border-color: rgb(8,34,23); }
td.TdClassName
{
border-color: #082217;
}
.TagClassName
{
border-color: #082217;
}
</style>