Shades of Forest Green #2E952F
Tints of Forest Green #2E952F
RGB
CMYK
RGB Variations
Color information
#2E952F (or 0x2E952F) is known color: Forest Green. HEX triplet: 2E, 95 and 2F. RGB value is (46,149,47). Sum of RGB (Red+Green+Blue) = 46+149+47=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #2E952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E952F is #D16AD0. Grayscale: #6A6A6A. Windows color (decimal): -13724369 or 3118382. OLE color: 3118382.
HSL color Cylindrical-coordinate representation of color #2E952F: hue angle of 120.58º 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 #2E952F is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 47 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.42 |
| HSL | 120.58º | 0.53% | 0.38% | - |
| HSV(B) | 120.58º | 0.69% | 0.58% | - |
| XYZ | 12.39 | 22.28 | 6.34 | - |
| YUV | 106.58 | 94.38 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 47 | 0.69 | 0 | 0.68 | 0.42 | 120.58 | 0.53 | 0.38 |
| Hex | 2E | 95 | 2F | 45 | 0 | 44 | 2A | 79 | 35 | 26 |
| Octal | 56 | 225 | 57 | 105 | 0 | 104 | 52 | 171 | 65 | 46 |
| Binary | 101110 | 10010101 | 101111 | 1000101 | 0 | 1000100 | 101010 | 1111001 | 110101 | 100110 |
Color Harmonies of #2E952F
Complementary color
Monochromatic Colors of #2E952F
Black with #2E952F
Text Example
Text Example
White with #2E952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E952F; }
p { color: rgb(46,149,47); }
H1.HeaderClassName
{
color: #2E952F;
}
.AnyTagClassName
{
color: #2E952F;
}
</style>
background-color css
<style>
a { background-color: #2E952F; }
a { background-color: rgb(46,149,47); }
div.DivClassName
{
background-color: #2E952F;
}
.BgClassName
{
background-color: #2E952F;
}
</style>
border-color css
<style>
span { border-color: #2E952F; }
span { border-color: rgb(46,149,47); }
td.TdClassName
{
border-color: #2E952F;
}
.TagClassName
{
border-color: #2E952F;
}
</style>