Shades of Forest Green #2F891F
Tints of Forest Green #2F891F
RGB
CMYK
RGB Variations
Color information
#2F891F (or 0x2F891F) is known color: Forest Green. HEX triplet: 2F, 89 and 1F. RGB value is (47,137,31). Sum of RGB (Red+Green+Blue) = 47+137+31=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #2F891F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F891F is #D076E0. Grayscale: #626262. Windows color (decimal): -13661921 or 2066735. OLE color: 2066735.
HSL color Cylindrical-coordinate representation of color #2F891F: hue angle of 110.94º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F891F is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 31 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.46 |
| HSL | 110.94º | 0.63% | 0.33% | - |
| HSV(B) | 110.94º | 0.77% | 0.54% | - |
| XYZ | 10.37 | 18.59 | 4.34 | - |
| YUV | 98.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 31 | 0.66 | 0 | 0.77 | 0.46 | 110.94 | 0.63 | 0.33 |
| Hex | 2F | 89 | 1F | 42 | 0 | 4D | 2E | 6F | 3F | 21 |
| Octal | 57 | 211 | 37 | 102 | 0 | 115 | 56 | 157 | 77 | 41 |
| Binary | 101111 | 10001001 | 11111 | 1000010 | 0 | 1001101 | 101110 | 1101111 | 111111 | 100001 |
Color Harmonies of #2F891F
Complementary color
Monochromatic Colors of #2F891F
Black with #2F891F
Text Example
Text Example
White with #2F891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F891F; }
p { color: rgb(47,137,31); }
H1.HeaderClassName
{
color: #2F891F;
}
.AnyTagClassName
{
color: #2F891F;
}
</style>
background-color css
<style>
a { background-color: #2F891F; }
a { background-color: rgb(47,137,31); }
div.DivClassName
{
background-color: #2F891F;
}
.BgClassName
{
background-color: #2F891F;
}
</style>
border-color css
<style>
span { border-color: #2F891F; }
span { border-color: rgb(47,137,31); }
td.TdClassName
{
border-color: #2F891F;
}
.TagClassName
{
border-color: #2F891F;
}
</style>