Shades of Forest Green #2F891D
Tints of Forest Green #2F891D
RGB
CMYK
RGB Variations
Color information
#2F891D (or 0x2F891D) is known color: Forest Green. HEX triplet: 2F, 89 and 1D. RGB value is (47,137,29). Sum of RGB (Red+Green+Blue) = 47+137+29=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #2F891D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F891D is #D076E2. Grayscale: #626262. Windows color (decimal): -13661923 or 1935663. OLE color: 1935663.
HSL color Cylindrical-coordinate representation of color #2F891D: hue angle of 110º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F891D is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 29 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.46 |
| HSL | 110º | 0.65% | 0.33% | - |
| HSV(B) | 110º | 0.79% | 0.54% | - |
| XYZ | 10.34 | 18.58 | 4.2 | - |
| YUV | 97.78 | 89.18 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 29 | 0.66 | 0 | 0.79 | 0.46 | 110 | 0.65 | 0.33 |
| Hex | 2F | 89 | 1D | 42 | 0 | 4F | 2E | 6E | 41 | 21 |
| Octal | 57 | 211 | 35 | 102 | 0 | 117 | 56 | 156 | 101 | 41 |
| Binary | 101111 | 10001001 | 11101 | 1000010 | 0 | 1001111 | 101110 | 1101110 | 1000001 | 100001 |
Color Harmonies of #2F891D
Complementary color
Monochromatic Colors of #2F891D
Black with #2F891D
Text Example
Text Example
White with #2F891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F891D; }
p { color: rgb(47,137,29); }
H1.HeaderClassName
{
color: #2F891D;
}
.AnyTagClassName
{
color: #2F891D;
}
</style>
background-color css
<style>
a { background-color: #2F891D; }
a { background-color: rgb(47,137,29); }
div.DivClassName
{
background-color: #2F891D;
}
.BgClassName
{
background-color: #2F891D;
}
</style>
border-color css
<style>
span { border-color: #2F891D; }
span { border-color: rgb(47,137,29); }
td.TdClassName
{
border-color: #2F891D;
}
.TagClassName
{
border-color: #2F891D;
}
</style>