Shades of Forest Green #2E8527
Tints of Forest Green #2E8527
RGB
CMYK
RGB Variations
Color information
#2E8527 (or 0x2E8527) is known color: Forest Green. HEX triplet: 2E, 85 and 27. RGB value is (46,133,39). Sum of RGB (Red+Green+Blue) = 46+133+39=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8527 is #D17AD8. Grayscale: #606060. Windows color (decimal): -13728473 or 2589998. OLE color: 2589998.
HSL color Cylindrical-coordinate representation of color #2E8527: hue angle of 115.53º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E8527 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 39 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.48 |
| HSL | 115.53º | 0.55% | 0.34% | - |
| HSV(B) | 115.53º | 0.71% | 0.52% | - |
| XYZ | 9.88 | 17.5 | 4.78 | - |
| YUV | 96.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 39 | 0.65 | 0 | 0.71 | 0.48 | 115.53 | 0.55 | 0.34 |
| Hex | 2E | 85 | 27 | 41 | 0 | 47 | 30 | 74 | 37 | 22 |
| Octal | 56 | 205 | 47 | 101 | 0 | 107 | 60 | 164 | 67 | 42 |
| Binary | 101110 | 10000101 | 100111 | 1000001 | 0 | 1000111 | 110000 | 1110100 | 110111 | 100010 |
Color Harmonies of #2E8527
Complementary color
Monochromatic Colors of #2E8527
Black with #2E8527
Text Example
Text Example
White with #2E8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8527; }
p { color: rgb(46,133,39); }
H1.HeaderClassName
{
color: #2E8527;
}
.AnyTagClassName
{
color: #2E8527;
}
</style>
background-color css
<style>
a { background-color: #2E8527; }
a { background-color: rgb(46,133,39); }
div.DivClassName
{
background-color: #2E8527;
}
.BgClassName
{
background-color: #2E8527;
}
</style>
border-color css
<style>
span { border-color: #2E8527; }
span { border-color: rgb(46,133,39); }
td.TdClassName
{
border-color: #2E8527;
}
.TagClassName
{
border-color: #2E8527;
}
</style>