Shades of Forest Green #2FAC24
Tints of Forest Green #2FAC24
RGB
CMYK
RGB Variations
Color information
#2FAC24 (or 0x2FAC24) is known color: Forest Green. HEX triplet: 2F, AC and 24. RGB value is (47,172,36). Sum of RGB (Red+Green+Blue) = 47+172+36=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 172 (67.58% from 255 or 67.45% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC24 is #D053DB. Grayscale: #777777. Windows color (decimal): -13652956 or 2403375. OLE color: 2403375.
HSL color Cylindrical-coordinate representation of color #2FAC24: hue angle of 115.15º 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 #2FAC24 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 36 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.33 |
| HSL | 115.15º | 0.65% | 0.41% | - |
| HSV(B) | 115.15º | 0.79% | 0.67% | - |
| XYZ | 16.24 | 30.24 | 6.65 | - |
| YUV | 119.12 | 81.09 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 36 | 0.73 | 0 | 0.79 | 0.33 | 115.15 | 0.65 | 0.41 |
| Hex | 2F | AC | 24 | 49 | 0 | 4F | 21 | 73 | 41 | 29 |
| Octal | 57 | 254 | 44 | 111 | 0 | 117 | 41 | 163 | 101 | 51 |
| Binary | 101111 | 10101100 | 100100 | 1001001 | 0 | 1001111 | 100001 | 1110011 | 1000001 | 101001 |
Color Harmonies of #2FAC24
Complementary color
Monochromatic Colors of #2FAC24
Black with #2FAC24
Text Example
Text Example
White with #2FAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC24; }
p { color: rgb(47,172,36); }
H1.HeaderClassName
{
color: #2FAC24;
}
.AnyTagClassName
{
color: #2FAC24;
}
</style>
background-color css
<style>
a { background-color: #2FAC24; }
a { background-color: rgb(47,172,36); }
div.DivClassName
{
background-color: #2FAC24;
}
.BgClassName
{
background-color: #2FAC24;
}
</style>
border-color css
<style>
span { border-color: #2FAC24; }
span { border-color: rgb(47,172,36); }
td.TdClassName
{
border-color: #2FAC24;
}
.TagClassName
{
border-color: #2FAC24;
}
</style>