Shades of Palm Leaf #2E541D
Tints of Palm Leaf #2E541D
RGB
CMYK
RGB Variations
Color information
#2E541D (or 0x2E541D) is known color: Palm Leaf. HEX triplet: 2E, 54 and 1D. RGB value is (46,84,29). Sum of RGB (Red+Green+Blue) = 46+84+29=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #2E541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E541D is #D1ABE2. Grayscale: #424242. Windows color (decimal): -13741027 or 1922094. OLE color: 1922094.
HSL color Cylindrical-coordinate representation of color #2E541D: hue angle of 101.45º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E541D is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 29 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.67 |
| HSL | 101.45º | 0.49% | 0.22% | - |
| HSV(B) | 101.45º | 0.65% | 0.33% | - |
| XYZ | 4.52 | 7.01 | 2.28 | - |
| YUV | 66.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 29 | 0.45 | 0 | 0.65 | 0.67 | 101.45 | 0.49 | 0.22 |
| Hex | 2E | 54 | 1D | 2D | 0 | 41 | 43 | 65 | 31 | 16 |
| Octal | 56 | 124 | 35 | 55 | 0 | 101 | 103 | 145 | 61 | 26 |
| Binary | 101110 | 1010100 | 11101 | 101101 | 0 | 1000001 | 1000011 | 1100101 | 110001 | 10110 |
Color Harmonies of #2E541D
Complementary color
Monochromatic Colors of #2E541D
Black with #2E541D
Text Example
Text Example
White with #2E541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E541D; }
p { color: rgb(46,84,29); }
H1.HeaderClassName
{
color: #2E541D;
}
.AnyTagClassName
{
color: #2E541D;
}
</style>
background-color css
<style>
a { background-color: #2E541D; }
a { background-color: rgb(46,84,29); }
div.DivClassName
{
background-color: #2E541D;
}
.BgClassName
{
background-color: #2E541D;
}
</style>
border-color css
<style>
span { border-color: #2E541D; }
span { border-color: rgb(46,84,29); }
td.TdClassName
{
border-color: #2E541D;
}
.TagClassName
{
border-color: #2E541D;
}
</style>