Shades of Palm Leaf #2E5615
Tints of Palm Leaf #2E5615
RGB
CMYK
RGB Variations
Color information
#2E5615 (or 0x2E5615) is known color: Palm Leaf. HEX triplet: 2E, 56 and 15. RGB value is (46,86,21). Sum of RGB (Red+Green+Blue) = 46+86+21=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5615 is #D1A9EA. Grayscale: #424242. Windows color (decimal): -13740523 or 1398318. OLE color: 1398318.
HSL color Cylindrical-coordinate representation of color #2E5615: hue angle of 96.92º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5615 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 21 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.66 |
| HSL | 96.92º | 0.61% | 0.21% | - |
| HSV(B) | 96.92º | 0.76% | 0.34% | - |
| XYZ | 4.59 | 7.29 | 1.87 | - |
| YUV | 66.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 21 | 0.47 | 0 | 0.76 | 0.66 | 96.92 | 0.61 | 0.21 |
| Hex | 2E | 56 | 15 | 2F | 0 | 4C | 42 | 61 | 3D | 15 |
| Octal | 56 | 126 | 25 | 57 | 0 | 114 | 102 | 141 | 75 | 25 |
| Binary | 101110 | 1010110 | 10101 | 101111 | 0 | 1001100 | 1000010 | 1100001 | 111101 | 10101 |
Color Harmonies of #2E5615
Complementary color
Monochromatic Colors of #2E5615
Black with #2E5615
Text Example
Text Example
White with #2E5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5615; }
p { color: rgb(46,86,21); }
H1.HeaderClassName
{
color: #2E5615;
}
.AnyTagClassName
{
color: #2E5615;
}
</style>
background-color css
<style>
a { background-color: #2E5615; }
a { background-color: rgb(46,86,21); }
div.DivClassName
{
background-color: #2E5615;
}
.BgClassName
{
background-color: #2E5615;
}
</style>
border-color css
<style>
span { border-color: #2E5615; }
span { border-color: rgb(46,86,21); }
td.TdClassName
{
border-color: #2E5615;
}
.TagClassName
{
border-color: #2E5615;
}
</style>