Shades of Forest Green #20881F
Tints of Forest Green #20881F
RGB
CMYK
RGB Variations
Color information
#20881F (or 0x20881F) is known color: Forest Green. HEX triplet: 20, 88 and 1F. RGB value is (32,136,31). Sum of RGB (Red+Green+Blue) = 32+136+31=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #20881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20881F is #DF77E0. Grayscale: #5D5D5D. Windows color (decimal): -14645217 or 2066464. OLE color: 2066464.
HSL color Cylindrical-coordinate representation of color #20881F: hue angle of 119.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20881F is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 31 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.47 |
| HSL | 119.43º | 0.63% | 0.33% | - |
| HSV(B) | 119.43º | 0.77% | 0.53% | - |
| XYZ | 9.65 | 18.01 | 4.26 | - |
| YUV | 92.93 | 93.04 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 31 | 0.76 | 0 | 0.77 | 0.47 | 119.43 | 0.63 | 0.33 |
| Hex | 20 | 88 | 1F | 4C | 0 | 4D | 2F | 77 | 3F | 21 |
| Octal | 40 | 210 | 37 | 114 | 0 | 115 | 57 | 167 | 77 | 41 |
| Binary | 100000 | 10001000 | 11111 | 1001100 | 0 | 1001101 | 101111 | 1110111 | 111111 | 100001 |
Color Harmonies of #20881F
Complementary color
Monochromatic Colors of #20881F
Black with #20881F
Text Example
Text Example
White with #20881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20881F; }
p { color: rgb(32,136,31); }
H1.HeaderClassName
{
color: #20881F;
}
.AnyTagClassName
{
color: #20881F;
}
</style>
background-color css
<style>
a { background-color: #20881F; }
a { background-color: rgb(32,136,31); }
div.DivClassName
{
background-color: #20881F;
}
.BgClassName
{
background-color: #20881F;
}
</style>
border-color css
<style>
span { border-color: #20881F; }
span { border-color: rgb(32,136,31); }
td.TdClassName
{
border-color: #20881F;
}
.TagClassName
{
border-color: #20881F;
}
</style>