Shades of Forest Green #088420
Tints of Forest Green #088420
RGB
CMYK
RGB Variations
Color information
#088420 (or 0x088420) is known color: Forest Green. HEX triplet: 08, 84 and 20. RGB value is (8,132,32). Sum of RGB (Red+Green+Blue) = 8+132+32=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 132 (51.95% from 255 or 76.74% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 132 - color contains mainly: green. Hex color #088420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088420 is #F77BDF. Grayscale: #535353. Windows color (decimal): -16219104 or 2130952. OLE color: 2130952.
HSL color Cylindrical-coordinate representation of color #088420: hue angle of 131.61º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088420 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 32 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.48 |
| HSL | 131.61º | 0.89% | 0.27% | - |
| HSV(B) | 131.61º | 0.94% | 0.52% | - |
| XYZ | 8.61 | 16.66 | 4.13 | - |
| YUV | 83.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 32 | 0.94 | 0 | 0.76 | 0.48 | 131.61 | 0.89 | 0.27 |
| Hex | 8 | 84 | 20 | 5E | 0 | 4C | 30 | 84 | 59 | 1B |
| Octal | 10 | 204 | 40 | 136 | 0 | 114 | 60 | 204 | 131 | 33 |
| Binary | 1000 | 10000100 | 100000 | 1011110 | 0 | 1001100 | 110000 | 10000100 | 1011001 | 11011 |
Color Harmonies of #088420
Complementary color
Monochromatic Colors of #088420
Black with #088420
Text Example
Text Example
White with #088420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088420; }
p { color: rgb(8,132,32); }
H1.HeaderClassName
{
color: #088420;
}
.AnyTagClassName
{
color: #088420;
}
</style>
background-color css
<style>
a { background-color: #088420; }
a { background-color: rgb(8,132,32); }
div.DivClassName
{
background-color: #088420;
}
.BgClassName
{
background-color: #088420;
}
</style>
border-color css
<style>
span { border-color: #088420; }
span { border-color: rgb(8,132,32); }
td.TdClassName
{
border-color: #088420;
}
.TagClassName
{
border-color: #088420;
}
</style>