Shades of Forest Green #20A42D
Tints of Forest Green #20A42D
RGB
CMYK
RGB Variations
Color information
#20A42D (or 0x20A42D) is known color: Forest Green. HEX triplet: 20, A4 and 2D. RGB value is (32,164,45). Sum of RGB (Red+Green+Blue) = 32+164+45=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 164 (64.45% from 255 or 68.05% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 164 - color contains mainly: green. Hex color #20A42D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A42D is #DF5BD2. Grayscale: #6F6F6F. Windows color (decimal): -14638035 or 2991136. OLE color: 2991136.
HSL color Cylindrical-coordinate representation of color #20A42D: hue angle of 125.91º 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 #20A42D is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 164 | 45 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.36 |
| HSL | 125.91º | 0.67% | 0.38% | - |
| HSV(B) | 125.91º | 0.8% | 0.64% | - |
| XYZ | 14.34 | 27.05 | 6.95 | - |
| YUV | 110.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 164 | 45 | 0.80 | 0 | 0.73 | 0.36 | 125.91 | 0.67 | 0.38 |
| Hex | 20 | A4 | 2D | 50 | 0 | 49 | 24 | 7E | 43 | 26 |
| Octal | 40 | 244 | 55 | 120 | 0 | 111 | 44 | 176 | 103 | 46 |
| Binary | 100000 | 10100100 | 101101 | 1010000 | 0 | 1001001 | 100100 | 1111110 | 1000011 | 100110 |
Color Harmonies of #20A42D
Complementary color
Monochromatic Colors of #20A42D
Black with #20A42D
Text Example
Text Example
White with #20A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A42D; }
p { color: rgb(32,164,45); }
H1.HeaderClassName
{
color: #20A42D;
}
.AnyTagClassName
{
color: #20A42D;
}
</style>
background-color css
<style>
a { background-color: #20A42D; }
a { background-color: rgb(32,164,45); }
div.DivClassName
{
background-color: #20A42D;
}
.BgClassName
{
background-color: #20A42D;
}
</style>
border-color css
<style>
span { border-color: #20A42D; }
span { border-color: rgb(32,164,45); }
td.TdClassName
{
border-color: #20A42D;
}
.TagClassName
{
border-color: #20A42D;
}
</style>