Shades of Forest Green #2FAA29
Tints of Forest Green #2FAA29
RGB
CMYK
RGB Variations
Color information
#2FAA29 (or 0x2FAA29) is known color: Forest Green. HEX triplet: 2F, AA and 29. RGB value is (47,170,41). Sum of RGB (Red+Green+Blue) = 47+170+41=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 170 (66.80% from 255 or 65.89% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA29 is #D055D6. Grayscale: #767676. Windows color (decimal): -13653463 or 2730543. OLE color: 2730543.
HSL color Cylindrical-coordinate representation of color #2FAA29: hue angle of 117.21º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FAA29 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 41 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.33 |
| HSL | 117.21º | 0.61% | 0.41% | - |
| HSV(B) | 117.21º | 0.76% | 0.67% | - |
| XYZ | 15.95 | 29.51 | 6.95 | - |
| YUV | 118.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 41 | 0.72 | 0 | 0.76 | 0.33 | 117.21 | 0.61 | 0.41 |
| Hex | 2F | AA | 29 | 48 | 0 | 4C | 21 | 75 | 3D | 29 |
| Octal | 57 | 252 | 51 | 110 | 0 | 114 | 41 | 165 | 75 | 51 |
| Binary | 101111 | 10101010 | 101001 | 1001000 | 0 | 1001100 | 100001 | 1110101 | 111101 | 101001 |
Color Harmonies of #2FAA29
Complementary color
Monochromatic Colors of #2FAA29
Black with #2FAA29
Text Example
Text Example
White with #2FAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA29; }
p { color: rgb(47,170,41); }
H1.HeaderClassName
{
color: #2FAA29;
}
.AnyTagClassName
{
color: #2FAA29;
}
</style>
background-color css
<style>
a { background-color: #2FAA29; }
a { background-color: rgb(47,170,41); }
div.DivClassName
{
background-color: #2FAA29;
}
.BgClassName
{
background-color: #2FAA29;
}
</style>
border-color css
<style>
span { border-color: #2FAA29; }
span { border-color: rgb(47,170,41); }
td.TdClassName
{
border-color: #2FAA29;
}
.TagClassName
{
border-color: #2FAA29;
}
</style>