Shades of Forest Green #2F8E2F
Tints of Forest Green #2F8E2F
RGB
CMYK
RGB Variations
Color information
#2F8E2F (or 0x2F8E2F) is known color: Forest Green. HEX triplet: 2F, 8E and 2F. RGB value is (47,142,47). Sum of RGB (Red+Green+Blue) = 47+142+47=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 142 (55.86% from 255 or 60.17% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8E2F is #D071D0. Grayscale: #676767. Windows color (decimal): -13660625 or 3116591. OLE color: 3116591.
HSL color Cylindrical-coordinate representation of color #2F8E2F: hue angle of 120º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8E2F is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 142 | 47 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.44 |
| HSL | 120º | 0.5% | 0.37% | - |
| HSV(B) | 120º | 0.67% | 0.56% | - |
| XYZ | 11.36 | 20.16 | 5.98 | - |
| YUV | 102.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 142 | 47 | 0.67 | 0 | 0.67 | 0.44 | 120 | 0.5 | 0.37 |
| Hex | 2F | 8E | 2F | 43 | 0 | 43 | 2C | 78 | 32 | 25 |
| Octal | 57 | 216 | 57 | 103 | 0 | 103 | 54 | 170 | 62 | 45 |
| Binary | 101111 | 10001110 | 101111 | 1000011 | 0 | 1000011 | 101100 | 1111000 | 110010 | 100101 |
Color Harmonies of #2F8E2F
Complementary color
Monochromatic Colors of #2F8E2F
Black with #2F8E2F
Text Example
Text Example
White with #2F8E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8E2F; }
p { color: rgb(47,142,47); }
H1.HeaderClassName
{
color: #2F8E2F;
}
.AnyTagClassName
{
color: #2F8E2F;
}
</style>
background-color css
<style>
a { background-color: #2F8E2F; }
a { background-color: rgb(47,142,47); }
div.DivClassName
{
background-color: #2F8E2F;
}
.BgClassName
{
background-color: #2F8E2F;
}
</style>
border-color css
<style>
span { border-color: #2F8E2F; }
span { border-color: rgb(47,142,47); }
td.TdClassName
{
border-color: #2F8E2F;
}
.TagClassName
{
border-color: #2F8E2F;
}
</style>