Shades of Forest Green #209126
Tints of Forest Green #209126
RGB
CMYK
RGB Variations
Color information
#209126 (or 0x209126) is known color: Forest Green. HEX triplet: 20, 91 and 26. RGB value is (32,145,38). Sum of RGB (Red+Green+Blue) = 32+145+38=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #209126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209126 is #DF6ED9. Grayscale: #636363. Windows color (decimal): -14642906 or 2527520. OLE color: 2527520.
HSL color Cylindrical-coordinate representation of color #209126: hue angle of 123.19º 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 #209126 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 38 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.43 |
| HSL | 123.19º | 0.64% | 0.35% | - |
| HSV(B) | 123.19º | 0.78% | 0.57% | - |
| XYZ | 11.07 | 20.7 | 5.25 | - |
| YUV | 99.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 38 | 0.78 | 0 | 0.74 | 0.43 | 123.19 | 0.64 | 0.35 |
| Hex | 20 | 91 | 26 | 4E | 0 | 4A | 2B | 7B | 40 | 23 |
| Octal | 40 | 221 | 46 | 116 | 0 | 112 | 53 | 173 | 100 | 43 |
| Binary | 100000 | 10010001 | 100110 | 1001110 | 0 | 1001010 | 101011 | 1111011 | 1000000 | 100011 |
Color Harmonies of #209126
Complementary color
Monochromatic Colors of #209126
Black with #209126
Text Example
Text Example
White with #209126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209126; }
p { color: rgb(32,145,38); }
H1.HeaderClassName
{
color: #209126;
}
.AnyTagClassName
{
color: #209126;
}
</style>
background-color css
<style>
a { background-color: #209126; }
a { background-color: rgb(32,145,38); }
div.DivClassName
{
background-color: #209126;
}
.BgClassName
{
background-color: #209126;
}
</style>
border-color css
<style>
span { border-color: #209126; }
span { border-color: rgb(32,145,38); }
td.TdClassName
{
border-color: #209126;
}
.TagClassName
{
border-color: #209126;
}
</style>