Shades of Forest Green #2F8D35
Tints of Forest Green #2F8D35
RGB
CMYK
RGB Variations
Color information
#2F8D35 (or 0x2F8D35) is known color: Forest Green. HEX triplet: 2F, 8D and 35. RGB value is (47,141,53). Sum of RGB (Red+Green+Blue) = 47+141+53=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8D35 is #D072CA. Grayscale: #676767. Windows color (decimal): -13660875 or 3509551. OLE color: 3509551.
HSL color Cylindrical-coordinate representation of color #2F8D35: hue angle of 123.83º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8D35 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 141 | 53 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.45 |
| HSL | 123.83º | 0.5% | 0.37% | - |
| HSV(B) | 123.83º | 0.67% | 0.55% | - |
| XYZ | 11.34 | 19.91 | 6.61 | - |
| YUV | 102.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 53 | 0.67 | 0 | 0.62 | 0.45 | 123.83 | 0.5 | 0.37 |
| Hex | 2F | 8D | 35 | 43 | 0 | 3E | 2D | 7C | 32 | 25 |
| Octal | 57 | 215 | 65 | 103 | 0 | 76 | 55 | 174 | 62 | 45 |
| Binary | 101111 | 10001101 | 110101 | 1000011 | 0 | 111110 | 101101 | 1111100 | 110010 | 100101 |
Color Harmonies of #2F8D35
Complementary color
Monochromatic Colors of #2F8D35
Black with #2F8D35
Text Example
Text Example
White with #2F8D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8D35; }
p { color: rgb(47,141,53); }
H1.HeaderClassName
{
color: #2F8D35;
}
.AnyTagClassName
{
color: #2F8D35;
}
</style>
background-color css
<style>
a { background-color: #2F8D35; }
a { background-color: rgb(47,141,53); }
div.DivClassName
{
background-color: #2F8D35;
}
.BgClassName
{
background-color: #2F8D35;
}
</style>
border-color css
<style>
span { border-color: #2F8D35; }
span { border-color: rgb(47,141,53); }
td.TdClassName
{
border-color: #2F8D35;
}
.TagClassName
{
border-color: #2F8D35;
}
</style>