Shades of Forest Green #2FA01A
Tints of Forest Green #2FA01A
RGB
CMYK
RGB Variations
Color information
#2FA01A (or 0x2FA01A) is known color: Forest Green. HEX triplet: 2F, A0 and 1A. RGB value is (47,160,26). Sum of RGB (Red+Green+Blue) = 47+160+26=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA01A is #D05FE5. Grayscale: #6F6F6F. Windows color (decimal): -13656038 or 1744943. OLE color: 1744943.
HSL color Cylindrical-coordinate representation of color #2FA01A: hue angle of 110.6º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA01A is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 26 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.37 |
| HSL | 110.6º | 0.72% | 0.36% | - |
| HSV(B) | 110.6º | 0.84% | 0.63% | - |
| XYZ | 13.93 | 25.82 | 5.23 | - |
| YUV | 110.94 | 80.06 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 26 | 0.71 | 0 | 0.84 | 0.37 | 110.6 | 0.72 | 0.36 |
| Hex | 2F | A0 | 1A | 47 | 0 | 54 | 25 | 6F | 48 | 24 |
| Octal | 57 | 240 | 32 | 107 | 0 | 124 | 45 | 157 | 110 | 44 |
| Binary | 101111 | 10100000 | 11010 | 1000111 | 0 | 1010100 | 100101 | 1101111 | 1001000 | 100100 |
Color Harmonies of #2FA01A
Complementary color
Monochromatic Colors of #2FA01A
Black with #2FA01A
Text Example
Text Example
White with #2FA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA01A; }
p { color: rgb(47,160,26); }
H1.HeaderClassName
{
color: #2FA01A;
}
.AnyTagClassName
{
color: #2FA01A;
}
</style>
background-color css
<style>
a { background-color: #2FA01A; }
a { background-color: rgb(47,160,26); }
div.DivClassName
{
background-color: #2FA01A;
}
.BgClassName
{
background-color: #2FA01A;
}
</style>
border-color css
<style>
span { border-color: #2FA01A; }
span { border-color: rgb(47,160,26); }
td.TdClassName
{
border-color: #2FA01A;
}
.TagClassName
{
border-color: #2FA01A;
}
</style>