Shades of Palm Leaf #2E5A13
Tints of Palm Leaf #2E5A13
RGB
CMYK
RGB Variations
Color information
#2E5A13 (or 0x2E5A13) is known color: Palm Leaf. HEX triplet: 2E, 5A and 13. RGB value is (46,90,19). Sum of RGB (Red+Green+Blue) = 46+90+19=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5A13 is #D1A5EC. Grayscale: #444444. Windows color (decimal): -13739501 or 1268270. OLE color: 1268270.
HSL color Cylindrical-coordinate representation of color #2E5A13: hue angle of 97.18º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E5A13 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 19 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.65 |
| HSL | 97.18º | 0.65% | 0.21% | - |
| HSV(B) | 97.18º | 0.79% | 0.35% | - |
| XYZ | 4.9 | 7.94 | 1.89 | - |
| YUV | 68.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 19 | 0.49 | 0 | 0.79 | 0.65 | 97.18 | 0.65 | 0.21 |
| Hex | 2E | 5A | 13 | 31 | 0 | 4F | 41 | 61 | 41 | 15 |
| Octal | 56 | 132 | 23 | 61 | 0 | 117 | 101 | 141 | 101 | 25 |
| Binary | 101110 | 1011010 | 10011 | 110001 | 0 | 1001111 | 1000001 | 1100001 | 1000001 | 10101 |
Color Harmonies of #2E5A13
Complementary color
Monochromatic Colors of #2E5A13
Black with #2E5A13
Text Example
Text Example
White with #2E5A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A13; }
p { color: rgb(46,90,19); }
H1.HeaderClassName
{
color: #2E5A13;
}
.AnyTagClassName
{
color: #2E5A13;
}
</style>
background-color css
<style>
a { background-color: #2E5A13; }
a { background-color: rgb(46,90,19); }
div.DivClassName
{
background-color: #2E5A13;
}
.BgClassName
{
background-color: #2E5A13;
}
</style>
border-color css
<style>
span { border-color: #2E5A13; }
span { border-color: rgb(46,90,19); }
td.TdClassName
{
border-color: #2E5A13;
}
.TagClassName
{
border-color: #2E5A13;
}
</style>