Shades of Forest Green #099528
Tints of Forest Green #099528
RGB
CMYK
RGB Variations
Color information
#099528 (or 0x099528) is known color: Forest Green. HEX triplet: 09, 95 and 28. RGB value is (9,149,40). Sum of RGB (Red+Green+Blue) = 9+149+40=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #099528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099528 is #F66AD7. Grayscale: #5F5F5F. Windows color (decimal): -16149208 or 2659593. OLE color: 2659593.
HSL color Cylindrical-coordinate representation of color #099528: hue angle of 133.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099528 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 40 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.42 |
| HSL | 133.29º | 0.89% | 0.31% | - |
| HSV(B) | 133.29º | 0.94% | 0.58% | - |
| XYZ | 11.24 | 21.71 | 5.6 | - |
| YUV | 94.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 40 | 0.94 | 0 | 0.73 | 0.42 | 133.29 | 0.89 | 0.31 |
| Hex | 9 | 95 | 28 | 5E | 0 | 49 | 2A | 85 | 59 | 1F |
| Octal | 11 | 225 | 50 | 136 | 0 | 111 | 52 | 205 | 131 | 37 |
| Binary | 1001 | 10010101 | 101000 | 1011110 | 0 | 1001001 | 101010 | 10000101 | 1011001 | 11111 |
Color Harmonies of #099528
Complementary color
Monochromatic Colors of #099528
Black with #099528
Text Example
Text Example
White with #099528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099528; }
p { color: rgb(9,149,40); }
H1.HeaderClassName
{
color: #099528;
}
.AnyTagClassName
{
color: #099528;
}
</style>
background-color css
<style>
a { background-color: #099528; }
a { background-color: rgb(9,149,40); }
div.DivClassName
{
background-color: #099528;
}
.BgClassName
{
background-color: #099528;
}
</style>
border-color css
<style>
span { border-color: #099528; }
span { border-color: rgb(9,149,40); }
td.TdClassName
{
border-color: #099528;
}
.TagClassName
{
border-color: #099528;
}
</style>