Shades of Forest Green #2FAB24
Tints of Forest Green #2FAB24
RGB
CMYK
RGB Variations
Color information
#2FAB24 (or 0x2FAB24) is known color: Forest Green. HEX triplet: 2F, AB and 24. RGB value is (47,171,36). Sum of RGB (Red+Green+Blue) = 47+171+36=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 171 (67.19% from 255 or 67.32% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAB24 is #D054DB. Grayscale: #767676. Windows color (decimal): -13653212 or 2403119. OLE color: 2403119.
HSL color Cylindrical-coordinate representation of color #2FAB24: hue angle of 115.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FAB24 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 36 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.33 |
| HSL | 115.11º | 0.65% | 0.41% | - |
| HSV(B) | 115.11º | 0.79% | 0.67% | - |
| XYZ | 16.05 | 29.86 | 6.59 | - |
| YUV | 118.53 | 81.42 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 36 | 0.73 | 0 | 0.79 | 0.33 | 115.11 | 0.65 | 0.41 |
| Hex | 2F | AB | 24 | 49 | 0 | 4F | 21 | 73 | 41 | 29 |
| Octal | 57 | 253 | 44 | 111 | 0 | 117 | 41 | 163 | 101 | 51 |
| Binary | 101111 | 10101011 | 100100 | 1001001 | 0 | 1001111 | 100001 | 1110011 | 1000001 | 101001 |
Color Harmonies of #2FAB24
Complementary color
Monochromatic Colors of #2FAB24
Black with #2FAB24
Text Example
Text Example
White with #2FAB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB24; }
p { color: rgb(47,171,36); }
H1.HeaderClassName
{
color: #2FAB24;
}
.AnyTagClassName
{
color: #2FAB24;
}
</style>
background-color css
<style>
a { background-color: #2FAB24; }
a { background-color: rgb(47,171,36); }
div.DivClassName
{
background-color: #2FAB24;
}
.BgClassName
{
background-color: #2FAB24;
}
</style>
border-color css
<style>
span { border-color: #2FAB24; }
span { border-color: rgb(47,171,36); }
td.TdClassName
{
border-color: #2FAB24;
}
.TagClassName
{
border-color: #2FAB24;
}
</style>