Shades of Forest Green #2FAC1F
Tints of Forest Green #2FAC1F
RGB
CMYK
RGB Variations
Color information
#2FAC1F (or 0x2FAC1F) is known color: Forest Green. HEX triplet: 2F, AC and 1F. RGB value is (47,172,31). Sum of RGB (Red+Green+Blue) = 47+172+31=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC1F is #D053E0. Grayscale: #767676. Windows color (decimal): -13652961 or 2075695. OLE color: 2075695.
HSL color Cylindrical-coordinate representation of color #2FAC1F: hue angle of 113.19º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FAC1F is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 31 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.33 |
| HSL | 113.19º | 0.69% | 0.4% | - |
| HSV(B) | 113.19º | 0.82% | 0.67% | - |
| XYZ | 16.17 | 30.21 | 6.27 | - |
| YUV | 118.55 | 78.59 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 31 | 0.73 | 0 | 0.82 | 0.33 | 113.19 | 0.69 | 0.4 |
| Hex | 2F | AC | 1F | 49 | 0 | 52 | 21 | 71 | 45 | 28 |
| Octal | 57 | 254 | 37 | 111 | 0 | 122 | 41 | 161 | 105 | 50 |
| Binary | 101111 | 10101100 | 11111 | 1001001 | 0 | 1010010 | 100001 | 1110001 | 1000101 | 101000 |
Color Harmonies of #2FAC1F
Complementary color
Monochromatic Colors of #2FAC1F
Black with #2FAC1F
Text Example
Text Example
White with #2FAC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC1F; }
p { color: rgb(47,172,31); }
H1.HeaderClassName
{
color: #2FAC1F;
}
.AnyTagClassName
{
color: #2FAC1F;
}
</style>
background-color css
<style>
a { background-color: #2FAC1F; }
a { background-color: rgb(47,172,31); }
div.DivClassName
{
background-color: #2FAC1F;
}
.BgClassName
{
background-color: #2FAC1F;
}
</style>
border-color css
<style>
span { border-color: #2FAC1F; }
span { border-color: rgb(47,172,31); }
td.TdClassName
{
border-color: #2FAC1F;
}
.TagClassName
{
border-color: #2FAC1F;
}
</style>