Shades of Palm Leaf #2E5515
Tints of Palm Leaf #2E5515
RGB
CMYK
RGB Variations
Color information
#2E5515 (or 0x2E5515) is known color: Palm Leaf. HEX triplet: 2E, 55 and 15. RGB value is (46,85,21). Sum of RGB (Red+Green+Blue) = 46+85+21=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5515 is #D1AAEA. Grayscale: #424242. Windows color (decimal): -13740779 or 1398062. OLE color: 1398062.
HSL color Cylindrical-coordinate representation of color #2E5515: hue angle of 96.56º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E5515 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 21 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.67 |
| HSL | 96.56º | 0.6% | 0.21% | - |
| HSV(B) | 96.56º | 0.75% | 0.33% | - |
| XYZ | 4.51 | 7.13 | 1.85 | - |
| YUV | 66.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 21 | 0.46 | 0 | 0.75 | 0.67 | 96.56 | 0.6 | 0.21 |
| Hex | 2E | 55 | 15 | 2E | 0 | 4B | 43 | 61 | 3C | 15 |
| Octal | 56 | 125 | 25 | 56 | 0 | 113 | 103 | 141 | 74 | 25 |
| Binary | 101110 | 1010101 | 10101 | 101110 | 0 | 1001011 | 1000011 | 1100001 | 111100 | 10101 |
Color Harmonies of #2E5515
Complementary color
Monochromatic Colors of #2E5515
Black with #2E5515
Text Example
Text Example
White with #2E5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5515; }
p { color: rgb(46,85,21); }
H1.HeaderClassName
{
color: #2E5515;
}
.AnyTagClassName
{
color: #2E5515;
}
</style>
background-color css
<style>
a { background-color: #2E5515; }
a { background-color: rgb(46,85,21); }
div.DivClassName
{
background-color: #2E5515;
}
.BgClassName
{
background-color: #2E5515;
}
</style>
border-color css
<style>
span { border-color: #2E5515; }
span { border-color: rgb(46,85,21); }
td.TdClassName
{
border-color: #2E5515;
}
.TagClassName
{
border-color: #2E5515;
}
</style>