Shades of Forest Green #2FA41A
Tints of Forest Green #2FA41A
RGB
CMYK
RGB Variations
Color information
#2FA41A (or 0x2FA41A) is known color: Forest Green. HEX triplet: 2F, A4 and 1A. RGB value is (47,164,26). Sum of RGB (Red+Green+Blue) = 47+164+26=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 164 (64.45% from 255 or 69.20% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA41A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA41A is #D05BE5. Grayscale: #717171. Windows color (decimal): -13655014 or 1745967. OLE color: 1745967.
HSL color Cylindrical-coordinate representation of color #2FA41A: hue angle of 110.87º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA41A is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 26 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.36 |
| HSL | 110.87º | 0.73% | 0.37% | - |
| HSV(B) | 110.87º | 0.84% | 0.64% | - |
| XYZ | 14.63 | 27.23 | 5.46 | - |
| YUV | 113.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 26 | 0.71 | 0 | 0.84 | 0.36 | 110.87 | 0.73 | 0.37 |
| Hex | 2F | A4 | 1A | 47 | 0 | 54 | 24 | 6F | 49 | 25 |
| Octal | 57 | 244 | 32 | 107 | 0 | 124 | 44 | 157 | 111 | 45 |
| Binary | 101111 | 10100100 | 11010 | 1000111 | 0 | 1010100 | 100100 | 1101111 | 1001001 | 100101 |
Color Harmonies of #2FA41A
Complementary color
Monochromatic Colors of #2FA41A
Black with #2FA41A
Text Example
Text Example
White with #2FA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA41A; }
p { color: rgb(47,164,26); }
H1.HeaderClassName
{
color: #2FA41A;
}
.AnyTagClassName
{
color: #2FA41A;
}
</style>
background-color css
<style>
a { background-color: #2FA41A; }
a { background-color: rgb(47,164,26); }
div.DivClassName
{
background-color: #2FA41A;
}
.BgClassName
{
background-color: #2FA41A;
}
</style>
border-color css
<style>
span { border-color: #2FA41A; }
span { border-color: rgb(47,164,26); }
td.TdClassName
{
border-color: #2FA41A;
}
.TagClassName
{
border-color: #2FA41A;
}
</style>