Shades of Palm Leaf #2E4E29
Tints of Palm Leaf #2E4E29
RGB
CMYK
RGB Variations
Color information
#2E4E29 (or 0x2E4E29) is known color: Palm Leaf. HEX triplet: 2E, 4E and 29. RGB value is (46,78,41). Sum of RGB (Red+Green+Blue) = 46+78+41=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E29 is #D1B1D6. Grayscale: #404040. Windows color (decimal): -13742551 or 2706990. OLE color: 2706990.
HSL color Cylindrical-coordinate representation of color #2E4E29: hue angle of 111.89º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E4E29 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 78 | 41 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.69 |
| HSL | 111.89º | 0.31% | 0.23% | - |
| HSV(B) | 111.89º | 0.47% | 0.31% | - |
| XYZ | 4.25 | 6.19 | 3.07 | - |
| YUV | 64.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 41 | 0.41 | 0 | 0.47 | 0.69 | 111.89 | 0.31 | 0.23 |
| Hex | 2E | 4E | 29 | 29 | 0 | 2F | 45 | 70 | 1F | 17 |
| Octal | 56 | 116 | 51 | 51 | 0 | 57 | 105 | 160 | 37 | 27 |
| Binary | 101110 | 1001110 | 101001 | 101001 | 0 | 101111 | 1000101 | 1110000 | 11111 | 10111 |
Color Harmonies of #2E4E29
Complementary color
Monochromatic Colors of #2E4E29
Black with #2E4E29
Text Example
Text Example
White with #2E4E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E29; }
p { color: rgb(46,78,41); }
H1.HeaderClassName
{
color: #2E4E29;
}
.AnyTagClassName
{
color: #2E4E29;
}
</style>
background-color css
<style>
a { background-color: #2E4E29; }
a { background-color: rgb(46,78,41); }
div.DivClassName
{
background-color: #2E4E29;
}
.BgClassName
{
background-color: #2E4E29;
}
</style>
border-color css
<style>
span { border-color: #2E4E29; }
span { border-color: rgb(46,78,41); }
td.TdClassName
{
border-color: #2E4E29;
}
.TagClassName
{
border-color: #2E4E29;
}
</style>