Shades of Forest Green #2FAA2B
Tints of Forest Green #2FAA2B
RGB
CMYK
RGB Variations
Color information
#2FAA2B (or 0x2FAA2B) is known color: Forest Green. HEX triplet: 2F, AA and 2B. RGB value is (47,170,43). Sum of RGB (Red+Green+Blue) = 47+170+43=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 170 (66.80% from 255 or 65.38% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA2B is #D055D4. Grayscale: #777777. Windows color (decimal): -13653461 or 2861615. OLE color: 2861615.
HSL color Cylindrical-coordinate representation of color #2FAA2B: hue angle of 118.11º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAA2B is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 43 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.33 |
| HSL | 118.11º | 0.6% | 0.42% | - |
| HSV(B) | 118.11º | 0.75% | 0.67% | - |
| XYZ | 15.98 | 29.53 | 7.14 | - |
| YUV | 118.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 43 | 0.72 | 0 | 0.75 | 0.33 | 118.11 | 0.6 | 0.42 |
| Hex | 2F | AA | 2B | 48 | 0 | 4B | 21 | 76 | 3C | 2A |
| Octal | 57 | 252 | 53 | 110 | 0 | 113 | 41 | 166 | 74 | 52 |
| Binary | 101111 | 10101010 | 101011 | 1001000 | 0 | 1001011 | 100001 | 1110110 | 111100 | 101010 |
Color Harmonies of #2FAA2B
Complementary color
Monochromatic Colors of #2FAA2B
Black with #2FAA2B
Text Example
Text Example
White with #2FAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA2B; }
p { color: rgb(47,170,43); }
H1.HeaderClassName
{
color: #2FAA2B;
}
.AnyTagClassName
{
color: #2FAA2B;
}
</style>
background-color css
<style>
a { background-color: #2FAA2B; }
a { background-color: rgb(47,170,43); }
div.DivClassName
{
background-color: #2FAA2B;
}
.BgClassName
{
background-color: #2FAA2B;
}
</style>
border-color css
<style>
span { border-color: #2FAA2B; }
span { border-color: rgb(47,170,43); }
td.TdClassName
{
border-color: #2FAA2B;
}
.TagClassName
{
border-color: #2FAA2B;
}
</style>