Shades of Forest Green #2FAB20
Tints of Forest Green #2FAB20
RGB
CMYK
RGB Variations
Color information
#2FAB20 (or 0x2FAB20) is known color: Forest Green. HEX triplet: 2F, AB and 20. RGB value is (47,171,32). Sum of RGB (Red+Green+Blue) = 47+171+32=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAB20 is #D054DF. Grayscale: #767676. Windows color (decimal): -13653216 or 2140975. OLE color: 2140975.
HSL color Cylindrical-coordinate representation of color #2FAB20: hue angle of 113.53º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FAB20 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 32 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.33 |
| HSL | 113.53º | 0.68% | 0.4% | - |
| HSV(B) | 113.53º | 0.81% | 0.67% | - |
| XYZ | 16 | 29.83 | 6.28 | - |
| YUV | 118.08 | 79.42 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 32 | 0.73 | 0 | 0.81 | 0.33 | 113.53 | 0.68 | 0.4 |
| Hex | 2F | AB | 20 | 49 | 0 | 51 | 21 | 72 | 44 | 28 |
| Octal | 57 | 253 | 40 | 111 | 0 | 121 | 41 | 162 | 104 | 50 |
| Binary | 101111 | 10101011 | 100000 | 1001001 | 0 | 1010001 | 100001 | 1110010 | 1000100 | 101000 |
Color Harmonies of #2FAB20
Complementary color
Monochromatic Colors of #2FAB20
Black with #2FAB20
Text Example
Text Example
White with #2FAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB20; }
p { color: rgb(47,171,32); }
H1.HeaderClassName
{
color: #2FAB20;
}
.AnyTagClassName
{
color: #2FAB20;
}
</style>
background-color css
<style>
a { background-color: #2FAB20; }
a { background-color: rgb(47,171,32); }
div.DivClassName
{
background-color: #2FAB20;
}
.BgClassName
{
background-color: #2FAB20;
}
</style>
border-color css
<style>
span { border-color: #2FAB20; }
span { border-color: rgb(47,171,32); }
td.TdClassName
{
border-color: #2FAB20;
}
.TagClassName
{
border-color: #2FAB20;
}
</style>