Shades of Forest Green #209125
Tints of Forest Green #209125
RGB
CMYK
RGB Variations
Color information
#209125 (or 0x209125) is known color: Forest Green. HEX triplet: 20, 91 and 25. RGB value is (32,145,37). Sum of RGB (Red+Green+Blue) = 32+145+37=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #209125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209125 is #DF6EDA. Grayscale: #636363. Windows color (decimal): -14642907 or 2461984. OLE color: 2461984.
HSL color Cylindrical-coordinate representation of color #209125: hue angle of 122.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209125 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 37 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.43 |
| HSL | 122.65º | 0.64% | 0.35% | - |
| HSV(B) | 122.65º | 0.78% | 0.57% | - |
| XYZ | 11.05 | 20.69 | 5.16 | - |
| YUV | 98.9 | 93.06 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 37 | 0.78 | 0 | 0.74 | 0.43 | 122.65 | 0.64 | 0.35 |
| Hex | 20 | 91 | 25 | 4E | 0 | 4A | 2B | 7B | 40 | 23 |
| Octal | 40 | 221 | 45 | 116 | 0 | 112 | 53 | 173 | 100 | 43 |
| Binary | 100000 | 10010001 | 100101 | 1001110 | 0 | 1001010 | 101011 | 1111011 | 1000000 | 100011 |
Color Harmonies of #209125
Complementary color
Monochromatic Colors of #209125
Black with #209125
Text Example
Text Example
White with #209125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209125; }
p { color: rgb(32,145,37); }
H1.HeaderClassName
{
color: #209125;
}
.AnyTagClassName
{
color: #209125;
}
</style>
background-color css
<style>
a { background-color: #209125; }
a { background-color: rgb(32,145,37); }
div.DivClassName
{
background-color: #209125;
}
.BgClassName
{
background-color: #209125;
}
</style>
border-color css
<style>
span { border-color: #209125; }
span { border-color: rgb(32,145,37); }
td.TdClassName
{
border-color: #209125;
}
.TagClassName
{
border-color: #209125;
}
</style>