Shades of Forest Green #2FA61E
Tints of Forest Green #2FA61E
RGB
CMYK
RGB Variations
Color information
#2FA61E (or 0x2FA61E) is known color: Forest Green. HEX triplet: 2F, A6 and 1E. RGB value is (47,166,30). Sum of RGB (Red+Green+Blue) = 47+166+30=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA61E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA61E is #D059E1. Grayscale: #737373. Windows color (decimal): -13654498 or 2008623. OLE color: 2008623.
HSL color Cylindrical-coordinate representation of color #2FA61E: hue angle of 112.5º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FA61E is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 30 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.35 |
| HSL | 112.5º | 0.69% | 0.38% | - |
| HSV(B) | 112.5º | 0.82% | 0.65% | - |
| XYZ | 15.04 | 27.97 | 5.83 | - |
| YUV | 114.92 | 80.08 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 30 | 0.72 | 0 | 0.82 | 0.35 | 112.5 | 0.69 | 0.38 |
| Hex | 2F | A6 | 1E | 48 | 0 | 52 | 23 | 70 | 45 | 26 |
| Octal | 57 | 246 | 36 | 110 | 0 | 122 | 43 | 160 | 105 | 46 |
| Binary | 101111 | 10100110 | 11110 | 1001000 | 0 | 1010010 | 100011 | 1110000 | 1000101 | 100110 |
Color Harmonies of #2FA61E
Complementary color
Monochromatic Colors of #2FA61E
Black with #2FA61E
Text Example
Text Example
White with #2FA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA61E; }
p { color: rgb(47,166,30); }
H1.HeaderClassName
{
color: #2FA61E;
}
.AnyTagClassName
{
color: #2FA61E;
}
</style>
background-color css
<style>
a { background-color: #2FA61E; }
a { background-color: rgb(47,166,30); }
div.DivClassName
{
background-color: #2FA61E;
}
.BgClassName
{
background-color: #2FA61E;
}
</style>
border-color css
<style>
span { border-color: #2FA61E; }
span { border-color: rgb(47,166,30); }
td.TdClassName
{
border-color: #2FA61E;
}
.TagClassName
{
border-color: #2FA61E;
}
</style>