Shades of Forest Green #2FA81B
Tints of Forest Green #2FA81B
RGB
CMYK
RGB Variations
Color information
#2FA81B (or 0x2FA81B) is known color: Forest Green. HEX triplet: 2F, A8 and 1B. RGB value is (47,168,27). Sum of RGB (Red+Green+Blue) = 47+168+27=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 168 (66.02% from 255 or 69.42% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA81B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA81B is #D057E4. Grayscale: #747474. Windows color (decimal): -13653989 or 1812527. OLE color: 1812527.
HSL color Cylindrical-coordinate representation of color #2FA81B: hue angle of 111.49º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA81B is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 27 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.34 |
| HSL | 111.49º | 0.72% | 0.38% | - |
| HSV(B) | 111.49º | 0.84% | 0.66% | - |
| XYZ | 15.37 | 28.69 | 5.76 | - |
| YUV | 115.75 | 77.91 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 27 | 0.72 | 0 | 0.84 | 0.34 | 111.49 | 0.72 | 0.38 |
| Hex | 2F | A8 | 1B | 48 | 0 | 54 | 22 | 6F | 48 | 26 |
| Octal | 57 | 250 | 33 | 110 | 0 | 124 | 42 | 157 | 110 | 46 |
| Binary | 101111 | 10101000 | 11011 | 1001000 | 0 | 1010100 | 100010 | 1101111 | 1001000 | 100110 |
Color Harmonies of #2FA81B
Complementary color
Monochromatic Colors of #2FA81B
Black with #2FA81B
Text Example
Text Example
White with #2FA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA81B; }
p { color: rgb(47,168,27); }
H1.HeaderClassName
{
color: #2FA81B;
}
.AnyTagClassName
{
color: #2FA81B;
}
</style>
background-color css
<style>
a { background-color: #2FA81B; }
a { background-color: rgb(47,168,27); }
div.DivClassName
{
background-color: #2FA81B;
}
.BgClassName
{
background-color: #2FA81B;
}
</style>
border-color css
<style>
span { border-color: #2FA81B; }
span { border-color: rgb(47,168,27); }
td.TdClassName
{
border-color: #2FA81B;
}
.TagClassName
{
border-color: #2FA81B;
}
</style>