Shades of Forest Green #2FA118
Tints of Forest Green #2FA118
RGB
CMYK
RGB Variations
Color information
#2FA118 (or 0x2FA118) is known color: Forest Green. HEX triplet: 2F, A1 and 18. RGB value is (47,161,24). Sum of RGB (Red+Green+Blue) = 47+161+24=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 161 (63.28% from 255 or 69.40% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA118 is #D05EE7. Grayscale: #6F6F6F. Windows color (decimal): -13655784 or 1614127. OLE color: 1614127.
HSL color Cylindrical-coordinate representation of color #2FA118: hue angle of 109.93º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FA118 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 24 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.37 |
| HSL | 109.93º | 0.74% | 0.36% | - |
| HSV(B) | 109.93º | 0.85% | 0.63% | - |
| XYZ | 14.08 | 26.16 | 5.17 | - |
| YUV | 111.3 | 78.73 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 24 | 0.71 | 0 | 0.85 | 0.37 | 109.93 | 0.74 | 0.36 |
| Hex | 2F | A1 | 18 | 47 | 0 | 55 | 25 | 6E | 4A | 24 |
| Octal | 57 | 241 | 30 | 107 | 0 | 125 | 45 | 156 | 112 | 44 |
| Binary | 101111 | 10100001 | 11000 | 1000111 | 0 | 1010101 | 100101 | 1101110 | 1001010 | 100100 |
Color Harmonies of #2FA118
Complementary color
Monochromatic Colors of #2FA118
Black with #2FA118
Text Example
Text Example
White with #2FA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA118; }
p { color: rgb(47,161,24); }
H1.HeaderClassName
{
color: #2FA118;
}
.AnyTagClassName
{
color: #2FA118;
}
</style>
background-color css
<style>
a { background-color: #2FA118; }
a { background-color: rgb(47,161,24); }
div.DivClassName
{
background-color: #2FA118;
}
.BgClassName
{
background-color: #2FA118;
}
</style>
border-color css
<style>
span { border-color: #2FA118; }
span { border-color: rgb(47,161,24); }
td.TdClassName
{
border-color: #2FA118;
}
.TagClassName
{
border-color: #2FA118;
}
</style>