Shades of Forest Green #2F9020
Tints of Forest Green #2F9020
RGB
CMYK
RGB Variations
Color information
#2F9020 (or 0x2F9020) is known color: Forest Green. HEX triplet: 2F, 90 and 20. RGB value is (47,144,32). Sum of RGB (Red+Green+Blue) = 47+144+32=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9020 is #D06FDF. Grayscale: #666666. Windows color (decimal): -13660128 or 2134063. OLE color: 2134063.
HSL color Cylindrical-coordinate representation of color #2F9020: hue angle of 111.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F9020 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 32 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.44 |
| HSL | 111.96º | 0.64% | 0.35% | - |
| HSV(B) | 111.96º | 0.78% | 0.56% | - |
| XYZ | 11.41 | 20.66 | 4.75 | - |
| YUV | 102.23 | 88.36 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 32 | 0.67 | 0 | 0.78 | 0.44 | 111.96 | 0.64 | 0.35 |
| Hex | 2F | 90 | 20 | 43 | 0 | 4E | 2C | 70 | 40 | 23 |
| Octal | 57 | 220 | 40 | 103 | 0 | 116 | 54 | 160 | 100 | 43 |
| Binary | 101111 | 10010000 | 100000 | 1000011 | 0 | 1001110 | 101100 | 1110000 | 1000000 | 100011 |
Color Harmonies of #2F9020
Complementary color
Monochromatic Colors of #2F9020
Black with #2F9020
Text Example
Text Example
White with #2F9020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9020; }
p { color: rgb(47,144,32); }
H1.HeaderClassName
{
color: #2F9020;
}
.AnyTagClassName
{
color: #2F9020;
}
</style>
background-color css
<style>
a { background-color: #2F9020; }
a { background-color: rgb(47,144,32); }
div.DivClassName
{
background-color: #2F9020;
}
.BgClassName
{
background-color: #2F9020;
}
</style>
border-color css
<style>
span { border-color: #2F9020; }
span { border-color: rgb(47,144,32); }
td.TdClassName
{
border-color: #2F9020;
}
.TagClassName
{
border-color: #2F9020;
}
</style>