Shades of Forest Green #2FA021
Tints of Forest Green #2FA021
RGB
CMYK
RGB Variations
Color information
#2FA021 (or 0x2FA021) is known color: Forest Green. HEX triplet: 2F, A0 and 21. RGB value is (47,160,33). Sum of RGB (Red+Green+Blue) = 47+160+33=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA021 is #D05FDE. Grayscale: #707070. Windows color (decimal): -13656031 or 2203695. OLE color: 2203695.
HSL color Cylindrical-coordinate representation of color #2FA021: hue angle of 113.39º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA021 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 33 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.37 |
| HSL | 113.39º | 0.66% | 0.38% | - |
| HSV(B) | 113.39º | 0.79% | 0.63% | - |
| XYZ | 14.02 | 25.86 | 5.69 | - |
| YUV | 111.74 | 83.56 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 33 | 0.71 | 0 | 0.79 | 0.37 | 113.39 | 0.66 | 0.38 |
| Hex | 2F | A0 | 21 | 47 | 0 | 4F | 25 | 71 | 42 | 26 |
| Octal | 57 | 240 | 41 | 107 | 0 | 117 | 45 | 161 | 102 | 46 |
| Binary | 101111 | 10100000 | 100001 | 1000111 | 0 | 1001111 | 100101 | 1110001 | 1000010 | 100110 |
Color Harmonies of #2FA021
Complementary color
Monochromatic Colors of #2FA021
Black with #2FA021
Text Example
Text Example
White with #2FA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA021; }
p { color: rgb(47,160,33); }
H1.HeaderClassName
{
color: #2FA021;
}
.AnyTagClassName
{
color: #2FA021;
}
</style>
background-color css
<style>
a { background-color: #2FA021; }
a { background-color: rgb(47,160,33); }
div.DivClassName
{
background-color: #2FA021;
}
.BgClassName
{
background-color: #2FA021;
}
</style>
border-color css
<style>
span { border-color: #2FA021; }
span { border-color: rgb(47,160,33); }
td.TdClassName
{
border-color: #2FA021;
}
.TagClassName
{
border-color: #2FA021;
}
</style>