Shades of Forest Green #20802A
Tints of Forest Green #20802A
RGB
CMYK
RGB Variations
Color information
#20802A (or 0x20802A) is known color: Forest Green. HEX triplet: 20, 80 and 2A. RGB value is (32,128,42). Sum of RGB (Red+Green+Blue) = 32+128+42=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #20802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20802A is #DF7FD5. Grayscale: #595959. Windows color (decimal): -14647254 or 2785312. OLE color: 2785312.
HSL color Cylindrical-coordinate representation of color #20802A: hue angle of 126.25º 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 #20802A is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 42 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.50 |
| HSL | 126.25º | 0.6% | 0.31% | - |
| HSV(B) | 126.25º | 0.75% | 0.5% | - |
| XYZ | 8.73 | 15.91 | 4.8 | - |
| YUV | 89.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 42 | 0.75 | 0 | 0.67 | 0.50 | 126.25 | 0.6 | 0.31 |
| Hex | 20 | 80 | 2A | 4B | 0 | 43 | 32 | 7E | 3C | 1F |
| Octal | 40 | 200 | 52 | 113 | 0 | 103 | 62 | 176 | 74 | 37 |
| Binary | 100000 | 10000000 | 101010 | 1001011 | 0 | 1000011 | 110010 | 1111110 | 111100 | 11111 |
Color Harmonies of #20802A
Complementary color
Monochromatic Colors of #20802A
Black with #20802A
Text Example
Text Example
White with #20802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20802A; }
p { color: rgb(32,128,42); }
H1.HeaderClassName
{
color: #20802A;
}
.AnyTagClassName
{
color: #20802A;
}
</style>
background-color css
<style>
a { background-color: #20802A; }
a { background-color: rgb(32,128,42); }
div.DivClassName
{
background-color: #20802A;
}
.BgClassName
{
background-color: #20802A;
}
</style>
border-color css
<style>
span { border-color: #20802A; }
span { border-color: rgb(32,128,42); }
td.TdClassName
{
border-color: #20802A;
}
.TagClassName
{
border-color: #20802A;
}
</style>