Shades of Forest Green #2E973D
Tints of Forest Green #2E973D
RGB
CMYK
RGB Variations
Color information
#2E973D (or 0x2E973D) is known color: Forest Green. HEX triplet: 2E, 97 and 3D. RGB value is (46,151,61). Sum of RGB (Red+Green+Blue) = 46+151+61=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #2E973D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E973D is #D168C2. Grayscale: #6D6D6D. Windows color (decimal): -13723843 or 4036398. OLE color: 4036398.
HSL color Cylindrical-coordinate representation of color #2E973D: hue angle of 128.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E973D is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 61 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.41 |
| HSL | 128.57º | 0.53% | 0.39% | - |
| HSV(B) | 128.57º | 0.7% | 0.59% | - |
| XYZ | 13.04 | 23.05 | 8.18 | - |
| YUV | 109.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 61 | 0.70 | 0 | 0.60 | 0.41 | 128.57 | 0.53 | 0.39 |
| Hex | 2E | 97 | 3D | 46 | 0 | 3C | 29 | 81 | 35 | 27 |
| Octal | 56 | 227 | 75 | 106 | 0 | 74 | 51 | 201 | 65 | 47 |
| Binary | 101110 | 10010111 | 111101 | 1000110 | 0 | 111100 | 101001 | 10000001 | 110101 | 100111 |
Color Harmonies of #2E973D
Complementary color
Monochromatic Colors of #2E973D
Black with #2E973D
Text Example
Text Example
White with #2E973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E973D; }
p { color: rgb(46,151,61); }
H1.HeaderClassName
{
color: #2E973D;
}
.AnyTagClassName
{
color: #2E973D;
}
</style>
background-color css
<style>
a { background-color: #2E973D; }
a { background-color: rgb(46,151,61); }
div.DivClassName
{
background-color: #2E973D;
}
.BgClassName
{
background-color: #2E973D;
}
</style>
border-color css
<style>
span { border-color: #2E973D; }
span { border-color: rgb(46,151,61); }
td.TdClassName
{
border-color: #2E973D;
}
.TagClassName
{
border-color: #2E973D;
}
</style>