Shades of Forest Green #2FAA28
Tints of Forest Green #2FAA28
RGB
CMYK
RGB Variations
Color information
#2FAA28 (or 0x2FAA28) is known color: Forest Green. HEX triplet: 2F, AA and 28. RGB value is (47,170,40). Sum of RGB (Red+Green+Blue) = 47+170+40=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA28 is #D055D7. Grayscale: #767676. Windows color (decimal): -13653464 or 2665007. OLE color: 2665007.
HSL color Cylindrical-coordinate representation of color #2FAA28: hue angle of 116.77º degrees, saturation: 0.62, 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 #2FAA28 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 40 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.33 |
| HSL | 116.77º | 0.62% | 0.41% | - |
| HSV(B) | 116.77º | 0.76% | 0.67% | - |
| XYZ | 15.93 | 29.51 | 6.86 | - |
| YUV | 118.4 | 83.75 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 40 | 0.72 | 0 | 0.76 | 0.33 | 116.77 | 0.62 | 0.41 |
| Hex | 2F | AA | 28 | 48 | 0 | 4C | 21 | 75 | 3E | 29 |
| Octal | 57 | 252 | 50 | 110 | 0 | 114 | 41 | 165 | 76 | 51 |
| Binary | 101111 | 10101010 | 101000 | 1001000 | 0 | 1001100 | 100001 | 1110101 | 111110 | 101001 |
Color Harmonies of #2FAA28
Complementary color
Monochromatic Colors of #2FAA28
Black with #2FAA28
Text Example
Text Example
White with #2FAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA28; }
p { color: rgb(47,170,40); }
H1.HeaderClassName
{
color: #2FAA28;
}
.AnyTagClassName
{
color: #2FAA28;
}
</style>
background-color css
<style>
a { background-color: #2FAA28; }
a { background-color: rgb(47,170,40); }
div.DivClassName
{
background-color: #2FAA28;
}
.BgClassName
{
background-color: #2FAA28;
}
</style>
border-color css
<style>
span { border-color: #2FAA28; }
span { border-color: rgb(47,170,40); }
td.TdClassName
{
border-color: #2FAA28;
}
.TagClassName
{
border-color: #2FAA28;
}
</style>