Shades of Forest Green #20A33B
Tints of Forest Green #20A33B
RGB
CMYK
RGB Variations
Color information
#20A33B (or 0x20A33B) is known color: Forest Green. HEX triplet: 20, A3 and 3B. RGB value is (32,163,59). Sum of RGB (Red+Green+Blue) = 32+163+59=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #20A33B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A33B is #DF5CC4. Grayscale: #707070. Windows color (decimal): -14638277 or 3908384. OLE color: 3908384.
HSL color Cylindrical-coordinate representation of color #20A33B: hue angle of 132.37º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A33B is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 59 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.36 |
| HSL | 132.37º | 0.67% | 0.38% | - |
| HSV(B) | 132.37º | 0.8% | 0.64% | - |
| XYZ | 14.48 | 26.82 | 8.55 | - |
| YUV | 111.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 59 | 0.80 | 0 | 0.64 | 0.36 | 132.37 | 0.67 | 0.38 |
| Hex | 20 | A3 | 3B | 50 | 0 | 40 | 24 | 84 | 43 | 26 |
| Octal | 40 | 243 | 73 | 120 | 0 | 100 | 44 | 204 | 103 | 46 |
| Binary | 100000 | 10100011 | 111011 | 1010000 | 0 | 1000000 | 100100 | 10000100 | 1000011 | 100110 |
Color Harmonies of #20A33B
Complementary color
Monochromatic Colors of #20A33B
Black with #20A33B
Text Example
Text Example
White with #20A33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A33B; }
p { color: rgb(32,163,59); }
H1.HeaderClassName
{
color: #20A33B;
}
.AnyTagClassName
{
color: #20A33B;
}
</style>
background-color css
<style>
a { background-color: #20A33B; }
a { background-color: rgb(32,163,59); }
div.DivClassName
{
background-color: #20A33B;
}
.BgClassName
{
background-color: #20A33B;
}
</style>
border-color css
<style>
span { border-color: #20A33B; }
span { border-color: rgb(32,163,59); }
td.TdClassName
{
border-color: #20A33B;
}
.TagClassName
{
border-color: #20A33B;
}
</style>