Shades of Forest Green #098420
Tints of Forest Green #098420
RGB
CMYK
RGB Variations
Color information
#098420 (or 0x098420) is known color: Forest Green. HEX triplet: 09, 84 and 20. RGB value is (9,132,32). Sum of RGB (Red+Green+Blue) = 9+132+32=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #098420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098420 is #F67BDF. Grayscale: #545454. Windows color (decimal): -16153568 or 2130953. OLE color: 2130953.
HSL color Cylindrical-coordinate representation of color #098420: hue angle of 131.22º 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 #098420 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 32 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.48 |
| HSL | 131.22º | 0.87% | 0.28% | - |
| HSV(B) | 131.22º | 0.93% | 0.52% | - |
| XYZ | 8.62 | 16.66 | 4.13 | - |
| YUV | 83.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 32 | 0.93 | 0 | 0.76 | 0.48 | 131.22 | 0.87 | 0.28 |
| Hex | 9 | 84 | 20 | 5D | 0 | 4C | 30 | 83 | 57 | 1C |
| Octal | 11 | 204 | 40 | 135 | 0 | 114 | 60 | 203 | 127 | 34 |
| Binary | 1001 | 10000100 | 100000 | 1011101 | 0 | 1001100 | 110000 | 10000011 | 1010111 | 11100 |
Color Harmonies of #098420
Complementary color
Monochromatic Colors of #098420
Black with #098420
Text Example
Text Example
White with #098420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098420; }
p { color: rgb(9,132,32); }
H1.HeaderClassName
{
color: #098420;
}
.AnyTagClassName
{
color: #098420;
}
</style>
background-color css
<style>
a { background-color: #098420; }
a { background-color: rgb(9,132,32); }
div.DivClassName
{
background-color: #098420;
}
.BgClassName
{
background-color: #098420;
}
</style>
border-color css
<style>
span { border-color: #098420; }
span { border-color: rgb(9,132,32); }
td.TdClassName
{
border-color: #098420;
}
.TagClassName
{
border-color: #098420;
}
</style>