Shades of Forest Green #2E942F
Tints of Forest Green #2E942F
RGB
CMYK
RGB Variations
Color information
#2E942F (or 0x2E942F) is known color: Forest Green. HEX triplet: 2E, 94 and 2F. RGB value is (46,148,47). Sum of RGB (Red+Green+Blue) = 46+148+47=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #2E942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E942F is #D16BD0. Grayscale: #6A6A6A. Windows color (decimal): -13724625 or 3118126. OLE color: 3118126.
HSL color Cylindrical-coordinate representation of color #2E942F: hue angle of 120.59º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E942F is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 47 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.42 |
| HSL | 120.59º | 0.53% | 0.38% | - |
| HSV(B) | 120.59º | 0.69% | 0.58% | - |
| XYZ | 12.23 | 21.97 | 6.28 | - |
| YUV | 105.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 47 | 0.69 | 0 | 0.68 | 0.42 | 120.59 | 0.53 | 0.38 |
| Hex | 2E | 94 | 2F | 45 | 0 | 44 | 2A | 79 | 35 | 26 |
| Octal | 56 | 224 | 57 | 105 | 0 | 104 | 52 | 171 | 65 | 46 |
| Binary | 101110 | 10010100 | 101111 | 1000101 | 0 | 1000100 | 101010 | 1111001 | 110101 | 100110 |
Color Harmonies of #2E942F
Complementary color
Monochromatic Colors of #2E942F
Black with #2E942F
Text Example
Text Example
White with #2E942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E942F; }
p { color: rgb(46,148,47); }
H1.HeaderClassName
{
color: #2E942F;
}
.AnyTagClassName
{
color: #2E942F;
}
</style>
background-color css
<style>
a { background-color: #2E942F; }
a { background-color: rgb(46,148,47); }
div.DivClassName
{
background-color: #2E942F;
}
.BgClassName
{
background-color: #2E942F;
}
</style>
border-color css
<style>
span { border-color: #2E942F; }
span { border-color: rgb(46,148,47); }
td.TdClassName
{
border-color: #2E942F;
}
.TagClassName
{
border-color: #2E942F;
}
</style>