Shades of Palm Leaf #2E5429
Tints of Palm Leaf #2E5429
RGB
CMYK
RGB Variations
Color information
#2E5429 (or 0x2E5429) is known color: Palm Leaf. HEX triplet: 2E, 54 and 29. RGB value is (46,84,41). Sum of RGB (Red+Green+Blue) = 46+84+41=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5429 is #D1ABD6. Grayscale: #434343. Windows color (decimal): -13741015 or 2708526. OLE color: 2708526.
HSL color Cylindrical-coordinate representation of color #2E5429: hue angle of 113.02º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5429 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 41 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.67 |
| HSL | 113.02º | 0.34% | 0.25% | - |
| HSV(B) | 113.02º | 0.51% | 0.33% | - |
| XYZ | 4.7 | 7.08 | 3.22 | - |
| YUV | 67.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 41 | 0.45 | 0 | 0.51 | 0.67 | 113.02 | 0.34 | 0.25 |
| Hex | 2E | 54 | 29 | 2D | 0 | 33 | 43 | 71 | 22 | 19 |
| Octal | 56 | 124 | 51 | 55 | 0 | 63 | 103 | 161 | 42 | 31 |
| Binary | 101110 | 1010100 | 101001 | 101101 | 0 | 110011 | 1000011 | 1110001 | 100010 | 11001 |
Color Harmonies of #2E5429
Complementary color
Monochromatic Colors of #2E5429
Black with #2E5429
Text Example
Text Example
White with #2E5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5429; }
p { color: rgb(46,84,41); }
H1.HeaderClassName
{
color: #2E5429;
}
.AnyTagClassName
{
color: #2E5429;
}
</style>
background-color css
<style>
a { background-color: #2E5429; }
a { background-color: rgb(46,84,41); }
div.DivClassName
{
background-color: #2E5429;
}
.BgClassName
{
background-color: #2E5429;
}
</style>
border-color css
<style>
span { border-color: #2E5429; }
span { border-color: rgb(46,84,41); }
td.TdClassName
{
border-color: #2E5429;
}
.TagClassName
{
border-color: #2E5429;
}
</style>