Shades of Forest Green #2FA825
Tints of Forest Green #2FA825
RGB
CMYK
RGB Variations
Color information
#2FA825 (or 0x2FA825) is known color: Forest Green. HEX triplet: 2F, A8 and 25. RGB value is (47,168,37). Sum of RGB (Red+Green+Blue) = 47+168+37=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 168 (66.02% from 255 or 66.67% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA825 is #D057DA. Grayscale: #757575. Windows color (decimal): -13653979 or 2467887. OLE color: 2467887.
HSL color Cylindrical-coordinate representation of color #2FA825: hue angle of 115.42º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FA825 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 37 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.34 |
| HSL | 115.42º | 0.64% | 0.4% | - |
| HSV(B) | 115.42º | 0.78% | 0.66% | - |
| XYZ | 15.51 | 28.74 | 6.48 | - |
| YUV | 116.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 37 | 0.72 | 0 | 0.78 | 0.34 | 115.42 | 0.64 | 0.4 |
| Hex | 2F | A8 | 25 | 48 | 0 | 4E | 22 | 73 | 40 | 28 |
| Octal | 57 | 250 | 45 | 110 | 0 | 116 | 42 | 163 | 100 | 50 |
| Binary | 101111 | 10101000 | 100101 | 1001000 | 0 | 1001110 | 100010 | 1110011 | 1000000 | 101000 |
Color Harmonies of #2FA825
Complementary color
Monochromatic Colors of #2FA825
Black with #2FA825
Text Example
Text Example
White with #2FA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA825; }
p { color: rgb(47,168,37); }
H1.HeaderClassName
{
color: #2FA825;
}
.AnyTagClassName
{
color: #2FA825;
}
</style>
background-color css
<style>
a { background-color: #2FA825; }
a { background-color: rgb(47,168,37); }
div.DivClassName
{
background-color: #2FA825;
}
.BgClassName
{
background-color: #2FA825;
}
</style>
border-color css
<style>
span { border-color: #2FA825; }
span { border-color: rgb(47,168,37); }
td.TdClassName
{
border-color: #2FA825;
}
.TagClassName
{
border-color: #2FA825;
}
</style>