Shades of Forest Green #2F9420
Tints of Forest Green #2F9420
RGB
CMYK
RGB Variations
Color information
#2F9420 (or 0x2F9420) is known color: Forest Green. HEX triplet: 2F, 94 and 20. RGB value is (47,148,32). Sum of RGB (Red+Green+Blue) = 47+148+32=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 148 (58.20% from 255 or 65.20% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9420 is #D06BDF. Grayscale: #686868. Windows color (decimal): -13659104 or 2135087. OLE color: 2135087.
HSL color Cylindrical-coordinate representation of color #2F9420: hue angle of 112.24º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F9420 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 32 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.42 |
| HSL | 112.24º | 0.64% | 0.35% | - |
| HSV(B) | 112.24º | 0.78% | 0.58% | - |
| XYZ | 12.02 | 21.89 | 4.96 | - |
| YUV | 104.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 32 | 0.68 | 0 | 0.78 | 0.42 | 112.24 | 0.64 | 0.35 |
| Hex | 2F | 94 | 20 | 44 | 0 | 4E | 2A | 70 | 40 | 23 |
| Octal | 57 | 224 | 40 | 104 | 0 | 116 | 52 | 160 | 100 | 43 |
| Binary | 101111 | 10010100 | 100000 | 1000100 | 0 | 1001110 | 101010 | 1110000 | 1000000 | 100011 |
Color Harmonies of #2F9420
Complementary color
Monochromatic Colors of #2F9420
Black with #2F9420
Text Example
Text Example
White with #2F9420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9420; }
p { color: rgb(47,148,32); }
H1.HeaderClassName
{
color: #2F9420;
}
.AnyTagClassName
{
color: #2F9420;
}
</style>
background-color css
<style>
a { background-color: #2F9420; }
a { background-color: rgb(47,148,32); }
div.DivClassName
{
background-color: #2F9420;
}
.BgClassName
{
background-color: #2F9420;
}
</style>
border-color css
<style>
span { border-color: #2F9420; }
span { border-color: rgb(47,148,32); }
td.TdClassName
{
border-color: #2F9420;
}
.TagClassName
{
border-color: #2F9420;
}
</style>