Shades of Forest Green #2FA821
Tints of Forest Green #2FA821
RGB
CMYK
RGB Variations
Color information
#2FA821 (or 0x2FA821) is known color: Forest Green. HEX triplet: 2F, A8 and 21. RGB value is (47,168,33). Sum of RGB (Red+Green+Blue) = 47+168+33=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 168 (66.02% from 255 or 67.74% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA821 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA821 is #D057DE. Grayscale: #747474. Windows color (decimal): -13653983 or 2205743. OLE color: 2205743.
HSL color Cylindrical-coordinate representation of color #2FA821: hue angle of 113.78º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FA821 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 33 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.34 |
| HSL | 113.78º | 0.67% | 0.39% | - |
| HSV(B) | 113.78º | 0.8% | 0.66% | - |
| XYZ | 15.45 | 28.72 | 6.17 | - |
| YUV | 116.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 33 | 0.72 | 0 | 0.80 | 0.34 | 113.78 | 0.67 | 0.39 |
| Hex | 2F | A8 | 21 | 48 | 0 | 50 | 22 | 72 | 43 | 27 |
| Octal | 57 | 250 | 41 | 110 | 0 | 120 | 42 | 162 | 103 | 47 |
| Binary | 101111 | 10101000 | 100001 | 1001000 | 0 | 1010000 | 100010 | 1110010 | 1000011 | 100111 |
Color Harmonies of #2FA821
Complementary color
Monochromatic Colors of #2FA821
Black with #2FA821
Text Example
Text Example
White with #2FA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA821; }
p { color: rgb(47,168,33); }
H1.HeaderClassName
{
color: #2FA821;
}
.AnyTagClassName
{
color: #2FA821;
}
</style>
background-color css
<style>
a { background-color: #2FA821; }
a { background-color: rgb(47,168,33); }
div.DivClassName
{
background-color: #2FA821;
}
.BgClassName
{
background-color: #2FA821;
}
</style>
border-color css
<style>
span { border-color: #2FA821; }
span { border-color: rgb(47,168,33); }
td.TdClassName
{
border-color: #2FA821;
}
.TagClassName
{
border-color: #2FA821;
}
</style>