Shades of Forest Green #2F971D
Tints of Forest Green #2F971D
RGB
CMYK
RGB Variations
Color information
#2F971D (or 0x2F971D) is known color: Forest Green. HEX triplet: 2F, 97 and 1D. RGB value is (47,151,29). Sum of RGB (Red+Green+Blue) = 47+151+29=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 151 (59.38% from 255 or 66.52% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 151 - color contains mainly: green. Hex color #2F971D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F971D is #D068E2. Grayscale: #6A6A6A. Windows color (decimal): -13658339 or 1939247. OLE color: 1939247.
HSL color Cylindrical-coordinate representation of color #2F971D: hue angle of 111.15º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F971D is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 29 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.41 |
| HSL | 111.15º | 0.68% | 0.35% | - |
| HSV(B) | 111.15º | 0.81% | 0.59% | - |
| XYZ | 12.46 | 22.83 | 4.91 | - |
| YUV | 106 | 84.54 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 29 | 0.69 | 0 | 0.81 | 0.41 | 111.15 | 0.68 | 0.35 |
| Hex | 2F | 97 | 1D | 45 | 0 | 51 | 29 | 6F | 44 | 23 |
| Octal | 57 | 227 | 35 | 105 | 0 | 121 | 51 | 157 | 104 | 43 |
| Binary | 101111 | 10010111 | 11101 | 1000101 | 0 | 1010001 | 101001 | 1101111 | 1000100 | 100011 |
Color Harmonies of #2F971D
Complementary color
Monochromatic Colors of #2F971D
Black with #2F971D
Text Example
Text Example
White with #2F971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F971D; }
p { color: rgb(47,151,29); }
H1.HeaderClassName
{
color: #2F971D;
}
.AnyTagClassName
{
color: #2F971D;
}
</style>
background-color css
<style>
a { background-color: #2F971D; }
a { background-color: rgb(47,151,29); }
div.DivClassName
{
background-color: #2F971D;
}
.BgClassName
{
background-color: #2F971D;
}
</style>
border-color css
<style>
span { border-color: #2F971D; }
span { border-color: rgb(47,151,29); }
td.TdClassName
{
border-color: #2F971D;
}
.TagClassName
{
border-color: #2F971D;
}
</style>