Shades of Forest Green #2FA52B
Tints of Forest Green #2FA52B
RGB
CMYK
RGB Variations
Color information
#2FA52B (or 0x2FA52B) is known color: Forest Green. HEX triplet: 2F, A5 and 2B. RGB value is (47,165,43). Sum of RGB (Red+Green+Blue) = 47+165+43=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 165 (64.84% from 255 or 64.71% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA52B is #D05AD4. Grayscale: #747474. Windows color (decimal): -13654741 or 2860335. OLE color: 2860335.
HSL color Cylindrical-coordinate representation of color #2FA52B: hue angle of 118.03º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FA52B is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 43 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.35 |
| HSL | 118.03º | 0.59% | 0.41% | - |
| HSV(B) | 118.03º | 0.74% | 0.65% | - |
| XYZ | 15.06 | 27.69 | 6.84 | - |
| YUV | 115.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 43 | 0.72 | 0 | 0.74 | 0.35 | 118.03 | 0.59 | 0.41 |
| Hex | 2F | A5 | 2B | 48 | 0 | 4A | 23 | 76 | 3B | 29 |
| Octal | 57 | 245 | 53 | 110 | 0 | 112 | 43 | 166 | 73 | 51 |
| Binary | 101111 | 10100101 | 101011 | 1001000 | 0 | 1001010 | 100011 | 1110110 | 111011 | 101001 |
Color Harmonies of #2FA52B
Complementary color
Monochromatic Colors of #2FA52B
Black with #2FA52B
Text Example
Text Example
White with #2FA52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA52B; }
p { color: rgb(47,165,43); }
H1.HeaderClassName
{
color: #2FA52B;
}
.AnyTagClassName
{
color: #2FA52B;
}
</style>
background-color css
<style>
a { background-color: #2FA52B; }
a { background-color: rgb(47,165,43); }
div.DivClassName
{
background-color: #2FA52B;
}
.BgClassName
{
background-color: #2FA52B;
}
</style>
border-color css
<style>
span { border-color: #2FA52B; }
span { border-color: rgb(47,165,43); }
td.TdClassName
{
border-color: #2FA52B;
}
.TagClassName
{
border-color: #2FA52B;
}
</style>