Shades of Forest Green #098528
Tints of Forest Green #098528
RGB
CMYK
RGB Variations
Color information
#098528 (or 0x098528) is known color: Forest Green. HEX triplet: 09, 85 and 28. RGB value is (9,133,40). Sum of RGB (Red+Green+Blue) = 9+133+40=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #098528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098528 is #F67AD7. Grayscale: #555555. Windows color (decimal): -16153304 or 2655497. OLE color: 2655497.
HSL color Cylindrical-coordinate representation of color #098528: hue angle of 135º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098528 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 133 | 40 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.48 |
| HSL | 135º | 0.87% | 0.28% | - |
| HSV(B) | 135º | 0.93% | 0.52% | - |
| XYZ | 8.88 | 16.99 | 4.82 | - |
| YUV | 85.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 40 | 0.93 | 0 | 0.70 | 0.48 | 135 | 0.87 | 0.28 |
| Hex | 9 | 85 | 28 | 5D | 0 | 46 | 30 | 87 | 57 | 1C |
| Octal | 11 | 205 | 50 | 135 | 0 | 106 | 60 | 207 | 127 | 34 |
| Binary | 1001 | 10000101 | 101000 | 1011101 | 0 | 1000110 | 110000 | 10000111 | 1010111 | 11100 |
Color Harmonies of #098528
Complementary color
Monochromatic Colors of #098528
Black with #098528
Text Example
Text Example
White with #098528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098528; }
p { color: rgb(9,133,40); }
H1.HeaderClassName
{
color: #098528;
}
.AnyTagClassName
{
color: #098528;
}
</style>
background-color css
<style>
a { background-color: #098528; }
a { background-color: rgb(9,133,40); }
div.DivClassName
{
background-color: #098528;
}
.BgClassName
{
background-color: #098528;
}
</style>
border-color css
<style>
span { border-color: #098528; }
span { border-color: rgb(9,133,40); }
td.TdClassName
{
border-color: #098528;
}
.TagClassName
{
border-color: #098528;
}
</style>