Shades of Forest Green #2FA32E
Tints of Forest Green #2FA32E
RGB
CMYK
RGB Variations
Color information
#2FA32E (or 0x2FA32E) is known color: Forest Green. HEX triplet: 2F, A3 and 2E. RGB value is (47,163,46). Sum of RGB (Red+Green+Blue) = 47+163+46=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 163 (64.06% from 255 or 63.67% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA32E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA32E is #D05CD1. Grayscale: #737373. Windows color (decimal): -13655250 or 3056431. OLE color: 3056431.
HSL color Cylindrical-coordinate representation of color #2FA32E: hue angle of 119.49º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA32E is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 46 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.36 |
| HSL | 119.49º | 0.56% | 0.41% | - |
| HSV(B) | 119.49º | 0.72% | 0.64% | - |
| XYZ | 14.76 | 27 | 7.02 | - |
| YUV | 114.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 46 | 0.71 | 0 | 0.72 | 0.36 | 119.49 | 0.56 | 0.41 |
| Hex | 2F | A3 | 2E | 47 | 0 | 48 | 24 | 77 | 38 | 29 |
| Octal | 57 | 243 | 56 | 107 | 0 | 110 | 44 | 167 | 70 | 51 |
| Binary | 101111 | 10100011 | 101110 | 1000111 | 0 | 1001000 | 100100 | 1110111 | 111000 | 101001 |
Color Harmonies of #2FA32E
Complementary color
Monochromatic Colors of #2FA32E
Black with #2FA32E
Text Example
Text Example
White with #2FA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA32E; }
p { color: rgb(47,163,46); }
H1.HeaderClassName
{
color: #2FA32E;
}
.AnyTagClassName
{
color: #2FA32E;
}
</style>
background-color css
<style>
a { background-color: #2FA32E; }
a { background-color: rgb(47,163,46); }
div.DivClassName
{
background-color: #2FA32E;
}
.BgClassName
{
background-color: #2FA32E;
}
</style>
border-color css
<style>
span { border-color: #2FA32E; }
span { border-color: rgb(47,163,46); }
td.TdClassName
{
border-color: #2FA32E;
}
.TagClassName
{
border-color: #2FA32E;
}
</style>