Shades of Forest Green #2F9609
Tints of Forest Green #2F9609
RGB
CMYK
RGB Variations
Color information
#2F9609 (or 0x2F9609) is known color: Forest Green. HEX triplet: 2F, 96 and 09. RGB value is (47,150,9). Sum of RGB (Red+Green+Blue) = 47+150+9=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 150 (58.98% from 255 or 72.82% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9609 is #D069F6. Grayscale: #676767. Windows color (decimal): -13658615 or 628271. OLE color: 628271.
HSL color Cylindrical-coordinate representation of color #2F9609: hue angle of 103.83º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F9609 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 150 | 9 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.41 |
| HSL | 103.83º | 0.89% | 0.31% | - |
| HSV(B) | 103.83º | 0.94% | 0.59% | - |
| XYZ | 12.13 | 22.44 | 3.95 | - |
| YUV | 103.13 | 74.88 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 9 | 0.69 | 0 | 0.94 | 0.41 | 103.83 | 0.89 | 0.31 |
| Hex | 2F | 96 | 9 | 45 | 0 | 5E | 29 | 68 | 59 | 1F |
| Octal | 57 | 226 | 11 | 105 | 0 | 136 | 51 | 150 | 131 | 37 |
| Binary | 101111 | 10010110 | 1001 | 1000101 | 0 | 1011110 | 101001 | 1101000 | 1011001 | 11111 |
Color Harmonies of #2F9609
Complementary color
Monochromatic Colors of #2F9609
Black with #2F9609
Text Example
Text Example
White with #2F9609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9609; }
p { color: rgb(47,150,9); }
H1.HeaderClassName
{
color: #2F9609;
}
.AnyTagClassName
{
color: #2F9609;
}
</style>
background-color css
<style>
a { background-color: #2F9609; }
a { background-color: rgb(47,150,9); }
div.DivClassName
{
background-color: #2F9609;
}
.BgClassName
{
background-color: #2F9609;
}
</style>
border-color css
<style>
span { border-color: #2F9609; }
span { border-color: rgb(47,150,9); }
td.TdClassName
{
border-color: #2F9609;
}
.TagClassName
{
border-color: #2F9609;
}
</style>