Shades of Forest Green #2F8D12
Tints of Forest Green #2F8D12
RGB
CMYK
RGB Variations
Color information
#2F8D12 (or 0x2F8D12) is known color: Forest Green. HEX triplet: 2F, 8D and 12. RGB value is (47,141,18). Sum of RGB (Red+Green+Blue) = 47+141+18=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8D12 is #D072ED. Grayscale: #636363. Windows color (decimal): -13660910 or 1215791. OLE color: 1215791.
HSL color Cylindrical-coordinate representation of color #2F8D12: hue angle of 105.85º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F8D12 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 141 | 18 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.45 |
| HSL | 105.85º | 0.77% | 0.31% | - |
| HSV(B) | 105.85º | 0.87% | 0.55% | - |
| XYZ | 10.81 | 19.7 | 3.8 | - |
| YUV | 98.87 | 82.36 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 18 | 0.67 | 0 | 0.87 | 0.45 | 105.85 | 0.77 | 0.31 |
| Hex | 2F | 8D | 12 | 43 | 0 | 57 | 2D | 6A | 4D | 1F |
| Octal | 57 | 215 | 22 | 103 | 0 | 127 | 55 | 152 | 115 | 37 |
| Binary | 101111 | 10001101 | 10010 | 1000011 | 0 | 1010111 | 101101 | 1101010 | 1001101 | 11111 |
Color Harmonies of #2F8D12
Complementary color
Monochromatic Colors of #2F8D12
Black with #2F8D12
Text Example
Text Example
White with #2F8D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8D12; }
p { color: rgb(47,141,18); }
H1.HeaderClassName
{
color: #2F8D12;
}
.AnyTagClassName
{
color: #2F8D12;
}
</style>
background-color css
<style>
a { background-color: #2F8D12; }
a { background-color: rgb(47,141,18); }
div.DivClassName
{
background-color: #2F8D12;
}
.BgClassName
{
background-color: #2F8D12;
}
</style>
border-color css
<style>
span { border-color: #2F8D12; }
span { border-color: rgb(47,141,18); }
td.TdClassName
{
border-color: #2F8D12;
}
.TagClassName
{
border-color: #2F8D12;
}
</style>