Shades of Forest Green #2FAC1E
Tints of Forest Green #2FAC1E
RGB
CMYK
RGB Variations
Color information
#2FAC1E (or 0x2FAC1E) is known color: Forest Green. HEX triplet: 2F, AC and 1E. RGB value is (47,172,30). Sum of RGB (Red+Green+Blue) = 47+172+30=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 172 (67.58% from 255 or 69.08% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC1E is #D053E1. Grayscale: #767676. Windows color (decimal): -13652962 or 2010159. OLE color: 2010159.
HSL color Cylindrical-coordinate representation of color #2FAC1E: hue angle of 112.82º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FAC1E is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 30 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.33 |
| HSL | 112.82º | 0.7% | 0.4% | - |
| HSV(B) | 112.82º | 0.83% | 0.67% | - |
| XYZ | 16.16 | 30.2 | 6.21 | - |
| YUV | 118.44 | 78.09 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 30 | 0.73 | 0 | 0.83 | 0.33 | 112.82 | 0.7 | 0.4 |
| Hex | 2F | AC | 1E | 49 | 0 | 53 | 21 | 71 | 46 | 28 |
| Octal | 57 | 254 | 36 | 111 | 0 | 123 | 41 | 161 | 106 | 50 |
| Binary | 101111 | 10101100 | 11110 | 1001001 | 0 | 1010011 | 100001 | 1110001 | 1000110 | 101000 |
Color Harmonies of #2FAC1E
Complementary color
Monochromatic Colors of #2FAC1E
Black with #2FAC1E
Text Example
Text Example
White with #2FAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC1E; }
p { color: rgb(47,172,30); }
H1.HeaderClassName
{
color: #2FAC1E;
}
.AnyTagClassName
{
color: #2FAC1E;
}
</style>
background-color css
<style>
a { background-color: #2FAC1E; }
a { background-color: rgb(47,172,30); }
div.DivClassName
{
background-color: #2FAC1E;
}
.BgClassName
{
background-color: #2FAC1E;
}
</style>
border-color css
<style>
span { border-color: #2FAC1E; }
span { border-color: rgb(47,172,30); }
td.TdClassName
{
border-color: #2FAC1E;
}
.TagClassName
{
border-color: #2FAC1E;
}
</style>