Shades of Forest Green #08821E
Tints of Forest Green #08821E
RGB
CMYK
RGB Variations
Color information
#08821E (or 0x08821E) is known color: Forest Green. HEX triplet: 08, 82 and 1E. RGB value is (8,130,30). Sum of RGB (Red+Green+Blue) = 8+130+30=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #08821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08821E is #F77DE1. Grayscale: #525252. Windows color (decimal): -16219618 or 1999368. OLE color: 1999368.
HSL color Cylindrical-coordinate representation of color #08821E: hue angle of 130.82º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08821E is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 30 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.49 |
| HSL | 130.82º | 0.88% | 0.27% | - |
| HSV(B) | 130.82º | 0.94% | 0.51% | - |
| XYZ | 8.32 | 16.11 | 3.9 | - |
| YUV | 82.12 | 98.58 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 30 | 0.94 | 0 | 0.77 | 0.49 | 130.82 | 0.88 | 0.27 |
| Hex | 8 | 82 | 1E | 5E | 0 | 4D | 31 | 83 | 58 | 1B |
| Octal | 10 | 202 | 36 | 136 | 0 | 115 | 61 | 203 | 130 | 33 |
| Binary | 1000 | 10000010 | 11110 | 1011110 | 0 | 1001101 | 110001 | 10000011 | 1011000 | 11011 |
Color Harmonies of #08821E
Complementary color
Monochromatic Colors of #08821E
Black with #08821E
Text Example
Text Example
White with #08821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08821E; }
p { color: rgb(8,130,30); }
H1.HeaderClassName
{
color: #08821E;
}
.AnyTagClassName
{
color: #08821E;
}
</style>
background-color css
<style>
a { background-color: #08821E; }
a { background-color: rgb(8,130,30); }
div.DivClassName
{
background-color: #08821E;
}
.BgClassName
{
background-color: #08821E;
}
</style>
border-color css
<style>
span { border-color: #08821E; }
span { border-color: rgb(8,130,30); }
td.TdClassName
{
border-color: #08821E;
}
.TagClassName
{
border-color: #08821E;
}
</style>