Shades of Forest Green #2FAA26
Tints of Forest Green #2FAA26
RGB
CMYK
RGB Variations
Color information
#2FAA26 (or 0x2FAA26) is known color: Forest Green. HEX triplet: 2F, AA and 26. RGB value is (47,170,38). Sum of RGB (Red+Green+Blue) = 47+170+38=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA26 is #D055D9. Grayscale: #767676. Windows color (decimal): -13653466 or 2533935. OLE color: 2533935.
HSL color Cylindrical-coordinate representation of color #2FAA26: hue angle of 115.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FAA26 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 38 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.33 |
| HSL | 115.91º | 0.63% | 0.41% | - |
| HSV(B) | 115.91º | 0.78% | 0.67% | - |
| XYZ | 15.9 | 29.49 | 6.69 | - |
| YUV | 118.18 | 82.75 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 38 | 0.72 | 0 | 0.78 | 0.33 | 115.91 | 0.63 | 0.41 |
| Hex | 2F | AA | 26 | 48 | 0 | 4E | 21 | 74 | 3F | 29 |
| Octal | 57 | 252 | 46 | 110 | 0 | 116 | 41 | 164 | 77 | 51 |
| Binary | 101111 | 10101010 | 100110 | 1001000 | 0 | 1001110 | 100001 | 1110100 | 111111 | 101001 |
Color Harmonies of #2FAA26
Complementary color
Monochromatic Colors of #2FAA26
Black with #2FAA26
Text Example
Text Example
White with #2FAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA26; }
p { color: rgb(47,170,38); }
H1.HeaderClassName
{
color: #2FAA26;
}
.AnyTagClassName
{
color: #2FAA26;
}
</style>
background-color css
<style>
a { background-color: #2FAA26; }
a { background-color: rgb(47,170,38); }
div.DivClassName
{
background-color: #2FAA26;
}
.BgClassName
{
background-color: #2FAA26;
}
</style>
border-color css
<style>
span { border-color: #2FAA26; }
span { border-color: rgb(47,170,38); }
td.TdClassName
{
border-color: #2FAA26;
}
.TagClassName
{
border-color: #2FAA26;
}
</style>