Shades of Palm Leaf #2E4B1D
Tints of Palm Leaf #2E4B1D
RGB
CMYK
RGB Variations
Color information
#2E4B1D (or 0x2E4B1D) is known color: Palm Leaf. HEX triplet: 2E, 4B and 1D. RGB value is (46,75,29). Sum of RGB (Red+Green+Blue) = 46+75+29=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B1D is #D1B4E2. Grayscale: #3D3D3D. Windows color (decimal): -13743331 or 1919790. OLE color: 1919790.
HSL color Cylindrical-coordinate representation of color #2E4B1D: hue angle of 97.83º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4B1D is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 75 | 29 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.71 |
| HSL | 97.83º | 0.44% | 0.2% | - |
| HSV(B) | 97.83º | 0.61% | 0.29% | - |
| XYZ | 3.86 | 5.7 | 2.06 | - |
| YUV | 61.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 29 | 0.39 | 0 | 0.61 | 0.71 | 97.83 | 0.44 | 0.2 |
| Hex | 2E | 4B | 1D | 27 | 0 | 3D | 47 | 62 | 2C | 14 |
| Octal | 56 | 113 | 35 | 47 | 0 | 75 | 107 | 142 | 54 | 24 |
| Binary | 101110 | 1001011 | 11101 | 100111 | 0 | 111101 | 1000111 | 1100010 | 101100 | 10100 |
Color Harmonies of #2E4B1D
Complementary color
Monochromatic Colors of #2E4B1D
Black with #2E4B1D
Text Example
Text Example
White with #2E4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B1D; }
p { color: rgb(46,75,29); }
H1.HeaderClassName
{
color: #2E4B1D;
}
.AnyTagClassName
{
color: #2E4B1D;
}
</style>
background-color css
<style>
a { background-color: #2E4B1D; }
a { background-color: rgb(46,75,29); }
div.DivClassName
{
background-color: #2E4B1D;
}
.BgClassName
{
background-color: #2E4B1D;
}
</style>
border-color css
<style>
span { border-color: #2E4B1D; }
span { border-color: rgb(46,75,29); }
td.TdClassName
{
border-color: #2E4B1D;
}
.TagClassName
{
border-color: #2E4B1D;
}
</style>