Shades of Forest Green #2EA32D
Tints of Forest Green #2EA32D
RGB
CMYK
RGB Variations
Color information
#2EA32D (or 0x2EA32D) is known color: Forest Green. HEX triplet: 2E, A3 and 2D. RGB value is (46,163,45). Sum of RGB (Red+Green+Blue) = 46+163+45=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA32D is #D15CD2. Grayscale: #727272. Windows color (decimal): -13720787 or 2990894. OLE color: 2990894.
HSL color Cylindrical-coordinate representation of color #2EA32D: hue angle of 119.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA32D is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 163 | 45 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.36 |
| HSL | 119.49º | 0.57% | 0.41% | - |
| HSV(B) | 119.49º | 0.72% | 0.64% | - |
| XYZ | 14.7 | 26.96 | 6.91 | - |
| YUV | 114.57 | 88.74 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 163 | 45 | 0.72 | 0 | 0.72 | 0.36 | 119.49 | 0.57 | 0.41 |
| Hex | 2E | A3 | 2D | 48 | 0 | 48 | 24 | 77 | 39 | 29 |
| Octal | 56 | 243 | 55 | 110 | 0 | 110 | 44 | 167 | 71 | 51 |
| Binary | 101110 | 10100011 | 101101 | 1001000 | 0 | 1001000 | 100100 | 1110111 | 111001 | 101001 |
Color Harmonies of #2EA32D
Complementary color
Monochromatic Colors of #2EA32D
Black with #2EA32D
Text Example
Text Example
White with #2EA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA32D; }
p { color: rgb(46,163,45); }
H1.HeaderClassName
{
color: #2EA32D;
}
.AnyTagClassName
{
color: #2EA32D;
}
</style>
background-color css
<style>
a { background-color: #2EA32D; }
a { background-color: rgb(46,163,45); }
div.DivClassName
{
background-color: #2EA32D;
}
.BgClassName
{
background-color: #2EA32D;
}
</style>
border-color css
<style>
span { border-color: #2EA32D; }
span { border-color: rgb(46,163,45); }
td.TdClassName
{
border-color: #2EA32D;
}
.TagClassName
{
border-color: #2EA32D;
}
</style>