Shades of Forest Green #2FA728
Tints of Forest Green #2FA728
RGB
CMYK
RGB Variations
Color information
#2FA728 (or 0x2FA728) is known color: Forest Green. HEX triplet: 2F, A7 and 28. RGB value is (47,167,40). Sum of RGB (Red+Green+Blue) = 47+167+40=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 167 (65.62% from 255 or 65.75% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA728 is #D058D7. Grayscale: #757575. Windows color (decimal): -13654232 or 2664239. OLE color: 2664239.
HSL color Cylindrical-coordinate representation of color #2FA728: hue angle of 116.69º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FA728 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 40 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.35 |
| HSL | 116.69º | 0.61% | 0.41% | - |
| HSV(B) | 116.69º | 0.76% | 0.65% | - |
| XYZ | 15.37 | 28.39 | 6.68 | - |
| YUV | 116.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 40 | 0.72 | 0 | 0.76 | 0.35 | 116.69 | 0.61 | 0.41 |
| Hex | 2F | A7 | 28 | 48 | 0 | 4C | 23 | 75 | 3D | 29 |
| Octal | 57 | 247 | 50 | 110 | 0 | 114 | 43 | 165 | 75 | 51 |
| Binary | 101111 | 10100111 | 101000 | 1001000 | 0 | 1001100 | 100011 | 1110101 | 111101 | 101001 |
Color Harmonies of #2FA728
Complementary color
Monochromatic Colors of #2FA728
Black with #2FA728
Text Example
Text Example
White with #2FA728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA728; }
p { color: rgb(47,167,40); }
H1.HeaderClassName
{
color: #2FA728;
}
.AnyTagClassName
{
color: #2FA728;
}
</style>
background-color css
<style>
a { background-color: #2FA728; }
a { background-color: rgb(47,167,40); }
div.DivClassName
{
background-color: #2FA728;
}
.BgClassName
{
background-color: #2FA728;
}
</style>
border-color css
<style>
span { border-color: #2FA728; }
span { border-color: rgb(47,167,40); }
td.TdClassName
{
border-color: #2FA728;
}
.TagClassName
{
border-color: #2FA728;
}
</style>