Shades of Forest Green #2F9329
Tints of Forest Green #2F9329
RGB
CMYK
RGB Variations
Color information
#2F9329 (or 0x2F9329) is known color: Forest Green. HEX triplet: 2F, 93 and 29. RGB value is (47,147,41). Sum of RGB (Red+Green+Blue) = 47+147+41=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9329 is #D06CD6. Grayscale: #696969. Windows color (decimal): -13659351 or 2724655. OLE color: 2724655.
HSL color Cylindrical-coordinate representation of color #2F9329: hue angle of 116.6º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F9329 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 41 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.42 |
| HSL | 116.6º | 0.56% | 0.37% | - |
| HSV(B) | 116.6º | 0.72% | 0.58% | - |
| XYZ | 12.01 | 21.63 | 5.64 | - |
| YUV | 105.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 41 | 0.68 | 0 | 0.72 | 0.42 | 116.6 | 0.56 | 0.37 |
| Hex | 2F | 93 | 29 | 44 | 0 | 48 | 2A | 75 | 38 | 25 |
| Octal | 57 | 223 | 51 | 104 | 0 | 110 | 52 | 165 | 70 | 45 |
| Binary | 101111 | 10010011 | 101001 | 1000100 | 0 | 1001000 | 101010 | 1110101 | 111000 | 100101 |
Color Harmonies of #2F9329
Complementary color
Monochromatic Colors of #2F9329
Black with #2F9329
Text Example
Text Example
White with #2F9329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9329; }
p { color: rgb(47,147,41); }
H1.HeaderClassName
{
color: #2F9329;
}
.AnyTagClassName
{
color: #2F9329;
}
</style>
background-color css
<style>
a { background-color: #2F9329; }
a { background-color: rgb(47,147,41); }
div.DivClassName
{
background-color: #2F9329;
}
.BgClassName
{
background-color: #2F9329;
}
</style>
border-color css
<style>
span { border-color: #2F9329; }
span { border-color: rgb(47,147,41); }
td.TdClassName
{
border-color: #2F9329;
}
.TagClassName
{
border-color: #2F9329;
}
</style>