Shades of Palm Leaf #2E5420
Tints of Palm Leaf #2E5420
RGB
CMYK
RGB Variations
Color information
#2E5420 (or 0x2E5420) is known color: Palm Leaf. HEX triplet: 2E, 54 and 20. RGB value is (46,84,32). Sum of RGB (Red+Green+Blue) = 46+84+32=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5420 is #D1ABDF. Grayscale: #424242. Windows color (decimal): -13741024 or 2118702. OLE color: 2118702.
HSL color Cylindrical-coordinate representation of color #2E5420: hue angle of 103.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E5420 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 32 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.67 |
| HSL | 103.85º | 0.45% | 0.23% | - |
| HSV(B) | 103.85º | 0.62% | 0.33% | - |
| XYZ | 4.56 | 7.03 | 2.48 | - |
| YUV | 66.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 32 | 0.45 | 0 | 0.62 | 0.67 | 103.85 | 0.45 | 0.23 |
| Hex | 2E | 54 | 20 | 2D | 0 | 3E | 43 | 68 | 2D | 17 |
| Octal | 56 | 124 | 40 | 55 | 0 | 76 | 103 | 150 | 55 | 27 |
| Binary | 101110 | 1010100 | 100000 | 101101 | 0 | 111110 | 1000011 | 1101000 | 101101 | 10111 |
Color Harmonies of #2E5420
Complementary color
Monochromatic Colors of #2E5420
Black with #2E5420
Text Example
Text Example
White with #2E5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5420; }
p { color: rgb(46,84,32); }
H1.HeaderClassName
{
color: #2E5420;
}
.AnyTagClassName
{
color: #2E5420;
}
</style>
background-color css
<style>
a { background-color: #2E5420; }
a { background-color: rgb(46,84,32); }
div.DivClassName
{
background-color: #2E5420;
}
.BgClassName
{
background-color: #2E5420;
}
</style>
border-color css
<style>
span { border-color: #2E5420; }
span { border-color: rgb(46,84,32); }
td.TdClassName
{
border-color: #2E5420;
}
.TagClassName
{
border-color: #2E5420;
}
</style>