Shades of Forest Green #2FA71F
Tints of Forest Green #2FA71F
RGB
CMYK
RGB Variations
Color information
#2FA71F (or 0x2FA71F) is known color: Forest Green. HEX triplet: 2F, A7 and 1F. RGB value is (47,167,31). Sum of RGB (Red+Green+Blue) = 47+167+31=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 167 (65.62% from 255 or 68.16% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA71F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA71F is #D058E0. Grayscale: #747474. Windows color (decimal): -13654241 or 2074415. OLE color: 2074415.
HSL color Cylindrical-coordinate representation of color #2FA71F: hue angle of 112.94º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FA71F is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 31 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.35 |
| HSL | 112.94º | 0.69% | 0.39% | - |
| HSV(B) | 112.94º | 0.81% | 0.65% | - |
| XYZ | 15.24 | 28.34 | 5.96 | - |
| YUV | 115.62 | 80.24 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 31 | 0.72 | 0 | 0.81 | 0.35 | 112.94 | 0.69 | 0.39 |
| Hex | 2F | A7 | 1F | 48 | 0 | 51 | 23 | 71 | 45 | 27 |
| Octal | 57 | 247 | 37 | 110 | 0 | 121 | 43 | 161 | 105 | 47 |
| Binary | 101111 | 10100111 | 11111 | 1001000 | 0 | 1010001 | 100011 | 1110001 | 1000101 | 100111 |
Color Harmonies of #2FA71F
Complementary color
Monochromatic Colors of #2FA71F
Black with #2FA71F
Text Example
Text Example
White with #2FA71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA71F; }
p { color: rgb(47,167,31); }
H1.HeaderClassName
{
color: #2FA71F;
}
.AnyTagClassName
{
color: #2FA71F;
}
</style>
background-color css
<style>
a { background-color: #2FA71F; }
a { background-color: rgb(47,167,31); }
div.DivClassName
{
background-color: #2FA71F;
}
.BgClassName
{
background-color: #2FA71F;
}
</style>
border-color css
<style>
span { border-color: #2FA71F; }
span { border-color: rgb(47,167,31); }
td.TdClassName
{
border-color: #2FA71F;
}
.TagClassName
{
border-color: #2FA71F;
}
</style>