Shades of Forest Green #2FA119
Tints of Forest Green #2FA119
RGB
CMYK
RGB Variations
Color information
#2FA119 (or 0x2FA119) is known color: Forest Green. HEX triplet: 2F, A1 and 19. RGB value is (47,161,25). Sum of RGB (Red+Green+Blue) = 47+161+25=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 161 (63.28% from 255 or 69.10% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA119 is #D05EE6. Grayscale: #6F6F6F. Windows color (decimal): -13655783 or 1679663. OLE color: 1679663.
HSL color Cylindrical-coordinate representation of color #2FA119: hue angle of 110.29º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA119 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 25 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.37 |
| HSL | 110.29º | 0.73% | 0.36% | - |
| HSV(B) | 110.29º | 0.84% | 0.63% | - |
| XYZ | 14.09 | 26.16 | 5.23 | - |
| YUV | 111.41 | 79.23 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 25 | 0.71 | 0 | 0.84 | 0.37 | 110.29 | 0.73 | 0.36 |
| Hex | 2F | A1 | 19 | 47 | 0 | 54 | 25 | 6E | 49 | 24 |
| Octal | 57 | 241 | 31 | 107 | 0 | 124 | 45 | 156 | 111 | 44 |
| Binary | 101111 | 10100001 | 11001 | 1000111 | 0 | 1010100 | 100101 | 1101110 | 1001001 | 100100 |
Color Harmonies of #2FA119
Complementary color
Monochromatic Colors of #2FA119
Black with #2FA119
Text Example
Text Example
White with #2FA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA119; }
p { color: rgb(47,161,25); }
H1.HeaderClassName
{
color: #2FA119;
}
.AnyTagClassName
{
color: #2FA119;
}
</style>
background-color css
<style>
a { background-color: #2FA119; }
a { background-color: rgb(47,161,25); }
div.DivClassName
{
background-color: #2FA119;
}
.BgClassName
{
background-color: #2FA119;
}
</style>
border-color css
<style>
span { border-color: #2FA119; }
span { border-color: rgb(47,161,25); }
td.TdClassName
{
border-color: #2FA119;
}
.TagClassName
{
border-color: #2FA119;
}
</style>