Shades of Forest Green #2FA428
Tints of Forest Green #2FA428
RGB
CMYK
RGB Variations
Color information
#2FA428 (or 0x2FA428) is known color: Forest Green. HEX triplet: 2F, A4 and 28. RGB value is (47,164,40). Sum of RGB (Red+Green+Blue) = 47+164+40=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 164 (64.45% from 255 or 65.34% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA428 is #D05BD7. Grayscale: #737373. Windows color (decimal): -13655000 or 2663471. OLE color: 2663471.
HSL color Cylindrical-coordinate representation of color #2FA428: hue angle of 116.61º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FA428 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 40 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.36 |
| HSL | 116.61º | 0.61% | 0.4% | - |
| HSV(B) | 116.61º | 0.76% | 0.64% | - |
| XYZ | 14.83 | 27.31 | 6.5 | - |
| YUV | 114.88 | 85.74 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 40 | 0.71 | 0 | 0.76 | 0.36 | 116.61 | 0.61 | 0.4 |
| Hex | 2F | A4 | 28 | 47 | 0 | 4C | 24 | 75 | 3D | 28 |
| Octal | 57 | 244 | 50 | 107 | 0 | 114 | 44 | 165 | 75 | 50 |
| Binary | 101111 | 10100100 | 101000 | 1000111 | 0 | 1001100 | 100100 | 1110101 | 111101 | 101000 |
Color Harmonies of #2FA428
Complementary color
Monochromatic Colors of #2FA428
Black with #2FA428
Text Example
Text Example
White with #2FA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA428; }
p { color: rgb(47,164,40); }
H1.HeaderClassName
{
color: #2FA428;
}
.AnyTagClassName
{
color: #2FA428;
}
</style>
background-color css
<style>
a { background-color: #2FA428; }
a { background-color: rgb(47,164,40); }
div.DivClassName
{
background-color: #2FA428;
}
.BgClassName
{
background-color: #2FA428;
}
</style>
border-color css
<style>
span { border-color: #2FA428; }
span { border-color: rgb(47,164,40); }
td.TdClassName
{
border-color: #2FA428;
}
.TagClassName
{
border-color: #2FA428;
}
</style>