Shades of Forest Green #2E8528
Tints of Forest Green #2E8528
RGB
CMYK
RGB Variations
Color information
#2E8528 (or 0x2E8528) is known color: Forest Green. HEX triplet: 2E, 85 and 28. RGB value is (46,133,40). Sum of RGB (Red+Green+Blue) = 46+133+40=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8528 is #D17AD7. Grayscale: #606060. Windows color (decimal): -13728472 or 2655534. OLE color: 2655534.
HSL color Cylindrical-coordinate representation of color #2E8528: hue angle of 116.13º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E8528 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 40 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.48 |
| HSL | 116.13º | 0.54% | 0.34% | - |
| HSV(B) | 116.13º | 0.7% | 0.52% | - |
| XYZ | 9.9 | 17.51 | 4.87 | - |
| YUV | 96.39 | 96.18 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 40 | 0.65 | 0 | 0.70 | 0.48 | 116.13 | 0.54 | 0.34 |
| Hex | 2E | 85 | 28 | 41 | 0 | 46 | 30 | 74 | 36 | 22 |
| Octal | 56 | 205 | 50 | 101 | 0 | 106 | 60 | 164 | 66 | 42 |
| Binary | 101110 | 10000101 | 101000 | 1000001 | 0 | 1000110 | 110000 | 1110100 | 110110 | 100010 |
Color Harmonies of #2E8528
Complementary color
Monochromatic Colors of #2E8528
Black with #2E8528
Text Example
Text Example
White with #2E8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8528; }
p { color: rgb(46,133,40); }
H1.HeaderClassName
{
color: #2E8528;
}
.AnyTagClassName
{
color: #2E8528;
}
</style>
background-color css
<style>
a { background-color: #2E8528; }
a { background-color: rgb(46,133,40); }
div.DivClassName
{
background-color: #2E8528;
}
.BgClassName
{
background-color: #2E8528;
}
</style>
border-color css
<style>
span { border-color: #2E8528; }
span { border-color: rgb(46,133,40); }
td.TdClassName
{
border-color: #2E8528;
}
.TagClassName
{
border-color: #2E8528;
}
</style>