Shades of Palm Leaf #2E5828
Tints of Palm Leaf #2E5828
RGB
CMYK
RGB Variations
Color information
#2E5828 (or 0x2E5828) is known color: Palm Leaf. HEX triplet: 2E, 58 and 28. RGB value is (46,88,40). Sum of RGB (Red+Green+Blue) = 46+88+40=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #2E5828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5828 is #D1A7D7. Grayscale: #464646. Windows color (decimal): -13739992 or 2644014. OLE color: 2644014.
HSL color Cylindrical-coordinate representation of color #2E5828: hue angle of 112.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E5828 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 88 | 40 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.65 |
| HSL | 112.5º | 0.38% | 0.25% | - |
| HSV(B) | 112.5º | 0.55% | 0.35% | - |
| XYZ | 5 | 7.71 | 3.23 | - |
| YUV | 69.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 40 | 0.48 | 0 | 0.55 | 0.65 | 112.5 | 0.38 | 0.25 |
| Hex | 2E | 58 | 28 | 30 | 0 | 37 | 41 | 70 | 26 | 19 |
| Octal | 56 | 130 | 50 | 60 | 0 | 67 | 101 | 160 | 46 | 31 |
| Binary | 101110 | 1011000 | 101000 | 110000 | 0 | 110111 | 1000001 | 1110000 | 100110 | 11001 |
Color Harmonies of #2E5828
Complementary color
Monochromatic Colors of #2E5828
Black with #2E5828
Text Example
Text Example
White with #2E5828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5828; }
p { color: rgb(46,88,40); }
H1.HeaderClassName
{
color: #2E5828;
}
.AnyTagClassName
{
color: #2E5828;
}
</style>
background-color css
<style>
a { background-color: #2E5828; }
a { background-color: rgb(46,88,40); }
div.DivClassName
{
background-color: #2E5828;
}
.BgClassName
{
background-color: #2E5828;
}
</style>
border-color css
<style>
span { border-color: #2E5828; }
span { border-color: rgb(46,88,40); }
td.TdClassName
{
border-color: #2E5828;
}
.TagClassName
{
border-color: #2E5828;
}
</style>