Shades of Palm Leaf #2E4B28
Tints of Palm Leaf #2E4B28
RGB
CMYK
RGB Variations
Color information
#2E4B28 (or 0x2E4B28) is known color: Palm Leaf. HEX triplet: 2E, 4B and 28. RGB value is (46,75,40). Sum of RGB (Red+Green+Blue) = 46+75+40=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B28 is #D1B4D7. Grayscale: #3E3E3E. Windows color (decimal): -13743320 or 2640686. OLE color: 2640686.
HSL color Cylindrical-coordinate representation of color #2E4B28: hue angle of 109.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E4B28 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 75 | 40 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.71 |
| HSL | 109.71º | 0.3% | 0.23% | - |
| HSV(B) | 109.71º | 0.47% | 0.29% | - |
| XYZ | 4.03 | 5.77 | 2.91 | - |
| YUV | 62.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 40 | 0.39 | 0 | 0.47 | 0.71 | 109.71 | 0.3 | 0.23 |
| Hex | 2E | 4B | 28 | 27 | 0 | 2F | 47 | 6E | 1E | 17 |
| Octal | 56 | 113 | 50 | 47 | 0 | 57 | 107 | 156 | 36 | 27 |
| Binary | 101110 | 1001011 | 101000 | 100111 | 0 | 101111 | 1000111 | 1101110 | 11110 | 10111 |
Color Harmonies of #2E4B28
Complementary color
Monochromatic Colors of #2E4B28
Black with #2E4B28
Text Example
Text Example
White with #2E4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B28; }
p { color: rgb(46,75,40); }
H1.HeaderClassName
{
color: #2E4B28;
}
.AnyTagClassName
{
color: #2E4B28;
}
</style>
background-color css
<style>
a { background-color: #2E4B28; }
a { background-color: rgb(46,75,40); }
div.DivClassName
{
background-color: #2E4B28;
}
.BgClassName
{
background-color: #2E4B28;
}
</style>
border-color css
<style>
span { border-color: #2E4B28; }
span { border-color: rgb(46,75,40); }
td.TdClassName
{
border-color: #2E4B28;
}
.TagClassName
{
border-color: #2E4B28;
}
</style>