Shades of Forest Green #2FA10A
Tints of Forest Green #2FA10A
RGB
CMYK
RGB Variations
Color information
#2FA10A (or 0x2FA10A) is known color: Forest Green. HEX triplet: 2F, A1 and 0A. RGB value is (47,161,10). Sum of RGB (Red+Green+Blue) = 47+161+10=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 161 (63.28% from 255 or 73.85% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA10A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA10A is #D05EF5. Grayscale: #6E6E6E. Windows color (decimal): -13655798 or 696623. OLE color: 696623.
HSL color Cylindrical-coordinate representation of color #2FA10A: hue angle of 105.3º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FA10A is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 10 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.37 |
| HSL | 105.3º | 0.88% | 0.34% | - |
| HSV(B) | 105.3º | 0.94% | 0.63% | - |
| XYZ | 13.97 | 26.12 | 4.59 | - |
| YUV | 109.7 | 71.73 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 10 | 0.71 | 0 | 0.94 | 0.37 | 105.3 | 0.88 | 0.34 |
| Hex | 2F | A1 | A | 47 | 0 | 5E | 25 | 69 | 58 | 22 |
| Octal | 57 | 241 | 12 | 107 | 0 | 136 | 45 | 151 | 130 | 42 |
| Binary | 101111 | 10100001 | 1010 | 1000111 | 0 | 1011110 | 100101 | 1101001 | 1011000 | 100010 |
Color Harmonies of #2FA10A
Complementary color
Monochromatic Colors of #2FA10A
Black with #2FA10A
Text Example
Text Example
White with #2FA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA10A; }
p { color: rgb(47,161,10); }
H1.HeaderClassName
{
color: #2FA10A;
}
.AnyTagClassName
{
color: #2FA10A;
}
</style>
background-color css
<style>
a { background-color: #2FA10A; }
a { background-color: rgb(47,161,10); }
div.DivClassName
{
background-color: #2FA10A;
}
.BgClassName
{
background-color: #2FA10A;
}
</style>
border-color css
<style>
span { border-color: #2FA10A; }
span { border-color: rgb(47,161,10); }
td.TdClassName
{
border-color: #2FA10A;
}
.TagClassName
{
border-color: #2FA10A;
}
</style>