Shades of Forest Green #2E973B
Tints of Forest Green #2E973B
RGB
CMYK
RGB Variations
Color information
#2E973B (or 0x2E973B) is known color: Forest Green. HEX triplet: 2E, 97 and 3B. RGB value is (46,151,59). Sum of RGB (Red+Green+Blue) = 46+151+59=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #2E973B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E973B is #D168C4. Grayscale: #6D6D6D. Windows color (decimal): -13723845 or 3905326. OLE color: 3905326.
HSL color Cylindrical-coordinate representation of color #2E973B: hue angle of 127.43º 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 #2E973B is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 59 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.41 |
| HSL | 127.43º | 0.53% | 0.39% | - |
| HSV(B) | 127.43º | 0.7% | 0.59% | - |
| XYZ | 12.98 | 23.03 | 7.9 | - |
| YUV | 109.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 59 | 0.70 | 0 | 0.61 | 0.41 | 127.43 | 0.53 | 0.39 |
| Hex | 2E | 97 | 3B | 46 | 0 | 3D | 29 | 7F | 35 | 27 |
| Octal | 56 | 227 | 73 | 106 | 0 | 75 | 51 | 177 | 65 | 47 |
| Binary | 101110 | 10010111 | 111011 | 1000110 | 0 | 111101 | 101001 | 1111111 | 110101 | 100111 |
Color Harmonies of #2E973B
Complementary color
Monochromatic Colors of #2E973B
Black with #2E973B
Text Example
Text Example
White with #2E973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E973B; }
p { color: rgb(46,151,59); }
H1.HeaderClassName
{
color: #2E973B;
}
.AnyTagClassName
{
color: #2E973B;
}
</style>
background-color css
<style>
a { background-color: #2E973B; }
a { background-color: rgb(46,151,59); }
div.DivClassName
{
background-color: #2E973B;
}
.BgClassName
{
background-color: #2E973B;
}
</style>
border-color css
<style>
span { border-color: #2E973B; }
span { border-color: rgb(46,151,59); }
td.TdClassName
{
border-color: #2E973B;
}
.TagClassName
{
border-color: #2E973B;
}
</style>