Shades of Palm Leaf #2E5D15
Tints of Palm Leaf #2E5D15
RGB
CMYK
RGB Variations
Color information
#2E5D15 (or 0x2E5D15) is known color: Palm Leaf. HEX triplet: 2E, 5D and 15. RGB value is (46,93,21). Sum of RGB (Red+Green+Blue) = 46+93+21=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5D15 is #D1A2EA. Grayscale: #464646. Windows color (decimal): -13738731 or 1400110. OLE color: 1400110.
HSL color Cylindrical-coordinate representation of color #2E5D15: hue angle of 99.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E5D15 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 93 | 21 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.64 |
| HSL | 99.17º | 0.63% | 0.22% | - |
| HSV(B) | 99.17º | 0.77% | 0.36% | - |
| XYZ | 5.18 | 8.46 | 2.07 | - |
| YUV | 70.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 21 | 0.51 | 0 | 0.77 | 0.64 | 99.17 | 0.63 | 0.22 |
| Hex | 2E | 5D | 15 | 33 | 0 | 4D | 40 | 63 | 3F | 16 |
| Octal | 56 | 135 | 25 | 63 | 0 | 115 | 100 | 143 | 77 | 26 |
| Binary | 101110 | 1011101 | 10101 | 110011 | 0 | 1001101 | 1000000 | 1100011 | 111111 | 10110 |
Color Harmonies of #2E5D15
Complementary color
Monochromatic Colors of #2E5D15
Black with #2E5D15
Text Example
Text Example
White with #2E5D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D15; }
p { color: rgb(46,93,21); }
H1.HeaderClassName
{
color: #2E5D15;
}
.AnyTagClassName
{
color: #2E5D15;
}
</style>
background-color css
<style>
a { background-color: #2E5D15; }
a { background-color: rgb(46,93,21); }
div.DivClassName
{
background-color: #2E5D15;
}
.BgClassName
{
background-color: #2E5D15;
}
</style>
border-color css
<style>
span { border-color: #2E5D15; }
span { border-color: rgb(46,93,21); }
td.TdClassName
{
border-color: #2E5D15;
}
.TagClassName
{
border-color: #2E5D15;
}
</style>