Shades of Forest Green #2FA51D
Tints of Forest Green #2FA51D
RGB
CMYK
RGB Variations
Color information
#2FA51D (or 0x2FA51D) is known color: Forest Green. HEX triplet: 2F, A5 and 1D. RGB value is (47,165,29). Sum of RGB (Red+Green+Blue) = 47+165+29=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA51D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA51D is #D05AE2. Grayscale: #727272. Windows color (decimal): -13654755 or 1942831. OLE color: 1942831.
HSL color Cylindrical-coordinate representation of color #2FA51D: hue angle of 112.06º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FA51D is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 29 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.35 |
| HSL | 112.06º | 0.7% | 0.38% | - |
| HSV(B) | 112.06º | 0.82% | 0.65% | - |
| XYZ | 14.85 | 27.6 | 5.71 | - |
| YUV | 114.21 | 79.91 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 29 | 0.72 | 0 | 0.82 | 0.35 | 112.06 | 0.7 | 0.38 |
| Hex | 2F | A5 | 1D | 48 | 0 | 52 | 23 | 70 | 46 | 26 |
| Octal | 57 | 245 | 35 | 110 | 0 | 122 | 43 | 160 | 106 | 46 |
| Binary | 101111 | 10100101 | 11101 | 1001000 | 0 | 1010010 | 100011 | 1110000 | 1000110 | 100110 |
Color Harmonies of #2FA51D
Complementary color
Monochromatic Colors of #2FA51D
Black with #2FA51D
Text Example
Text Example
White with #2FA51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA51D; }
p { color: rgb(47,165,29); }
H1.HeaderClassName
{
color: #2FA51D;
}
.AnyTagClassName
{
color: #2FA51D;
}
</style>
background-color css
<style>
a { background-color: #2FA51D; }
a { background-color: rgb(47,165,29); }
div.DivClassName
{
background-color: #2FA51D;
}
.BgClassName
{
background-color: #2FA51D;
}
</style>
border-color css
<style>
span { border-color: #2FA51D; }
span { border-color: rgb(47,165,29); }
td.TdClassName
{
border-color: #2FA51D;
}
.TagClassName
{
border-color: #2FA51D;
}
</style>