Shades of Palm Leaf #2E591F
Tints of Palm Leaf #2E591F
RGB
CMYK
RGB Variations
Color information
#2E591F (or 0x2E591F) is known color: Palm Leaf. HEX triplet: 2E, 59 and 1F. RGB value is (46,89,31). Sum of RGB (Red+Green+Blue) = 46+89+31=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #2E591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E591F is #D1A6E0. Grayscale: #454545. Windows color (decimal): -13739745 or 2054446. OLE color: 2054446.
HSL color Cylindrical-coordinate representation of color #2E591F: hue angle of 104.48º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E591F is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 31 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.65 |
| HSL | 104.48º | 0.48% | 0.24% | - |
| HSV(B) | 104.48º | 0.65% | 0.35% | - |
| XYZ | 4.95 | 7.82 | 2.55 | - |
| YUV | 69.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 31 | 0.48 | 0 | 0.65 | 0.65 | 104.48 | 0.48 | 0.24 |
| Hex | 2E | 59 | 1F | 30 | 0 | 41 | 41 | 68 | 30 | 18 |
| Octal | 56 | 131 | 37 | 60 | 0 | 101 | 101 | 150 | 60 | 30 |
| Binary | 101110 | 1011001 | 11111 | 110000 | 0 | 1000001 | 1000001 | 1101000 | 110000 | 11000 |
Color Harmonies of #2E591F
Complementary color
Monochromatic Colors of #2E591F
Black with #2E591F
Text Example
Text Example
White with #2E591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E591F; }
p { color: rgb(46,89,31); }
H1.HeaderClassName
{
color: #2E591F;
}
.AnyTagClassName
{
color: #2E591F;
}
</style>
background-color css
<style>
a { background-color: #2E591F; }
a { background-color: rgb(46,89,31); }
div.DivClassName
{
background-color: #2E591F;
}
.BgClassName
{
background-color: #2E591F;
}
</style>
border-color css
<style>
span { border-color: #2E591F; }
span { border-color: rgb(46,89,31); }
td.TdClassName
{
border-color: #2E591F;
}
.TagClassName
{
border-color: #2E591F;
}
</style>