Shades of Palm Leaf #2E541F
Tints of Palm Leaf #2E541F
RGB
CMYK
RGB Variations
Color information
#2E541F (or 0x2E541F) is known color: Palm Leaf. HEX triplet: 2E, 54 and 1F. RGB value is (46,84,31). Sum of RGB (Red+Green+Blue) = 46+84+31=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #2E541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E541F is #D1ABE0. Grayscale: #424242. Windows color (decimal): -13741025 or 2053166. OLE color: 2053166.
HSL color Cylindrical-coordinate representation of color #2E541F: hue angle of 103.02º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E541F is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 31 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.67 |
| HSL | 103.02º | 0.46% | 0.23% | - |
| HSV(B) | 103.02º | 0.63% | 0.33% | - |
| XYZ | 4.54 | 7.02 | 2.41 | - |
| YUV | 66.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 31 | 0.45 | 0 | 0.63 | 0.67 | 103.02 | 0.46 | 0.23 |
| Hex | 2E | 54 | 1F | 2D | 0 | 3F | 43 | 67 | 2E | 17 |
| Octal | 56 | 124 | 37 | 55 | 0 | 77 | 103 | 147 | 56 | 27 |
| Binary | 101110 | 1010100 | 11111 | 101101 | 0 | 111111 | 1000011 | 1100111 | 101110 | 10111 |
Color Harmonies of #2E541F
Complementary color
Monochromatic Colors of #2E541F
Black with #2E541F
Text Example
Text Example
White with #2E541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E541F; }
p { color: rgb(46,84,31); }
H1.HeaderClassName
{
color: #2E541F;
}
.AnyTagClassName
{
color: #2E541F;
}
</style>
background-color css
<style>
a { background-color: #2E541F; }
a { background-color: rgb(46,84,31); }
div.DivClassName
{
background-color: #2E541F;
}
.BgClassName
{
background-color: #2E541F;
}
</style>
border-color css
<style>
span { border-color: #2E541F; }
span { border-color: rgb(46,84,31); }
td.TdClassName
{
border-color: #2E541F;
}
.TagClassName
{
border-color: #2E541F;
}
</style>