Shades of Forest Green #2FA91A
Tints of Forest Green #2FA91A
RGB
CMYK
RGB Variations
Color information
#2FA91A (or 0x2FA91A) is known color: Forest Green. HEX triplet: 2F, A9 and 1A. RGB value is (47,169,26). Sum of RGB (Red+Green+Blue) = 47+169+26=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 169 (66.41% from 255 or 69.83% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA91A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA91A is #D056E5. Grayscale: #747474. Windows color (decimal): -13653734 or 1747247. OLE color: 1747247.
HSL color Cylindrical-coordinate representation of color #2FA91A: hue angle of 111.19º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FA91A is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 26 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.34 |
| HSL | 111.19º | 0.73% | 0.38% | - |
| HSV(B) | 111.19º | 0.85% | 0.66% | - |
| XYZ | 15.55 | 29.05 | 5.77 | - |
| YUV | 116.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 26 | 0.72 | 0 | 0.85 | 0.34 | 111.19 | 0.73 | 0.38 |
| Hex | 2F | A9 | 1A | 48 | 0 | 55 | 22 | 6F | 49 | 26 |
| Octal | 57 | 251 | 32 | 110 | 0 | 125 | 42 | 157 | 111 | 46 |
| Binary | 101111 | 10101001 | 11010 | 1001000 | 0 | 1010101 | 100010 | 1101111 | 1001001 | 100110 |
Color Harmonies of #2FA91A
Complementary color
Monochromatic Colors of #2FA91A
Black with #2FA91A
Text Example
Text Example
White with #2FA91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA91A; }
p { color: rgb(47,169,26); }
H1.HeaderClassName
{
color: #2FA91A;
}
.AnyTagClassName
{
color: #2FA91A;
}
</style>
background-color css
<style>
a { background-color: #2FA91A; }
a { background-color: rgb(47,169,26); }
div.DivClassName
{
background-color: #2FA91A;
}
.BgClassName
{
background-color: #2FA91A;
}
</style>
border-color css
<style>
span { border-color: #2FA91A; }
span { border-color: rgb(47,169,26); }
td.TdClassName
{
border-color: #2FA91A;
}
.TagClassName
{
border-color: #2FA91A;
}
</style>