Shades of Forest Green #2F8628
Tints of Forest Green #2F8628
RGB
CMYK
RGB Variations
Color information
#2F8628 (or 0x2F8628) is known color: Forest Green. HEX triplet: 2F, 86 and 28. RGB value is (47,134,40). Sum of RGB (Red+Green+Blue) = 47+134+40=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #2F8628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8628 is #D079D7. Grayscale: #616161. Windows color (decimal): -13662680 or 2655791. OLE color: 2655791.
HSL color Cylindrical-coordinate representation of color #2F8628: hue angle of 115.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F8628 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 134 | 40 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.47 |
| HSL | 115.53º | 0.54% | 0.34% | - |
| HSV(B) | 115.53º | 0.7% | 0.53% | - |
| XYZ | 10.08 | 17.81 | 4.91 | - |
| YUV | 97.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 40 | 0.65 | 0 | 0.70 | 0.47 | 115.53 | 0.54 | 0.34 |
| Hex | 2F | 86 | 28 | 41 | 0 | 46 | 2F | 74 | 36 | 22 |
| Octal | 57 | 206 | 50 | 101 | 0 | 106 | 57 | 164 | 66 | 42 |
| Binary | 101111 | 10000110 | 101000 | 1000001 | 0 | 1000110 | 101111 | 1110100 | 110110 | 100010 |
Color Harmonies of #2F8628
Complementary color
Monochromatic Colors of #2F8628
Black with #2F8628
Text Example
Text Example
White with #2F8628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8628; }
p { color: rgb(47,134,40); }
H1.HeaderClassName
{
color: #2F8628;
}
.AnyTagClassName
{
color: #2F8628;
}
</style>
background-color css
<style>
a { background-color: #2F8628; }
a { background-color: rgb(47,134,40); }
div.DivClassName
{
background-color: #2F8628;
}
.BgClassName
{
background-color: #2F8628;
}
</style>
border-color css
<style>
span { border-color: #2F8628; }
span { border-color: rgb(47,134,40); }
td.TdClassName
{
border-color: #2F8628;
}
.TagClassName
{
border-color: #2F8628;
}
</style>