Shades of Forest Green #2FA926
Tints of Forest Green #2FA926
RGB
CMYK
RGB Variations
Color information
#2FA926 (or 0x2FA926) is known color: Forest Green. HEX triplet: 2F, A9 and 26. RGB value is (47,169,38). Sum of RGB (Red+Green+Blue) = 47+169+38=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 169 (66.41% from 255 or 66.54% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA926 is #D056D9. Grayscale: #757575. Windows color (decimal): -13653722 or 2533679. OLE color: 2533679.
HSL color Cylindrical-coordinate representation of color #2FA926: hue angle of 115.88º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FA926 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 38 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.34 |
| HSL | 115.88º | 0.63% | 0.41% | - |
| HSV(B) | 115.88º | 0.78% | 0.66% | - |
| XYZ | 15.71 | 29.12 | 6.63 | - |
| YUV | 117.59 | 83.08 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 38 | 0.72 | 0 | 0.78 | 0.34 | 115.88 | 0.63 | 0.41 |
| Hex | 2F | A9 | 26 | 48 | 0 | 4E | 22 | 74 | 3F | 29 |
| Octal | 57 | 251 | 46 | 110 | 0 | 116 | 42 | 164 | 77 | 51 |
| Binary | 101111 | 10101001 | 100110 | 1001000 | 0 | 1001110 | 100010 | 1110100 | 111111 | 101001 |
Color Harmonies of #2FA926
Complementary color
Monochromatic Colors of #2FA926
Black with #2FA926
Text Example
Text Example
White with #2FA926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA926; }
p { color: rgb(47,169,38); }
H1.HeaderClassName
{
color: #2FA926;
}
.AnyTagClassName
{
color: #2FA926;
}
</style>
background-color css
<style>
a { background-color: #2FA926; }
a { background-color: rgb(47,169,38); }
div.DivClassName
{
background-color: #2FA926;
}
.BgClassName
{
background-color: #2FA926;
}
</style>
border-color css
<style>
span { border-color: #2FA926; }
span { border-color: rgb(47,169,38); }
td.TdClassName
{
border-color: #2FA926;
}
.TagClassName
{
border-color: #2FA926;
}
</style>