Shades of Forest Green #20731A
Tints of Forest Green #20731A
RGB
CMYK
RGB Variations
Color information
#20731A (or 0x20731A) is known color: Forest Green. HEX triplet: 20, 73 and 1A. RGB value is (32,115,26). Sum of RGB (Red+Green+Blue) = 32+115+26=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #20731A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20731A is #DF8CE5. Grayscale: #505050. Windows color (decimal): -14650598 or 1733408. OLE color: 1733408.
HSL color Cylindrical-coordinate representation of color #20731A: hue angle of 115.96º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20731A is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 26 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.55 |
| HSL | 115.96º | 0.63% | 0.28% | - |
| HSV(B) | 115.96º | 0.77% | 0.45% | - |
| XYZ | 6.91 | 12.64 | 3.05 | - |
| YUV | 80.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 26 | 0.72 | 0 | 0.77 | 0.55 | 115.96 | 0.63 | 0.28 |
| Hex | 20 | 73 | 1A | 48 | 0 | 4D | 37 | 74 | 3F | 1C |
| Octal | 40 | 163 | 32 | 110 | 0 | 115 | 67 | 164 | 77 | 34 |
| Binary | 100000 | 1110011 | 11010 | 1001000 | 0 | 1001101 | 110111 | 1110100 | 111111 | 11100 |
Color Harmonies of #20731A
Complementary color
Monochromatic Colors of #20731A
Black with #20731A
Text Example
Text Example
White with #20731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20731A; }
p { color: rgb(32,115,26); }
H1.HeaderClassName
{
color: #20731A;
}
.AnyTagClassName
{
color: #20731A;
}
</style>
background-color css
<style>
a { background-color: #20731A; }
a { background-color: rgb(32,115,26); }
div.DivClassName
{
background-color: #20731A;
}
.BgClassName
{
background-color: #20731A;
}
</style>
border-color css
<style>
span { border-color: #20731A; }
span { border-color: rgb(32,115,26); }
td.TdClassName
{
border-color: #20731A;
}
.TagClassName
{
border-color: #20731A;
}
</style>