Shades of Palm Leaf #2E4424
Tints of Palm Leaf #2E4424
RGB
CMYK
RGB Variations
Color information
#2E4424 (or 0x2E4424) is known color: Palm Leaf. HEX triplet: 2E, 44 and 24. RGB value is (46,68,36). Sum of RGB (Red+Green+Blue) = 46+68+36=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4424 is #D1BBDB. Grayscale: #393939. Windows color (decimal): -13745116 or 2376750. OLE color: 2376750.
HSL color Cylindrical-coordinate representation of color #2E4424: hue angle of 101.25º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E4424 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 36 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.73 |
| HSL | 101.25º | 0.31% | 0.2% | - |
| HSV(B) | 101.25º | 0.47% | 0.27% | - |
| XYZ | 3.51 | 4.84 | 2.42 | - |
| YUV | 57.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 36 | 0.32 | 0 | 0.47 | 0.73 | 101.25 | 0.31 | 0.2 |
| Hex | 2E | 44 | 24 | 20 | 0 | 2F | 49 | 65 | 1F | 14 |
| Octal | 56 | 104 | 44 | 40 | 0 | 57 | 111 | 145 | 37 | 24 |
| Binary | 101110 | 1000100 | 100100 | 100000 | 0 | 101111 | 1001001 | 1100101 | 11111 | 10100 |
Color Harmonies of #2E4424
Complementary color
Monochromatic Colors of #2E4424
Black with #2E4424
Text Example
Text Example
White with #2E4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4424; }
p { color: rgb(46,68,36); }
H1.HeaderClassName
{
color: #2E4424;
}
.AnyTagClassName
{
color: #2E4424;
}
</style>
background-color css
<style>
a { background-color: #2E4424; }
a { background-color: rgb(46,68,36); }
div.DivClassName
{
background-color: #2E4424;
}
.BgClassName
{
background-color: #2E4424;
}
</style>
border-color css
<style>
span { border-color: #2E4424; }
span { border-color: rgb(46,68,36); }
td.TdClassName
{
border-color: #2E4424;
}
.TagClassName
{
border-color: #2E4424;
}
</style>