Shades of Forest Green #2FA12D
Tints of Forest Green #2FA12D
RGB
CMYK
RGB Variations
Color information
#2FA12D (or 0x2FA12D) is known color: Forest Green. HEX triplet: 2F, A1 and 2D. RGB value is (47,161,45). Sum of RGB (Red+Green+Blue) = 47+161+45=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA12D is #D05ED2. Grayscale: #727272. Windows color (decimal): -13655763 or 2990383. OLE color: 2990383.
HSL color Cylindrical-coordinate representation of color #2FA12D: hue angle of 118.97º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA12D is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 45 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.37 |
| HSL | 118.97º | 0.56% | 0.4% | - |
| HSV(B) | 118.97º | 0.72% | 0.63% | - |
| XYZ | 14.39 | 26.28 | 6.8 | - |
| YUV | 113.69 | 89.23 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 45 | 0.71 | 0 | 0.72 | 0.37 | 118.97 | 0.56 | 0.4 |
| Hex | 2F | A1 | 2D | 47 | 0 | 48 | 25 | 77 | 38 | 28 |
| Octal | 57 | 241 | 55 | 107 | 0 | 110 | 45 | 167 | 70 | 50 |
| Binary | 101111 | 10100001 | 101101 | 1000111 | 0 | 1001000 | 100101 | 1110111 | 111000 | 101000 |
Color Harmonies of #2FA12D
Complementary color
Monochromatic Colors of #2FA12D
Black with #2FA12D
Text Example
Text Example
White with #2FA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA12D; }
p { color: rgb(47,161,45); }
H1.HeaderClassName
{
color: #2FA12D;
}
.AnyTagClassName
{
color: #2FA12D;
}
</style>
background-color css
<style>
a { background-color: #2FA12D; }
a { background-color: rgb(47,161,45); }
div.DivClassName
{
background-color: #2FA12D;
}
.BgClassName
{
background-color: #2FA12D;
}
</style>
border-color css
<style>
span { border-color: #2FA12D; }
span { border-color: rgb(47,161,45); }
td.TdClassName
{
border-color: #2FA12D;
}
.TagClassName
{
border-color: #2FA12D;
}
</style>