Shades of Forest Green #2FA20B
Tints of Forest Green #2FA20B
RGB
CMYK
RGB Variations
Color information
#2FA20B (or 0x2FA20B) is known color: Forest Green. HEX triplet: 2F, A2 and 0B. RGB value is (47,162,11). Sum of RGB (Red+Green+Blue) = 47+162+11=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA20B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA20B is #D05DF4. Grayscale: #6E6E6E. Windows color (decimal): -13655541 or 762415. OLE color: 762415.
HSL color Cylindrical-coordinate representation of color #2FA20B: hue angle of 105.7º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FA20B is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 11 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.36 |
| HSL | 105.7º | 0.87% | 0.34% | - |
| HSV(B) | 105.7º | 0.93% | 0.64% | - |
| XYZ | 14.15 | 26.47 | 4.68 | - |
| YUV | 110.4 | 71.9 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 11 | 0.71 | 0 | 0.93 | 0.36 | 105.7 | 0.87 | 0.34 |
| Hex | 2F | A2 | B | 47 | 0 | 5D | 24 | 6A | 57 | 22 |
| Octal | 57 | 242 | 13 | 107 | 0 | 135 | 44 | 152 | 127 | 42 |
| Binary | 101111 | 10100010 | 1011 | 1000111 | 0 | 1011101 | 100100 | 1101010 | 1010111 | 100010 |
Color Harmonies of #2FA20B
Complementary color
Monochromatic Colors of #2FA20B
Black with #2FA20B
Text Example
Text Example
White with #2FA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA20B; }
p { color: rgb(47,162,11); }
H1.HeaderClassName
{
color: #2FA20B;
}
.AnyTagClassName
{
color: #2FA20B;
}
</style>
background-color css
<style>
a { background-color: #2FA20B; }
a { background-color: rgb(47,162,11); }
div.DivClassName
{
background-color: #2FA20B;
}
.BgClassName
{
background-color: #2FA20B;
}
</style>
border-color css
<style>
span { border-color: #2FA20B; }
span { border-color: rgb(47,162,11); }
td.TdClassName
{
border-color: #2FA20B;
}
.TagClassName
{
border-color: #2FA20B;
}
</style>