Shades of Palm Leaf #2E4028
Tints of Palm Leaf #2E4028
RGB
CMYK
RGB Variations
Color information
#2E4028 (or 0x2E4028) is known color: Palm Leaf. HEX triplet: 2E, 40 and 28. RGB value is (46,64,40). Sum of RGB (Red+Green+Blue) = 46+64+40=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4028 is #D1BFD7. Grayscale: #373737. Windows color (decimal): -13746136 or 2637870. OLE color: 2637870.
HSL color Cylindrical-coordinate representation of color #2E4028: hue angle of 105º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E4028 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 40 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.75 |
| HSL | 105º | 0.23% | 0.2% | - |
| HSV(B) | 105º | 0.38% | 0.25% | - |
| XYZ | 3.34 | 4.4 | 2.68 | - |
| YUV | 55.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 40 | 0.28 | 0 | 0.38 | 0.75 | 105 | 0.23 | 0.2 |
| Hex | 2E | 40 | 28 | 1C | 0 | 26 | 4B | 69 | 17 | 14 |
| Octal | 56 | 100 | 50 | 34 | 0 | 46 | 113 | 151 | 27 | 24 |
| Binary | 101110 | 1000000 | 101000 | 11100 | 0 | 100110 | 1001011 | 1101001 | 10111 | 10100 |
Color Harmonies of #2E4028
Complementary color
Monochromatic Colors of #2E4028
Black with #2E4028
Text Example
Text Example
White with #2E4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4028; }
p { color: rgb(46,64,40); }
H1.HeaderClassName
{
color: #2E4028;
}
.AnyTagClassName
{
color: #2E4028;
}
</style>
background-color css
<style>
a { background-color: #2E4028; }
a { background-color: rgb(46,64,40); }
div.DivClassName
{
background-color: #2E4028;
}
.BgClassName
{
background-color: #2E4028;
}
</style>
border-color css
<style>
span { border-color: #2E4028; }
span { border-color: rgb(46,64,40); }
td.TdClassName
{
border-color: #2E4028;
}
.TagClassName
{
border-color: #2E4028;
}
</style>