Shades of Forest Green #2E973A
Tints of Forest Green #2E973A
RGB
CMYK
RGB Variations
Color information
#2E973A (or 0x2E973A) is known color: Forest Green. HEX triplet: 2E, 97 and 3A. RGB value is (46,151,58). Sum of RGB (Red+Green+Blue) = 46+151+58=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #2E973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E973A is #D168C5. Grayscale: #6D6D6D. Windows color (decimal): -13723846 or 3839790. OLE color: 3839790.
HSL color Cylindrical-coordinate representation of color #2E973A: hue angle of 126.86º 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 #2E973A is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 58 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.41 |
| HSL | 126.86º | 0.53% | 0.39% | - |
| HSV(B) | 126.86º | 0.7% | 0.59% | - |
| XYZ | 12.96 | 23.02 | 7.76 | - |
| YUV | 109 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 58 | 0.70 | 0 | 0.62 | 0.41 | 126.86 | 0.53 | 0.39 |
| Hex | 2E | 97 | 3A | 46 | 0 | 3E | 29 | 7F | 35 | 27 |
| Octal | 56 | 227 | 72 | 106 | 0 | 76 | 51 | 177 | 65 | 47 |
| Binary | 101110 | 10010111 | 111010 | 1000110 | 0 | 111110 | 101001 | 1111111 | 110101 | 100111 |
Color Harmonies of #2E973A
Complementary color
Monochromatic Colors of #2E973A
Black with #2E973A
Text Example
Text Example
White with #2E973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E973A; }
p { color: rgb(46,151,58); }
H1.HeaderClassName
{
color: #2E973A;
}
.AnyTagClassName
{
color: #2E973A;
}
</style>
background-color css
<style>
a { background-color: #2E973A; }
a { background-color: rgb(46,151,58); }
div.DivClassName
{
background-color: #2E973A;
}
.BgClassName
{
background-color: #2E973A;
}
</style>
border-color css
<style>
span { border-color: #2E973A; }
span { border-color: rgb(46,151,58); }
td.TdClassName
{
border-color: #2E973A;
}
.TagClassName
{
border-color: #2E973A;
}
</style>