Shades of Forest Green #20802B
Tints of Forest Green #20802B
RGB
CMYK
RGB Variations
Color information
#20802B (or 0x20802B) is known color: Forest Green. HEX triplet: 20, 80 and 2B. RGB value is (32,128,43). Sum of RGB (Red+Green+Blue) = 32+128+43=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #20802B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20802B is #DF7FD4. Grayscale: #595959. Windows color (decimal): -14647253 or 2850848. OLE color: 2850848.
HSL color Cylindrical-coordinate representation of color #20802B: hue angle of 126.87º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20802B is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 43 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.50 |
| HSL | 126.88º | 0.6% | 0.31% | - |
| HSV(B) | 126.88º | 0.75% | 0.5% | - |
| XYZ | 8.75 | 15.92 | 4.9 | - |
| YUV | 89.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 43 | 0.75 | 0 | 0.66 | 0.50 | 126.88 | 0.6 | 0.31 |
| Hex | 20 | 80 | 2B | 4B | 0 | 42 | 32 | 7F | 3C | 1F |
| Octal | 40 | 200 | 53 | 113 | 0 | 102 | 62 | 177 | 74 | 37 |
| Binary | 100000 | 10000000 | 101011 | 1001011 | 0 | 1000010 | 110010 | 1111111 | 111100 | 11111 |
Color Harmonies of #20802B
Complementary color
Monochromatic Colors of #20802B
Black with #20802B
Text Example
Text Example
White with #20802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20802B; }
p { color: rgb(32,128,43); }
H1.HeaderClassName
{
color: #20802B;
}
.AnyTagClassName
{
color: #20802B;
}
</style>
background-color css
<style>
a { background-color: #20802B; }
a { background-color: rgb(32,128,43); }
div.DivClassName
{
background-color: #20802B;
}
.BgClassName
{
background-color: #20802B;
}
</style>
border-color css
<style>
span { border-color: #20802B; }
span { border-color: rgb(32,128,43); }
td.TdClassName
{
border-color: #20802B;
}
.TagClassName
{
border-color: #20802B;
}
</style>