Shades of Forest Green #2F9528
Tints of Forest Green #2F9528
RGB
CMYK
RGB Variations
Color information
#2F9528 (or 0x2F9528) is known color: Forest Green. HEX triplet: 2F, 95 and 28. RGB value is (47,149,40). Sum of RGB (Red+Green+Blue) = 47+149+40=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9528 is #D06AD7. Grayscale: #6A6A6A. Windows color (decimal): -13658840 or 2659631. OLE color: 2659631.
HSL color Cylindrical-coordinate representation of color #2F9528: hue angle of 116.15º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F9528 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 40 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.42 |
| HSL | 116.15º | 0.58% | 0.37% | - |
| HSV(B) | 116.15º | 0.73% | 0.58% | - |
| XYZ | 12.3 | 22.25 | 5.65 | - |
| YUV | 106.08 | 90.71 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 40 | 0.68 | 0 | 0.73 | 0.42 | 116.15 | 0.58 | 0.37 |
| Hex | 2F | 95 | 28 | 44 | 0 | 49 | 2A | 74 | 3A | 25 |
| Octal | 57 | 225 | 50 | 104 | 0 | 111 | 52 | 164 | 72 | 45 |
| Binary | 101111 | 10010101 | 101000 | 1000100 | 0 | 1001001 | 101010 | 1110100 | 111010 | 100101 |
Color Harmonies of #2F9528
Complementary color
Monochromatic Colors of #2F9528
Black with #2F9528
Text Example
Text Example
White with #2F9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9528; }
p { color: rgb(47,149,40); }
H1.HeaderClassName
{
color: #2F9528;
}
.AnyTagClassName
{
color: #2F9528;
}
</style>
background-color css
<style>
a { background-color: #2F9528; }
a { background-color: rgb(47,149,40); }
div.DivClassName
{
background-color: #2F9528;
}
.BgClassName
{
background-color: #2F9528;
}
</style>
border-color css
<style>
span { border-color: #2F9528; }
span { border-color: rgb(47,149,40); }
td.TdClassName
{
border-color: #2F9528;
}
.TagClassName
{
border-color: #2F9528;
}
</style>