Shades of Palm Leaf #2E4829
Tints of Palm Leaf #2E4829
RGB
CMYK
RGB Variations
Color information
#2E4829 (or 0x2E4829) is known color: Palm Leaf. HEX triplet: 2E, 48 and 29. RGB value is (46,72,41). Sum of RGB (Red+Green+Blue) = 46+72+41=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4829 is #D1B7D6. Grayscale: #3C3C3C. Windows color (decimal): -13744087 or 2705454. OLE color: 2705454.
HSL color Cylindrical-coordinate representation of color #2E4829: hue angle of 110.32º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4829 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 72 | 41 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.72 |
| HSL | 110.32º | 0.27% | 0.22% | - |
| HSV(B) | 110.32º | 0.43% | 0.28% | - |
| XYZ | 3.84 | 5.38 | 2.93 | - |
| YUV | 60.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 41 | 0.36 | 0 | 0.43 | 0.72 | 110.32 | 0.27 | 0.22 |
| Hex | 2E | 48 | 29 | 24 | 0 | 2B | 48 | 6E | 1B | 16 |
| Octal | 56 | 110 | 51 | 44 | 0 | 53 | 110 | 156 | 33 | 26 |
| Binary | 101110 | 1001000 | 101001 | 100100 | 0 | 101011 | 1001000 | 1101110 | 11011 | 10110 |
Color Harmonies of #2E4829
Complementary color
Monochromatic Colors of #2E4829
Black with #2E4829
Text Example
Text Example
White with #2E4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4829; }
p { color: rgb(46,72,41); }
H1.HeaderClassName
{
color: #2E4829;
}
.AnyTagClassName
{
color: #2E4829;
}
</style>
background-color css
<style>
a { background-color: #2E4829; }
a { background-color: rgb(46,72,41); }
div.DivClassName
{
background-color: #2E4829;
}
.BgClassName
{
background-color: #2E4829;
}
</style>
border-color css
<style>
span { border-color: #2E4829; }
span { border-color: rgb(46,72,41); }
td.TdClassName
{
border-color: #2E4829;
}
.TagClassName
{
border-color: #2E4829;
}
</style>