Shades of Forest Green #20822A
Tints of Forest Green #20822A
RGB
CMYK
RGB Variations
Color information
#20822A (or 0x20822A) is known color: Forest Green. HEX triplet: 20, 82 and 2A. RGB value is (32,130,42). Sum of RGB (Red+Green+Blue) = 32+130+42=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #20822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20822A is #DF7DD5. Grayscale: #5A5A5A. Windows color (decimal): -14646742 or 2785824. OLE color: 2785824.
HSL color Cylindrical-coordinate representation of color #20822A: hue angle of 126.12º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20822A is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 42 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.49 |
| HSL | 126.12º | 0.6% | 0.32% | - |
| HSV(B) | 126.12º | 0.75% | 0.51% | - |
| XYZ | 9 | 16.44 | 4.89 | - |
| YUV | 90.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 42 | 0.75 | 0 | 0.68 | 0.49 | 126.12 | 0.6 | 0.32 |
| Hex | 20 | 82 | 2A | 4B | 0 | 44 | 31 | 7E | 3C | 20 |
| Octal | 40 | 202 | 52 | 113 | 0 | 104 | 61 | 176 | 74 | 40 |
| Binary | 100000 | 10000010 | 101010 | 1001011 | 0 | 1000100 | 110001 | 1111110 | 111100 | 100000 |
Color Harmonies of #20822A
Complementary color
Monochromatic Colors of #20822A
Black with #20822A
Text Example
Text Example
White with #20822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20822A; }
p { color: rgb(32,130,42); }
H1.HeaderClassName
{
color: #20822A;
}
.AnyTagClassName
{
color: #20822A;
}
</style>
background-color css
<style>
a { background-color: #20822A; }
a { background-color: rgb(32,130,42); }
div.DivClassName
{
background-color: #20822A;
}
.BgClassName
{
background-color: #20822A;
}
</style>
border-color css
<style>
span { border-color: #20822A; }
span { border-color: rgb(32,130,42); }
td.TdClassName
{
border-color: #20822A;
}
.TagClassName
{
border-color: #20822A;
}
</style>