Shades of Forest Green #20812B
Tints of Forest Green #20812B
RGB
CMYK
RGB Variations
Color information
#20812B (or 0x20812B) is known color: Forest Green. HEX triplet: 20, 81 and 2B. RGB value is (32,129,43). Sum of RGB (Red+Green+Blue) = 32+129+43=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #20812B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20812B is #DF7ED4. Grayscale: #5A5A5A. Windows color (decimal): -14646997 or 2851104. OLE color: 2851104.
HSL color Cylindrical-coordinate representation of color #20812B: hue angle of 126.8º 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 #20812B is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 43 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.49 |
| HSL | 126.8º | 0.6% | 0.32% | - |
| HSV(B) | 126.8º | 0.75% | 0.51% | - |
| XYZ | 8.88 | 16.18 | 4.94 | - |
| YUV | 90.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 43 | 0.75 | 0 | 0.67 | 0.49 | 126.8 | 0.6 | 0.32 |
| Hex | 20 | 81 | 2B | 4B | 0 | 43 | 31 | 7F | 3C | 20 |
| Octal | 40 | 201 | 53 | 113 | 0 | 103 | 61 | 177 | 74 | 40 |
| Binary | 100000 | 10000001 | 101011 | 1001011 | 0 | 1000011 | 110001 | 1111111 | 111100 | 100000 |
Color Harmonies of #20812B
Complementary color
Monochromatic Colors of #20812B
Black with #20812B
Text Example
Text Example
White with #20812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20812B; }
p { color: rgb(32,129,43); }
H1.HeaderClassName
{
color: #20812B;
}
.AnyTagClassName
{
color: #20812B;
}
</style>
background-color css
<style>
a { background-color: #20812B; }
a { background-color: rgb(32,129,43); }
div.DivClassName
{
background-color: #20812B;
}
.BgClassName
{
background-color: #20812B;
}
</style>
border-color css
<style>
span { border-color: #20812B; }
span { border-color: rgb(32,129,43); }
td.TdClassName
{
border-color: #20812B;
}
.TagClassName
{
border-color: #20812B;
}
</style>