Shades of Forest Green #2FA51B
Tints of Forest Green #2FA51B
RGB
CMYK
RGB Variations
Color information
#2FA51B (or 0x2FA51B) is known color: Forest Green. HEX triplet: 2F, A5 and 1B. RGB value is (47,165,27). Sum of RGB (Red+Green+Blue) = 47+165+27=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA51B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA51B is #D05AE4. Grayscale: #727272. Windows color (decimal): -13654757 or 1811759. OLE color: 1811759.
HSL color Cylindrical-coordinate representation of color #2FA51B: hue angle of 111.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA51B is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 27 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.35 |
| HSL | 111.3º | 0.72% | 0.38% | - |
| HSV(B) | 111.3º | 0.84% | 0.65% | - |
| XYZ | 14.83 | 27.59 | 5.58 | - |
| YUV | 113.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 27 | 0.72 | 0 | 0.84 | 0.35 | 111.3 | 0.72 | 0.38 |
| Hex | 2F | A5 | 1B | 48 | 0 | 54 | 23 | 6F | 48 | 26 |
| Octal | 57 | 245 | 33 | 110 | 0 | 124 | 43 | 157 | 110 | 46 |
| Binary | 101111 | 10100101 | 11011 | 1001000 | 0 | 1010100 | 100011 | 1101111 | 1001000 | 100110 |
Color Harmonies of #2FA51B
Complementary color
Monochromatic Colors of #2FA51B
Black with #2FA51B
Text Example
Text Example
White with #2FA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA51B; }
p { color: rgb(47,165,27); }
H1.HeaderClassName
{
color: #2FA51B;
}
.AnyTagClassName
{
color: #2FA51B;
}
</style>
background-color css
<style>
a { background-color: #2FA51B; }
a { background-color: rgb(47,165,27); }
div.DivClassName
{
background-color: #2FA51B;
}
.BgClassName
{
background-color: #2FA51B;
}
</style>
border-color css
<style>
span { border-color: #2FA51B; }
span { border-color: rgb(47,165,27); }
td.TdClassName
{
border-color: #2FA51B;
}
.TagClassName
{
border-color: #2FA51B;
}
</style>