Shades of Forest Green #2FAA27
Tints of Forest Green #2FAA27
RGB
CMYK
RGB Variations
Color information
#2FAA27 (or 0x2FAA27) is known color: Forest Green. HEX triplet: 2F, AA and 27. RGB value is (47,170,39). Sum of RGB (Red+Green+Blue) = 47+170+39=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA27 is #D055D8. Grayscale: #767676. Windows color (decimal): -13653465 or 2599471. OLE color: 2599471.
HSL color Cylindrical-coordinate representation of color #2FAA27: hue angle of 116.34º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAA27 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 39 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.33 |
| HSL | 116.34º | 0.63% | 0.41% | - |
| HSV(B) | 116.34º | 0.77% | 0.67% | - |
| XYZ | 15.91 | 29.5 | 6.77 | - |
| YUV | 118.29 | 83.25 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 39 | 0.72 | 0 | 0.77 | 0.33 | 116.34 | 0.63 | 0.41 |
| Hex | 2F | AA | 27 | 48 | 0 | 4D | 21 | 74 | 3F | 29 |
| Octal | 57 | 252 | 47 | 110 | 0 | 115 | 41 | 164 | 77 | 51 |
| Binary | 101111 | 10101010 | 100111 | 1001000 | 0 | 1001101 | 100001 | 1110100 | 111111 | 101001 |
Color Harmonies of #2FAA27
Complementary color
Monochromatic Colors of #2FAA27
Black with #2FAA27
Text Example
Text Example
White with #2FAA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA27; }
p { color: rgb(47,170,39); }
H1.HeaderClassName
{
color: #2FAA27;
}
.AnyTagClassName
{
color: #2FAA27;
}
</style>
background-color css
<style>
a { background-color: #2FAA27; }
a { background-color: rgb(47,170,39); }
div.DivClassName
{
background-color: #2FAA27;
}
.BgClassName
{
background-color: #2FAA27;
}
</style>
border-color css
<style>
span { border-color: #2FAA27; }
span { border-color: rgb(47,170,39); }
td.TdClassName
{
border-color: #2FAA27;
}
.TagClassName
{
border-color: #2FAA27;
}
</style>