Shades of Forest Green #088520
Tints of Forest Green #088520
RGB
CMYK
RGB Variations
Color information
#088520 (or 0x088520) is known color: Forest Green. HEX triplet: 08, 85 and 20. RGB value is (8,133,32). Sum of RGB (Red+Green+Blue) = 8+133+32=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #088520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088520 is #F77ADF. Grayscale: #545454. Windows color (decimal): -16218848 or 2131208. OLE color: 2131208.
HSL color Cylindrical-coordinate representation of color #088520: hue angle of 131.52º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088520 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 32 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.48 |
| HSL | 131.52º | 0.89% | 0.28% | - |
| HSV(B) | 131.52º | 0.94% | 0.52% | - |
| XYZ | 8.75 | 16.93 | 4.17 | - |
| YUV | 84.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 32 | 0.94 | 0 | 0.76 | 0.48 | 131.52 | 0.89 | 0.28 |
| Hex | 8 | 85 | 20 | 5E | 0 | 4C | 30 | 84 | 59 | 1C |
| Octal | 10 | 205 | 40 | 136 | 0 | 114 | 60 | 204 | 131 | 34 |
| Binary | 1000 | 10000101 | 100000 | 1011110 | 0 | 1001100 | 110000 | 10000100 | 1011001 | 11100 |
Color Harmonies of #088520
Complementary color
Monochromatic Colors of #088520
Black with #088520
Text Example
Text Example
White with #088520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088520; }
p { color: rgb(8,133,32); }
H1.HeaderClassName
{
color: #088520;
}
.AnyTagClassName
{
color: #088520;
}
</style>
background-color css
<style>
a { background-color: #088520; }
a { background-color: rgb(8,133,32); }
div.DivClassName
{
background-color: #088520;
}
.BgClassName
{
background-color: #088520;
}
</style>
border-color css
<style>
span { border-color: #088520; }
span { border-color: rgb(8,133,32); }
td.TdClassName
{
border-color: #088520;
}
.TagClassName
{
border-color: #088520;
}
</style>