Shades of Forest Green #2E8027
Tints of Forest Green #2E8027
RGB
CMYK
RGB Variations
Color information
#2E8027 (or 0x2E8027) is known color: Forest Green. HEX triplet: 2E, 80 and 27. RGB value is (46,128,39). Sum of RGB (Red+Green+Blue) = 46+128+39=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #2E8027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8027 is #D17FD8. Grayscale: #5D5D5D. Windows color (decimal): -13729753 or 2588718. OLE color: 2588718.
HSL color Cylindrical-coordinate representation of color #2E8027: hue angle of 115.28º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E8027 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 39 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.50 |
| HSL | 115.28º | 0.53% | 0.33% | - |
| HSV(B) | 115.28º | 0.7% | 0.5% | - |
| XYZ | 9.21 | 16.17 | 4.55 | - |
| YUV | 93.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 39 | 0.64 | 0 | 0.70 | 0.50 | 115.28 | 0.53 | 0.33 |
| Hex | 2E | 80 | 27 | 40 | 0 | 46 | 32 | 73 | 35 | 21 |
| Octal | 56 | 200 | 47 | 100 | 0 | 106 | 62 | 163 | 65 | 41 |
| Binary | 101110 | 10000000 | 100111 | 1000000 | 0 | 1000110 | 110010 | 1110011 | 110101 | 100001 |
Color Harmonies of #2E8027
Complementary color
Monochromatic Colors of #2E8027
Black with #2E8027
Text Example
Text Example
White with #2E8027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8027; }
p { color: rgb(46,128,39); }
H1.HeaderClassName
{
color: #2E8027;
}
.AnyTagClassName
{
color: #2E8027;
}
</style>
background-color css
<style>
a { background-color: #2E8027; }
a { background-color: rgb(46,128,39); }
div.DivClassName
{
background-color: #2E8027;
}
.BgClassName
{
background-color: #2E8027;
}
</style>
border-color css
<style>
span { border-color: #2E8027; }
span { border-color: rgb(46,128,39); }
td.TdClassName
{
border-color: #2E8027;
}
.TagClassName
{
border-color: #2E8027;
}
</style>