Shades of Forest Green #2FA020
Tints of Forest Green #2FA020
RGB
CMYK
RGB Variations
Color information
#2FA020 (or 0x2FA020) is known color: Forest Green. HEX triplet: 2F, A0 and 20. RGB value is (47,160,32). Sum of RGB (Red+Green+Blue) = 47+160+32=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA020 is #D05FDF. Grayscale: #707070. Windows color (decimal): -13656032 or 2138159. OLE color: 2138159.
HSL color Cylindrical-coordinate representation of color #2FA020: hue angle of 112.97º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FA020 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 32 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.37 |
| HSL | 112.97º | 0.67% | 0.38% | - |
| HSV(B) | 112.97º | 0.8% | 0.63% | - |
| XYZ | 14 | 25.85 | 5.62 | - |
| YUV | 111.62 | 83.06 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 32 | 0.71 | 0 | 0.80 | 0.37 | 112.97 | 0.67 | 0.38 |
| Hex | 2F | A0 | 20 | 47 | 0 | 50 | 25 | 71 | 43 | 26 |
| Octal | 57 | 240 | 40 | 107 | 0 | 120 | 45 | 161 | 103 | 46 |
| Binary | 101111 | 10100000 | 100000 | 1000111 | 0 | 1010000 | 100101 | 1110001 | 1000011 | 100110 |
Color Harmonies of #2FA020
Complementary color
Monochromatic Colors of #2FA020
Black with #2FA020
Text Example
Text Example
White with #2FA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA020; }
p { color: rgb(47,160,32); }
H1.HeaderClassName
{
color: #2FA020;
}
.AnyTagClassName
{
color: #2FA020;
}
</style>
background-color css
<style>
a { background-color: #2FA020; }
a { background-color: rgb(47,160,32); }
div.DivClassName
{
background-color: #2FA020;
}
.BgClassName
{
background-color: #2FA020;
}
</style>
border-color css
<style>
span { border-color: #2FA020; }
span { border-color: rgb(47,160,32); }
td.TdClassName
{
border-color: #2FA020;
}
.TagClassName
{
border-color: #2FA020;
}
</style>