Shades of Forest Green #2FA82A
Tints of Forest Green #2FA82A
RGB
CMYK
RGB Variations
Color information
#2FA82A (or 0x2FA82A) is known color: Forest Green. HEX triplet: 2F, A8 and 2A. RGB value is (47,168,42). Sum of RGB (Red+Green+Blue) = 47+168+42=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 168 (66.02% from 255 or 65.37% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA82A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA82A is #D057D5. Grayscale: #757575. Windows color (decimal): -13653974 or 2795567. OLE color: 2795567.
HSL color Cylindrical-coordinate representation of color #2FA82A: hue angle of 117.62º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FA82A is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 42 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.34 |
| HSL | 117.62º | 0.6% | 0.41% | - |
| HSV(B) | 117.62º | 0.75% | 0.66% | - |
| XYZ | 15.59 | 28.78 | 6.92 | - |
| YUV | 117.46 | 85.41 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 42 | 0.72 | 0 | 0.75 | 0.34 | 117.62 | 0.6 | 0.41 |
| Hex | 2F | A8 | 2A | 48 | 0 | 4B | 22 | 76 | 3C | 29 |
| Octal | 57 | 250 | 52 | 110 | 0 | 113 | 42 | 166 | 74 | 51 |
| Binary | 101111 | 10101000 | 101010 | 1001000 | 0 | 1001011 | 100010 | 1110110 | 111100 | 101001 |
Color Harmonies of #2FA82A
Complementary color
Monochromatic Colors of #2FA82A
Black with #2FA82A
Text Example
Text Example
White with #2FA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA82A; }
p { color: rgb(47,168,42); }
H1.HeaderClassName
{
color: #2FA82A;
}
.AnyTagClassName
{
color: #2FA82A;
}
</style>
background-color css
<style>
a { background-color: #2FA82A; }
a { background-color: rgb(47,168,42); }
div.DivClassName
{
background-color: #2FA82A;
}
.BgClassName
{
background-color: #2FA82A;
}
</style>
border-color css
<style>
span { border-color: #2FA82A; }
span { border-color: rgb(47,168,42); }
td.TdClassName
{
border-color: #2FA82A;
}
.TagClassName
{
border-color: #2FA82A;
}
</style>