Shades of Forest Green #2FAB28
Tints of Forest Green #2FAB28
RGB
CMYK
RGB Variations
Color information
#2FAB28 (or 0x2FAB28) is known color: Forest Green. HEX triplet: 2F, AB and 28. RGB value is (47,171,40). Sum of RGB (Red+Green+Blue) = 47+171+40=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 171 (67.19% from 255 or 66.28% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAB28 is #D054D7. Grayscale: #777777. Windows color (decimal): -13653208 or 2665263. OLE color: 2665263.
HSL color Cylindrical-coordinate representation of color #2FAB28: hue angle of 116.79º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAB28 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 40 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.33 |
| HSL | 116.79º | 0.62% | 0.41% | - |
| HSV(B) | 116.79º | 0.77% | 0.67% | - |
| XYZ | 16.12 | 29.88 | 6.93 | - |
| YUV | 118.99 | 83.42 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 40 | 0.73 | 0 | 0.77 | 0.33 | 116.79 | 0.62 | 0.41 |
| Hex | 2F | AB | 28 | 49 | 0 | 4D | 21 | 75 | 3E | 29 |
| Octal | 57 | 253 | 50 | 111 | 0 | 115 | 41 | 165 | 76 | 51 |
| Binary | 101111 | 10101011 | 101000 | 1001001 | 0 | 1001101 | 100001 | 1110101 | 111110 | 101001 |
Color Harmonies of #2FAB28
Complementary color
Monochromatic Colors of #2FAB28
Black with #2FAB28
Text Example
Text Example
White with #2FAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB28; }
p { color: rgb(47,171,40); }
H1.HeaderClassName
{
color: #2FAB28;
}
.AnyTagClassName
{
color: #2FAB28;
}
</style>
background-color css
<style>
a { background-color: #2FAB28; }
a { background-color: rgb(47,171,40); }
div.DivClassName
{
background-color: #2FAB28;
}
.BgClassName
{
background-color: #2FAB28;
}
</style>
border-color css
<style>
span { border-color: #2FAB28; }
span { border-color: rgb(47,171,40); }
td.TdClassName
{
border-color: #2FAB28;
}
.TagClassName
{
border-color: #2FAB28;
}
</style>