Shades of Forest Green #20AD2F
Tints of Forest Green #20AD2F
RGB
CMYK
RGB Variations
Color information
#20AD2F (or 0x20AD2F) is known color: Forest Green. HEX triplet: 20, AD and 2F. RGB value is (32,173,47). Sum of RGB (Red+Green+Blue) = 32+173+47=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD2F is #DF52D0. Grayscale: #747474. Windows color (decimal): -14635729 or 3124512. OLE color: 3124512.
HSL color Cylindrical-coordinate representation of color #20AD2F: hue angle of 126.38º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD2F is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 47 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.32 |
| HSL | 126.38º | 0.69% | 0.4% | - |
| HSV(B) | 126.38º | 0.82% | 0.68% | - |
| XYZ | 16.05 | 30.4 | 7.71 | - |
| YUV | 116.48 | 88.79 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 47 | 0.82 | 0 | 0.73 | 0.32 | 126.38 | 0.69 | 0.4 |
| Hex | 20 | AD | 2F | 52 | 0 | 49 | 20 | 7E | 45 | 28 |
| Octal | 40 | 255 | 57 | 122 | 0 | 111 | 40 | 176 | 105 | 50 |
| Binary | 100000 | 10101101 | 101111 | 1010010 | 0 | 1001001 | 100000 | 1111110 | 1000101 | 101000 |
Color Harmonies of #20AD2F
Complementary color
Monochromatic Colors of #20AD2F
Black with #20AD2F
Text Example
Text Example
White with #20AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD2F; }
p { color: rgb(32,173,47); }
H1.HeaderClassName
{
color: #20AD2F;
}
.AnyTagClassName
{
color: #20AD2F;
}
</style>
background-color css
<style>
a { background-color: #20AD2F; }
a { background-color: rgb(32,173,47); }
div.DivClassName
{
background-color: #20AD2F;
}
.BgClassName
{
background-color: #20AD2F;
}
</style>
border-color css
<style>
span { border-color: #20AD2F; }
span { border-color: rgb(32,173,47); }
td.TdClassName
{
border-color: #20AD2F;
}
.TagClassName
{
border-color: #20AD2F;
}
</style>