Shades of Forest Green #2E953D
Tints of Forest Green #2E953D
RGB
CMYK
RGB Variations
Color information
#2E953D (or 0x2E953D) is known color: Forest Green. HEX triplet: 2E, 95 and 3D. RGB value is (46,149,61). Sum of RGB (Red+Green+Blue) = 46+149+61=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #2E953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E953D is #D16AC2. Grayscale: #6C6C6C. Windows color (decimal): -13724355 or 4035886. OLE color: 4035886.
HSL color Cylindrical-coordinate representation of color #2E953D: hue angle of 128.74º 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 #2E953D is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 61 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.42 |
| HSL | 128.74º | 0.53% | 0.38% | - |
| HSV(B) | 128.74º | 0.69% | 0.58% | - |
| XYZ | 12.72 | 22.41 | 8.07 | - |
| YUV | 108.17 | 101.38 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 61 | 0.69 | 0 | 0.59 | 0.42 | 128.74 | 0.53 | 0.38 |
| Hex | 2E | 95 | 3D | 45 | 0 | 3B | 2A | 81 | 35 | 26 |
| Octal | 56 | 225 | 75 | 105 | 0 | 73 | 52 | 201 | 65 | 46 |
| Binary | 101110 | 10010101 | 111101 | 1000101 | 0 | 111011 | 101010 | 10000001 | 110101 | 100110 |
Color Harmonies of #2E953D
Complementary color
Monochromatic Colors of #2E953D
Black with #2E953D
Text Example
Text Example
White with #2E953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E953D; }
p { color: rgb(46,149,61); }
H1.HeaderClassName
{
color: #2E953D;
}
.AnyTagClassName
{
color: #2E953D;
}
</style>
background-color css
<style>
a { background-color: #2E953D; }
a { background-color: rgb(46,149,61); }
div.DivClassName
{
background-color: #2E953D;
}
.BgClassName
{
background-color: #2E953D;
}
</style>
border-color css
<style>
span { border-color: #2E953D; }
span { border-color: rgb(46,149,61); }
td.TdClassName
{
border-color: #2E953D;
}
.TagClassName
{
border-color: #2E953D;
}
</style>