Shades of Forest Green #20882B
Tints of Forest Green #20882B
RGB
CMYK
RGB Variations
Color information
#20882B (or 0x20882B) is known color: Forest Green. HEX triplet: 20, 88 and 2B. RGB value is (32,136,43). Sum of RGB (Red+Green+Blue) = 32+136+43=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #20882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20882B is #DF77D4. Grayscale: #5E5E5E. Windows color (decimal): -14645205 or 2852896. OLE color: 2852896.
HSL color Cylindrical-coordinate representation of color #20882B: hue angle of 126.35º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20882B is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 43 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.47 |
| HSL | 126.35º | 0.62% | 0.33% | - |
| HSV(B) | 126.35º | 0.76% | 0.53% | - |
| XYZ | 9.84 | 18.09 | 5.26 | - |
| YUV | 94.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 43 | 0.76 | 0 | 0.68 | 0.47 | 126.35 | 0.62 | 0.33 |
| Hex | 20 | 88 | 2B | 4C | 0 | 44 | 2F | 7E | 3E | 21 |
| Octal | 40 | 210 | 53 | 114 | 0 | 104 | 57 | 176 | 76 | 41 |
| Binary | 100000 | 10001000 | 101011 | 1001100 | 0 | 1000100 | 101111 | 1111110 | 111110 | 100001 |
Color Harmonies of #20882B
Complementary color
Monochromatic Colors of #20882B
Black with #20882B
Text Example
Text Example
White with #20882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20882B; }
p { color: rgb(32,136,43); }
H1.HeaderClassName
{
color: #20882B;
}
.AnyTagClassName
{
color: #20882B;
}
</style>
background-color css
<style>
a { background-color: #20882B; }
a { background-color: rgb(32,136,43); }
div.DivClassName
{
background-color: #20882B;
}
.BgClassName
{
background-color: #20882B;
}
</style>
border-color css
<style>
span { border-color: #20882B; }
span { border-color: rgb(32,136,43); }
td.TdClassName
{
border-color: #20882B;
}
.TagClassName
{
border-color: #20882B;
}
</style>