Shades of Forest Green #2FA62A
Tints of Forest Green #2FA62A
RGB
CMYK
RGB Variations
Color information
#2FA62A (or 0x2FA62A) is known color: Forest Green. HEX triplet: 2F, A6 and 2A. RGB value is (47,166,42). Sum of RGB (Red+Green+Blue) = 47+166+42=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA62A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA62A is #D059D5. Grayscale: #747474. Windows color (decimal): -13654486 or 2795055. OLE color: 2795055.
HSL color Cylindrical-coordinate representation of color #2FA62A: hue angle of 117.58º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FA62A is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 42 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.35 |
| HSL | 117.58º | 0.6% | 0.41% | - |
| HSV(B) | 117.58º | 0.75% | 0.65% | - |
| XYZ | 15.23 | 28.04 | 6.8 | - |
| YUV | 116.28 | 86.08 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 42 | 0.72 | 0 | 0.75 | 0.35 | 117.58 | 0.6 | 0.41 |
| Hex | 2F | A6 | 2A | 48 | 0 | 4B | 23 | 76 | 3C | 29 |
| Octal | 57 | 246 | 52 | 110 | 0 | 113 | 43 | 166 | 74 | 51 |
| Binary | 101111 | 10100110 | 101010 | 1001000 | 0 | 1001011 | 100011 | 1110110 | 111100 | 101001 |
Color Harmonies of #2FA62A
Complementary color
Monochromatic Colors of #2FA62A
Black with #2FA62A
Text Example
Text Example
White with #2FA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA62A; }
p { color: rgb(47,166,42); }
H1.HeaderClassName
{
color: #2FA62A;
}
.AnyTagClassName
{
color: #2FA62A;
}
</style>
background-color css
<style>
a { background-color: #2FA62A; }
a { background-color: rgb(47,166,42); }
div.DivClassName
{
background-color: #2FA62A;
}
.BgClassName
{
background-color: #2FA62A;
}
</style>
border-color css
<style>
span { border-color: #2FA62A; }
span { border-color: rgb(47,166,42); }
td.TdClassName
{
border-color: #2FA62A;
}
.TagClassName
{
border-color: #2FA62A;
}
</style>