Shades of Forest Green #2F901F
Tints of Forest Green #2F901F
RGB
CMYK
RGB Variations
Color information
#2F901F (or 0x2F901F) is known color: Forest Green. HEX triplet: 2F, 90 and 1F. RGB value is (47,144,31). Sum of RGB (Red+Green+Blue) = 47+144+31=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #2F901F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F901F is #D06FE0. Grayscale: #666666. Windows color (decimal): -13660129 or 2068527. OLE color: 2068527.
HSL color Cylindrical-coordinate representation of color #2F901F: hue angle of 111.5º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F901F is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 31 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.44 |
| HSL | 111.5º | 0.65% | 0.34% | - |
| HSV(B) | 111.5º | 0.78% | 0.56% | - |
| XYZ | 11.39 | 20.65 | 4.68 | - |
| YUV | 102.12 | 87.86 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 31 | 0.67 | 0 | 0.78 | 0.44 | 111.5 | 0.65 | 0.34 |
| Hex | 2F | 90 | 1F | 43 | 0 | 4E | 2C | 70 | 41 | 22 |
| Octal | 57 | 220 | 37 | 103 | 0 | 116 | 54 | 160 | 101 | 42 |
| Binary | 101111 | 10010000 | 11111 | 1000011 | 0 | 1001110 | 101100 | 1110000 | 1000001 | 100010 |
Color Harmonies of #2F901F
Complementary color
Monochromatic Colors of #2F901F
Black with #2F901F
Text Example
Text Example
White with #2F901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F901F; }
p { color: rgb(47,144,31); }
H1.HeaderClassName
{
color: #2F901F;
}
.AnyTagClassName
{
color: #2F901F;
}
</style>
background-color css
<style>
a { background-color: #2F901F; }
a { background-color: rgb(47,144,31); }
div.DivClassName
{
background-color: #2F901F;
}
.BgClassName
{
background-color: #2F901F;
}
</style>
border-color css
<style>
span { border-color: #2F901F; }
span { border-color: rgb(47,144,31); }
td.TdClassName
{
border-color: #2F901F;
}
.TagClassName
{
border-color: #2F901F;
}
</style>