Shades of Forest Green #2FA31D
Tints of Forest Green #2FA31D
RGB
CMYK
RGB Variations
Color information
#2FA31D (or 0x2FA31D) is known color: Forest Green. HEX triplet: 2F, A3 and 1D. RGB value is (47,163,29). Sum of RGB (Red+Green+Blue) = 47+163+29=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 163 (64.06% from 255 or 68.20% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA31D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA31D is #D05CE2. Grayscale: #717171. Windows color (decimal): -13655267 or 1942319. OLE color: 1942319.
HSL color Cylindrical-coordinate representation of color #2FA31D: hue angle of 111.94º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FA31D is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 29 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.36 |
| HSL | 111.94º | 0.7% | 0.38% | - |
| HSV(B) | 111.94º | 0.82% | 0.64% | - |
| XYZ | 14.49 | 26.89 | 5.59 | - |
| YUV | 113.04 | 80.57 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 29 | 0.71 | 0 | 0.82 | 0.36 | 111.94 | 0.7 | 0.38 |
| Hex | 2F | A3 | 1D | 47 | 0 | 52 | 24 | 70 | 46 | 26 |
| Octal | 57 | 243 | 35 | 107 | 0 | 122 | 44 | 160 | 106 | 46 |
| Binary | 101111 | 10100011 | 11101 | 1000111 | 0 | 1010010 | 100100 | 1110000 | 1000110 | 100110 |
Color Harmonies of #2FA31D
Complementary color
Monochromatic Colors of #2FA31D
Black with #2FA31D
Text Example
Text Example
White with #2FA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA31D; }
p { color: rgb(47,163,29); }
H1.HeaderClassName
{
color: #2FA31D;
}
.AnyTagClassName
{
color: #2FA31D;
}
</style>
background-color css
<style>
a { background-color: #2FA31D; }
a { background-color: rgb(47,163,29); }
div.DivClassName
{
background-color: #2FA31D;
}
.BgClassName
{
background-color: #2FA31D;
}
</style>
border-color css
<style>
span { border-color: #2FA31D; }
span { border-color: rgb(47,163,29); }
td.TdClassName
{
border-color: #2FA31D;
}
.TagClassName
{
border-color: #2FA31D;
}
</style>