Shades of Forest Green #088521
Tints of Forest Green #088521
RGB
CMYK
RGB Variations
Color information
#088521 (or 0x088521) is known color: Forest Green. HEX triplet: 08, 85 and 21. RGB value is (8,133,33). Sum of RGB (Red+Green+Blue) = 8+133+33=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #088521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088521 is #F77ADE. Grayscale: #545454. Windows color (decimal): -16218847 or 2196744. OLE color: 2196744.
HSL color Cylindrical-coordinate representation of color #088521: hue angle of 132º 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 #088521 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 33 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.48 |
| HSL | 132º | 0.89% | 0.28% | - |
| HSV(B) | 132º | 0.94% | 0.52% | - |
| XYZ | 8.76 | 16.94 | 4.25 | - |
| YUV | 84.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 33 | 0.94 | 0 | 0.75 | 0.48 | 132 | 0.89 | 0.28 |
| Hex | 8 | 85 | 21 | 5E | 0 | 4B | 30 | 84 | 59 | 1C |
| Octal | 10 | 205 | 41 | 136 | 0 | 113 | 60 | 204 | 131 | 34 |
| Binary | 1000 | 10000101 | 100001 | 1011110 | 0 | 1001011 | 110000 | 10000100 | 1011001 | 11100 |
Color Harmonies of #088521
Complementary color
Monochromatic Colors of #088521
Black with #088521
Text Example
Text Example
White with #088521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088521; }
p { color: rgb(8,133,33); }
H1.HeaderClassName
{
color: #088521;
}
.AnyTagClassName
{
color: #088521;
}
</style>
background-color css
<style>
a { background-color: #088521; }
a { background-color: rgb(8,133,33); }
div.DivClassName
{
background-color: #088521;
}
.BgClassName
{
background-color: #088521;
}
</style>
border-color css
<style>
span { border-color: #088521; }
span { border-color: rgb(8,133,33); }
td.TdClassName
{
border-color: #088521;
}
.TagClassName
{
border-color: #088521;
}
</style>