Shades of Forest Green #2FA11A
Tints of Forest Green #2FA11A
RGB
CMYK
RGB Variations
Color information
#2FA11A (or 0x2FA11A) is known color: Forest Green. HEX triplet: 2F, A1 and 1A. RGB value is (47,161,26). Sum of RGB (Red+Green+Blue) = 47+161+26=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 161 (63.28% from 255 or 68.80% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA11A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA11A is #D05EE5. Grayscale: #6F6F6F. Windows color (decimal): -13655782 or 1745199. OLE color: 1745199.
HSL color Cylindrical-coordinate representation of color #2FA11A: hue angle of 110.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA11A is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 26 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.37 |
| HSL | 110.67º | 0.72% | 0.37% | - |
| HSV(B) | 110.67º | 0.84% | 0.63% | - |
| XYZ | 14.1 | 26.17 | 5.29 | - |
| YUV | 111.52 | 79.73 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 26 | 0.71 | 0 | 0.84 | 0.37 | 110.67 | 0.72 | 0.37 |
| Hex | 2F | A1 | 1A | 47 | 0 | 54 | 25 | 6F | 48 | 25 |
| Octal | 57 | 241 | 32 | 107 | 0 | 124 | 45 | 157 | 110 | 45 |
| Binary | 101111 | 10100001 | 11010 | 1000111 | 0 | 1010100 | 100101 | 1101111 | 1001000 | 100101 |
Color Harmonies of #2FA11A
Complementary color
Monochromatic Colors of #2FA11A
Black with #2FA11A
Text Example
Text Example
White with #2FA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA11A; }
p { color: rgb(47,161,26); }
H1.HeaderClassName
{
color: #2FA11A;
}
.AnyTagClassName
{
color: #2FA11A;
}
</style>
background-color css
<style>
a { background-color: #2FA11A; }
a { background-color: rgb(47,161,26); }
div.DivClassName
{
background-color: #2FA11A;
}
.BgClassName
{
background-color: #2FA11A;
}
</style>
border-color css
<style>
span { border-color: #2FA11A; }
span { border-color: rgb(47,161,26); }
td.TdClassName
{
border-color: #2FA11A;
}
.TagClassName
{
border-color: #2FA11A;
}
</style>