Shades of Forest Green #2F991F
Tints of Forest Green #2F991F
RGB
CMYK
RGB Variations
Color information
#2F991F (or 0x2F991F) is known color: Forest Green. HEX triplet: 2F, 99 and 1F. RGB value is (47,153,31). Sum of RGB (Red+Green+Blue) = 47+153+31=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #2F991F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F991F is #D066E0. Grayscale: #6B6B6B. Windows color (decimal): -13657825 or 2070831. OLE color: 2070831.
HSL color Cylindrical-coordinate representation of color #2F991F: hue angle of 112.13º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F991F is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 31 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.4 |
| HSL | 112.13º | 0.66% | 0.36% | - |
| HSV(B) | 112.13º | 0.8% | 0.6% | - |
| XYZ | 12.81 | 23.49 | 5.15 | - |
| YUV | 107.4 | 84.88 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 31 | 0.69 | 0 | 0.80 | 0.4 | 112.13 | 0.66 | 0.36 |
| Hex | 2F | 99 | 1F | 45 | 0 | 50 | 28 | 70 | 42 | 24 |
| Octal | 57 | 231 | 37 | 105 | 0 | 120 | 50 | 160 | 102 | 44 |
| Binary | 101111 | 10011001 | 11111 | 1000101 | 0 | 1010000 | 101000 | 1110000 | 1000010 | 100100 |
Color Harmonies of #2F991F
Complementary color
Monochromatic Colors of #2F991F
Black with #2F991F
Text Example
Text Example
White with #2F991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F991F; }
p { color: rgb(47,153,31); }
H1.HeaderClassName
{
color: #2F991F;
}
.AnyTagClassName
{
color: #2F991F;
}
</style>
background-color css
<style>
a { background-color: #2F991F; }
a { background-color: rgb(47,153,31); }
div.DivClassName
{
background-color: #2F991F;
}
.BgClassName
{
background-color: #2F991F;
}
</style>
border-color css
<style>
span { border-color: #2F991F; }
span { border-color: rgb(47,153,31); }
td.TdClassName
{
border-color: #2F991F;
}
.TagClassName
{
border-color: #2F991F;
}
</style>