Shades of Forest Green #2FA229
Tints of Forest Green #2FA229
RGB
CMYK
RGB Variations
Color information
#2FA229 (or 0x2FA229) is known color: Forest Green. HEX triplet: 2F, A2 and 29. RGB value is (47,162,41). Sum of RGB (Red+Green+Blue) = 47+162+41=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 162 (63.67% from 255 or 64.8% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA229 is #D05DD6. Grayscale: #727272. Windows color (decimal): -13655511 or 2728495. OLE color: 2728495.
HSL color Cylindrical-coordinate representation of color #2FA229: hue angle of 117.02º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FA229 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 41 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.36 |
| HSL | 117.02º | 0.6% | 0.4% | - |
| HSV(B) | 117.02º | 0.75% | 0.64% | - |
| XYZ | 14.49 | 26.61 | 6.47 | - |
| YUV | 113.82 | 86.9 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 41 | 0.71 | 0 | 0.75 | 0.36 | 117.02 | 0.6 | 0.4 |
| Hex | 2F | A2 | 29 | 47 | 0 | 4B | 24 | 75 | 3C | 28 |
| Octal | 57 | 242 | 51 | 107 | 0 | 113 | 44 | 165 | 74 | 50 |
| Binary | 101111 | 10100010 | 101001 | 1000111 | 0 | 1001011 | 100100 | 1110101 | 111100 | 101000 |
Color Harmonies of #2FA229
Complementary color
Monochromatic Colors of #2FA229
Black with #2FA229
Text Example
Text Example
White with #2FA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA229; }
p { color: rgb(47,162,41); }
H1.HeaderClassName
{
color: #2FA229;
}
.AnyTagClassName
{
color: #2FA229;
}
</style>
background-color css
<style>
a { background-color: #2FA229; }
a { background-color: rgb(47,162,41); }
div.DivClassName
{
background-color: #2FA229;
}
.BgClassName
{
background-color: #2FA229;
}
</style>
border-color css
<style>
span { border-color: #2FA229; }
span { border-color: rgb(47,162,41); }
td.TdClassName
{
border-color: #2FA229;
}
.TagClassName
{
border-color: #2FA229;
}
</style>