Shades of Forest Green #20731E
Tints of Forest Green #20731E
RGB
CMYK
RGB Variations
Color information
#20731E (or 0x20731E) is known color: Forest Green. HEX triplet: 20, 73 and 1E. RGB value is (32,115,30). Sum of RGB (Red+Green+Blue) = 32+115+30=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #20731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20731E is #DF8CE1. Grayscale: #505050. Windows color (decimal): -14650594 or 1995552. OLE color: 1995552.
HSL color Cylindrical-coordinate representation of color #20731E: hue angle of 118.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20731E is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 30 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.55 |
| HSL | 118.59º | 0.59% | 0.28% | - |
| HSV(B) | 118.59º | 0.74% | 0.45% | - |
| XYZ | 6.96 | 12.66 | 3.31 | - |
| YUV | 80.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 30 | 0.72 | 0 | 0.74 | 0.55 | 118.59 | 0.59 | 0.28 |
| Hex | 20 | 73 | 1E | 48 | 0 | 4A | 37 | 77 | 3B | 1C |
| Octal | 40 | 163 | 36 | 110 | 0 | 112 | 67 | 167 | 73 | 34 |
| Binary | 100000 | 1110011 | 11110 | 1001000 | 0 | 1001010 | 110111 | 1110111 | 111011 | 11100 |
Color Harmonies of #20731E
Complementary color
Monochromatic Colors of #20731E
Black with #20731E
Text Example
Text Example
White with #20731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20731E; }
p { color: rgb(32,115,30); }
H1.HeaderClassName
{
color: #20731E;
}
.AnyTagClassName
{
color: #20731E;
}
</style>
background-color css
<style>
a { background-color: #20731E; }
a { background-color: rgb(32,115,30); }
div.DivClassName
{
background-color: #20731E;
}
.BgClassName
{
background-color: #20731E;
}
</style>
border-color css
<style>
span { border-color: #20731E; }
span { border-color: rgb(32,115,30); }
td.TdClassName
{
border-color: #20731E;
}
.TagClassName
{
border-color: #20731E;
}
</style>