Shades of Forest Green #2FA61C
Tints of Forest Green #2FA61C
RGB
CMYK
RGB Variations
Color information
#2FA61C (or 0x2FA61C) is known color: Forest Green. HEX triplet: 2F, A6 and 1C. RGB value is (47,166,28). Sum of RGB (Red+Green+Blue) = 47+166+28=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 166 (65.23% from 255 or 68.88% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA61C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA61C is #D059E3. Grayscale: #737373. Windows color (decimal): -13654500 or 1877551. OLE color: 1877551.
HSL color Cylindrical-coordinate representation of color #2FA61C: hue angle of 111.74º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FA61C is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 28 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.35 |
| HSL | 111.74º | 0.71% | 0.38% | - |
| HSV(B) | 111.74º | 0.83% | 0.65% | - |
| XYZ | 15.02 | 27.96 | 5.7 | - |
| YUV | 114.69 | 79.08 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 28 | 0.72 | 0 | 0.83 | 0.35 | 111.74 | 0.71 | 0.38 |
| Hex | 2F | A6 | 1C | 48 | 0 | 53 | 23 | 70 | 47 | 26 |
| Octal | 57 | 246 | 34 | 110 | 0 | 123 | 43 | 160 | 107 | 46 |
| Binary | 101111 | 10100110 | 11100 | 1001000 | 0 | 1010011 | 100011 | 1110000 | 1000111 | 100110 |
Color Harmonies of #2FA61C
Complementary color
Monochromatic Colors of #2FA61C
Black with #2FA61C
Text Example
Text Example
White with #2FA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA61C; }
p { color: rgb(47,166,28); }
H1.HeaderClassName
{
color: #2FA61C;
}
.AnyTagClassName
{
color: #2FA61C;
}
</style>
background-color css
<style>
a { background-color: #2FA61C; }
a { background-color: rgb(47,166,28); }
div.DivClassName
{
background-color: #2FA61C;
}
.BgClassName
{
background-color: #2FA61C;
}
</style>
border-color css
<style>
span { border-color: #2FA61C; }
span { border-color: rgb(47,166,28); }
td.TdClassName
{
border-color: #2FA61C;
}
.TagClassName
{
border-color: #2FA61C;
}
</style>