Shades of Forest Green #2FAC21
Tints of Forest Green #2FAC21
RGB
CMYK
RGB Variations
Color information
#2FAC21 (or 0x2FAC21) is known color: Forest Green. HEX triplet: 2F, AC and 21. RGB value is (47,172,33). Sum of RGB (Red+Green+Blue) = 47+172+33=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC21 is #D053DE. Grayscale: #777777. Windows color (decimal): -13652959 or 2206767. OLE color: 2206767.
HSL color Cylindrical-coordinate representation of color #2FAC21: hue angle of 113.96º 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 #2FAC21 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 33 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.33 |
| HSL | 113.96º | 0.68% | 0.4% | - |
| HSV(B) | 113.96º | 0.81% | 0.67% | - |
| XYZ | 16.2 | 30.22 | 6.42 | - |
| YUV | 118.78 | 79.59 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 33 | 0.73 | 0 | 0.81 | 0.33 | 113.96 | 0.68 | 0.4 |
| Hex | 2F | AC | 21 | 49 | 0 | 51 | 21 | 72 | 44 | 28 |
| Octal | 57 | 254 | 41 | 111 | 0 | 121 | 41 | 162 | 104 | 50 |
| Binary | 101111 | 10101100 | 100001 | 1001001 | 0 | 1010001 | 100001 | 1110010 | 1000100 | 101000 |
Color Harmonies of #2FAC21
Complementary color
Monochromatic Colors of #2FAC21
Black with #2FAC21
Text Example
Text Example
White with #2FAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC21; }
p { color: rgb(47,172,33); }
H1.HeaderClassName
{
color: #2FAC21;
}
.AnyTagClassName
{
color: #2FAC21;
}
</style>
background-color css
<style>
a { background-color: #2FAC21; }
a { background-color: rgb(47,172,33); }
div.DivClassName
{
background-color: #2FAC21;
}
.BgClassName
{
background-color: #2FAC21;
}
</style>
border-color css
<style>
span { border-color: #2FAC21; }
span { border-color: rgb(47,172,33); }
td.TdClassName
{
border-color: #2FAC21;
}
.TagClassName
{
border-color: #2FAC21;
}
</style>