Shades of Forest Green #2F8D14
Tints of Forest Green #2F8D14
RGB
CMYK
RGB Variations
Color information
#2F8D14 (or 0x2F8D14) is known color: Forest Green. HEX triplet: 2F, 8D and 14. RGB value is (47,141,20). Sum of RGB (Red+Green+Blue) = 47+141+20=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 141 (55.47% from 255 or 67.79% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8D14 is #D072EB. Grayscale: #636363. Windows color (decimal): -13660908 or 1346863. OLE color: 1346863.
HSL color Cylindrical-coordinate representation of color #2F8D14: hue angle of 106.61º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F8D14 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 141 | 20 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.45 |
| HSL | 106.61º | 0.75% | 0.32% | - |
| HSV(B) | 106.61º | 0.86% | 0.55% | - |
| XYZ | 10.82 | 19.7 | 3.89 | - |
| YUV | 99.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 20 | 0.67 | 0 | 0.86 | 0.45 | 106.61 | 0.75 | 0.32 |
| Hex | 2F | 8D | 14 | 43 | 0 | 56 | 2D | 6B | 4B | 20 |
| Octal | 57 | 215 | 24 | 103 | 0 | 126 | 55 | 153 | 113 | 40 |
| Binary | 101111 | 10001101 | 10100 | 1000011 | 0 | 1010110 | 101101 | 1101011 | 1001011 | 100000 |
Color Harmonies of #2F8D14
Complementary color
Monochromatic Colors of #2F8D14
Black with #2F8D14
Text Example
Text Example
White with #2F8D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8D14; }
p { color: rgb(47,141,20); }
H1.HeaderClassName
{
color: #2F8D14;
}
.AnyTagClassName
{
color: #2F8D14;
}
</style>
background-color css
<style>
a { background-color: #2F8D14; }
a { background-color: rgb(47,141,20); }
div.DivClassName
{
background-color: #2F8D14;
}
.BgClassName
{
background-color: #2F8D14;
}
</style>
border-color css
<style>
span { border-color: #2F8D14; }
span { border-color: rgb(47,141,20); }
td.TdClassName
{
border-color: #2F8D14;
}
.TagClassName
{
border-color: #2F8D14;
}
</style>