Shades of Palm Leaf #2E5613
Tints of Palm Leaf #2E5613
RGB
CMYK
RGB Variations
Color information
#2E5613 (or 0x2E5613) is known color: Palm Leaf. HEX triplet: 2E, 56 and 13. RGB value is (46,86,19). Sum of RGB (Red+Green+Blue) = 46+86+19=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5613 is #D1A9EC. Grayscale: #424242. Windows color (decimal): -13740525 or 1267246. OLE color: 1267246.
HSL color Cylindrical-coordinate representation of color #2E5613: hue angle of 95.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5613 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 19 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.66 |
| HSL | 95.82º | 0.64% | 0.21% | - |
| HSV(B) | 95.82º | 0.78% | 0.34% | - |
| XYZ | 4.57 | 7.28 | 1.78 | - |
| YUV | 66.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 19 | 0.47 | 0 | 0.78 | 0.66 | 95.82 | 0.64 | 0.21 |
| Hex | 2E | 56 | 13 | 2F | 0 | 4E | 42 | 60 | 40 | 15 |
| Octal | 56 | 126 | 23 | 57 | 0 | 116 | 102 | 140 | 100 | 25 |
| Binary | 101110 | 1010110 | 10011 | 101111 | 0 | 1001110 | 1000010 | 1100000 | 1000000 | 10101 |
Color Harmonies of #2E5613
Complementary color
Monochromatic Colors of #2E5613
Black with #2E5613
Text Example
Text Example
White with #2E5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5613; }
p { color: rgb(46,86,19); }
H1.HeaderClassName
{
color: #2E5613;
}
.AnyTagClassName
{
color: #2E5613;
}
</style>
background-color css
<style>
a { background-color: #2E5613; }
a { background-color: rgb(46,86,19); }
div.DivClassName
{
background-color: #2E5613;
}
.BgClassName
{
background-color: #2E5613;
}
</style>
border-color css
<style>
span { border-color: #2E5613; }
span { border-color: rgb(46,86,19); }
td.TdClassName
{
border-color: #2E5613;
}
.TagClassName
{
border-color: #2E5613;
}
</style>