Shades of Forest Green #2F970B
Tints of Forest Green #2F970B
RGB
CMYK
RGB Variations
Color information
#2F970B (or 0x2F970B) is known color: Forest Green. HEX triplet: 2F, 97 and 0B. RGB value is (47,151,11). Sum of RGB (Red+Green+Blue) = 47+151+11=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 151 (59.38% from 255 or 72.25% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 151 - color contains mainly: green. Hex color #2F970B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F970B is #D068F4. Grayscale: #686868. Windows color (decimal): -13658357 or 759599. OLE color: 759599.
HSL color Cylindrical-coordinate representation of color #2F970B: hue angle of 104.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F970B is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 11 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.41 |
| HSL | 104.57º | 0.86% | 0.32% | - |
| HSV(B) | 104.57º | 0.93% | 0.59% | - |
| XYZ | 12.3 | 22.76 | 4.06 | - |
| YUV | 103.94 | 75.54 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 11 | 0.69 | 0 | 0.93 | 0.41 | 104.57 | 0.86 | 0.32 |
| Hex | 2F | 97 | B | 45 | 0 | 5D | 29 | 69 | 56 | 20 |
| Octal | 57 | 227 | 13 | 105 | 0 | 135 | 51 | 151 | 126 | 40 |
| Binary | 101111 | 10010111 | 1011 | 1000101 | 0 | 1011101 | 101001 | 1101001 | 1010110 | 100000 |
Color Harmonies of #2F970B
Complementary color
Monochromatic Colors of #2F970B
Black with #2F970B
Text Example
Text Example
White with #2F970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F970B; }
p { color: rgb(47,151,11); }
H1.HeaderClassName
{
color: #2F970B;
}
.AnyTagClassName
{
color: #2F970B;
}
</style>
background-color css
<style>
a { background-color: #2F970B; }
a { background-color: rgb(47,151,11); }
div.DivClassName
{
background-color: #2F970B;
}
.BgClassName
{
background-color: #2F970B;
}
</style>
border-color css
<style>
span { border-color: #2F970B; }
span { border-color: rgb(47,151,11); }
td.TdClassName
{
border-color: #2F970B;
}
.TagClassName
{
border-color: #2F970B;
}
</style>