Shades of Forest Green #2FA72C
Tints of Forest Green #2FA72C
RGB
CMYK
RGB Variations
Color information
#2FA72C (or 0x2FA72C) is known color: Forest Green. HEX triplet: 2F, A7 and 2C. RGB value is (47,167,44). Sum of RGB (Red+Green+Blue) = 47+167+44=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 167 (65.62% from 255 or 64.73% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA72C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA72C is #D058D3. Grayscale: #757575. Windows color (decimal): -13654228 or 2926383. OLE color: 2926383.
HSL color Cylindrical-coordinate representation of color #2FA72C: hue angle of 118.54º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FA72C is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 44 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.35 |
| HSL | 118.54º | 0.58% | 0.41% | - |
| HSV(B) | 118.54º | 0.74% | 0.65% | - |
| XYZ | 15.45 | 28.42 | 7.06 | - |
| YUV | 117.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 44 | 0.72 | 0 | 0.74 | 0.35 | 118.54 | 0.58 | 0.41 |
| Hex | 2F | A7 | 2C | 48 | 0 | 4A | 23 | 77 | 3A | 29 |
| Octal | 57 | 247 | 54 | 110 | 0 | 112 | 43 | 167 | 72 | 51 |
| Binary | 101111 | 10100111 | 101100 | 1001000 | 0 | 1001010 | 100011 | 1110111 | 111010 | 101001 |
Color Harmonies of #2FA72C
Complementary color
Monochromatic Colors of #2FA72C
Black with #2FA72C
Text Example
Text Example
White with #2FA72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA72C; }
p { color: rgb(47,167,44); }
H1.HeaderClassName
{
color: #2FA72C;
}
.AnyTagClassName
{
color: #2FA72C;
}
</style>
background-color css
<style>
a { background-color: #2FA72C; }
a { background-color: rgb(47,167,44); }
div.DivClassName
{
background-color: #2FA72C;
}
.BgClassName
{
background-color: #2FA72C;
}
</style>
border-color css
<style>
span { border-color: #2FA72C; }
span { border-color: rgb(47,167,44); }
td.TdClassName
{
border-color: #2FA72C;
}
.TagClassName
{
border-color: #2FA72C;
}
</style>