Shades of Forest Green #2F9701
Tints of Forest Green #2F9701
RGB
CMYK
RGB Variations
Color information
#2F9701 (or 0x2F9701) is known color: Forest Green. HEX triplet: 2F, 97 and 01. RGB value is (47,151,1). Sum of RGB (Red+Green+Blue) = 47+151+1=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 151 (59.38% from 255 or 75.88% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 151 - color contains mainly: green. Hex color #2F9701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9701 is #D068FE. Grayscale: #676767. Windows color (decimal): -13658367 or 104239. OLE color: 104239.
HSL color Cylindrical-coordinate representation of color #2F9701: hue angle of 101.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F9701 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.41 |
| HSL | 101.6º | 0.99% | 0.3% | - |
| HSV(B) | 101.6º | 0.99% | 0.59% | - |
| XYZ | 12.24 | 22.74 | 3.77 | - |
| YUV | 102.8 | 70.54 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 1 | 0.69 | 0 | 0.99 | 0.41 | 101.6 | 0.99 | 0.3 |
| Hex | 2F | 97 | 1 | 45 | 0 | 63 | 29 | 66 | 63 | 1E |
| Octal | 57 | 227 | 1 | 105 | 0 | 143 | 51 | 146 | 143 | 36 |
| Binary | 101111 | 10010111 | 1 | 1000101 | 0 | 1100011 | 101001 | 1100110 | 1100011 | 11110 |
Color Harmonies of #2F9701
Complementary color
Monochromatic Colors of #2F9701
Black with #2F9701
Text Example
Text Example
White with #2F9701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9701; }
p { color: rgb(47,151,1); }
H1.HeaderClassName
{
color: #2F9701;
}
.AnyTagClassName
{
color: #2F9701;
}
</style>
background-color css
<style>
a { background-color: #2F9701; }
a { background-color: rgb(47,151,1); }
div.DivClassName
{
background-color: #2F9701;
}
.BgClassName
{
background-color: #2F9701;
}
</style>
border-color css
<style>
span { border-color: #2F9701; }
span { border-color: rgb(47,151,1); }
td.TdClassName
{
border-color: #2F9701;
}
.TagClassName
{
border-color: #2F9701;
}
</style>