Shades of Forest Green #08821F
Tints of Forest Green #08821F
RGB
CMYK
RGB Variations
Color information
#08821F (or 0x08821F) is known color: Forest Green. HEX triplet: 08, 82 and 1F. RGB value is (8,130,31). Sum of RGB (Red+Green+Blue) = 8+130+31=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #08821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08821F is #F77DE0. Grayscale: #525252. Windows color (decimal): -16219617 or 2064904. OLE color: 2064904.
HSL color Cylindrical-coordinate representation of color #08821F: hue angle of 131.31º 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 #08821F is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 31 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.49 |
| HSL | 131.31º | 0.88% | 0.27% | - |
| HSV(B) | 131.31º | 0.94% | 0.51% | - |
| XYZ | 8.33 | 16.12 | 3.97 | - |
| YUV | 82.24 | 99.08 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 31 | 0.94 | 0 | 0.76 | 0.49 | 131.31 | 0.88 | 0.27 |
| Hex | 8 | 82 | 1F | 5E | 0 | 4C | 31 | 83 | 58 | 1B |
| Octal | 10 | 202 | 37 | 136 | 0 | 114 | 61 | 203 | 130 | 33 |
| Binary | 1000 | 10000010 | 11111 | 1011110 | 0 | 1001100 | 110001 | 10000011 | 1011000 | 11011 |
Color Harmonies of #08821F
Complementary color
Monochromatic Colors of #08821F
Black with #08821F
Text Example
Text Example
White with #08821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08821F; }
p { color: rgb(8,130,31); }
H1.HeaderClassName
{
color: #08821F;
}
.AnyTagClassName
{
color: #08821F;
}
</style>
background-color css
<style>
a { background-color: #08821F; }
a { background-color: rgb(8,130,31); }
div.DivClassName
{
background-color: #08821F;
}
.BgClassName
{
background-color: #08821F;
}
</style>
border-color css
<style>
span { border-color: #08821F; }
span { border-color: rgb(8,130,31); }
td.TdClassName
{
border-color: #08821F;
}
.TagClassName
{
border-color: #08821F;
}
</style>