Shades of Forest Green #2FA41B
Tints of Forest Green #2FA41B
RGB
CMYK
RGB Variations
Color information
#2FA41B (or 0x2FA41B) is known color: Forest Green. HEX triplet: 2F, A4 and 1B. RGB value is (47,164,27). Sum of RGB (Red+Green+Blue) = 47+164+27=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 164 (64.45% from 255 or 68.91% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA41B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA41B is #D05BE4. Grayscale: #717171. Windows color (decimal): -13655013 or 1811503. OLE color: 1811503.
HSL color Cylindrical-coordinate representation of color #2FA41B: hue angle of 111.24º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA41B is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 27 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.36 |
| HSL | 111.24º | 0.72% | 0.37% | - |
| HSV(B) | 111.24º | 0.84% | 0.64% | - |
| XYZ | 14.65 | 27.23 | 5.52 | - |
| YUV | 113.4 | 79.24 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 27 | 0.71 | 0 | 0.84 | 0.36 | 111.24 | 0.72 | 0.37 |
| Hex | 2F | A4 | 1B | 47 | 0 | 54 | 24 | 6F | 48 | 25 |
| Octal | 57 | 244 | 33 | 107 | 0 | 124 | 44 | 157 | 110 | 45 |
| Binary | 101111 | 10100100 | 11011 | 1000111 | 0 | 1010100 | 100100 | 1101111 | 1001000 | 100101 |
Color Harmonies of #2FA41B
Complementary color
Monochromatic Colors of #2FA41B
Black with #2FA41B
Text Example
Text Example
White with #2FA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA41B; }
p { color: rgb(47,164,27); }
H1.HeaderClassName
{
color: #2FA41B;
}
.AnyTagClassName
{
color: #2FA41B;
}
</style>
background-color css
<style>
a { background-color: #2FA41B; }
a { background-color: rgb(47,164,27); }
div.DivClassName
{
background-color: #2FA41B;
}
.BgClassName
{
background-color: #2FA41B;
}
</style>
border-color css
<style>
span { border-color: #2FA41B; }
span { border-color: rgb(47,164,27); }
td.TdClassName
{
border-color: #2FA41B;
}
.TagClassName
{
border-color: #2FA41B;
}
</style>