Shades of Forest Green #20AD2B
Tints of Forest Green #20AD2B
RGB
CMYK
RGB Variations
Color information
#20AD2B (or 0x20AD2B) is known color: Forest Green. HEX triplet: 20, AD and 2B. RGB value is (32,173,43). Sum of RGB (Red+Green+Blue) = 32+173+43=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD2B is #DF52D4. Grayscale: #747474. Windows color (decimal): -14635733 or 2862368. OLE color: 2862368.
HSL color Cylindrical-coordinate representation of color #20AD2B: hue angle of 124.68º 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 #20AD2B is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 43 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.32 |
| HSL | 124.68º | 0.69% | 0.4% | - |
| HSV(B) | 124.68º | 0.82% | 0.68% | - |
| XYZ | 15.98 | 30.37 | 7.31 | - |
| YUV | 116.02 | 86.79 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 43 | 0.82 | 0 | 0.75 | 0.32 | 124.68 | 0.69 | 0.4 |
| Hex | 20 | AD | 2B | 52 | 0 | 4B | 20 | 7D | 45 | 28 |
| Octal | 40 | 255 | 53 | 122 | 0 | 113 | 40 | 175 | 105 | 50 |
| Binary | 100000 | 10101101 | 101011 | 1010010 | 0 | 1001011 | 100000 | 1111101 | 1000101 | 101000 |
Color Harmonies of #20AD2B
Complementary color
Monochromatic Colors of #20AD2B
Black with #20AD2B
Text Example
Text Example
White with #20AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD2B; }
p { color: rgb(32,173,43); }
H1.HeaderClassName
{
color: #20AD2B;
}
.AnyTagClassName
{
color: #20AD2B;
}
</style>
background-color css
<style>
a { background-color: #20AD2B; }
a { background-color: rgb(32,173,43); }
div.DivClassName
{
background-color: #20AD2B;
}
.BgClassName
{
background-color: #20AD2B;
}
</style>
border-color css
<style>
span { border-color: #20AD2B; }
span { border-color: rgb(32,173,43); }
td.TdClassName
{
border-color: #20AD2B;
}
.TagClassName
{
border-color: #20AD2B;
}
</style>