Shades of Palm Leaf #2E4624
Tints of Palm Leaf #2E4624
RGB
CMYK
RGB Variations
Color information
#2E4624 (or 0x2E4624) is known color: Palm Leaf. HEX triplet: 2E, 46 and 24. RGB value is (46,70,36). Sum of RGB (Red+Green+Blue) = 46+70+36=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4624 is #D1B9DB. Grayscale: #3B3B3B. Windows color (decimal): -13744604 or 2377262. OLE color: 2377262.
HSL color Cylindrical-coordinate representation of color #2E4624: hue angle of 102.35º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E4624 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 36 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.73 |
| HSL | 102.35º | 0.32% | 0.21% | - |
| HSV(B) | 102.35º | 0.49% | 0.27% | - |
| XYZ | 3.64 | 5.09 | 2.46 | - |
| YUV | 58.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 36 | 0.34 | 0 | 0.49 | 0.73 | 102.35 | 0.32 | 0.21 |
| Hex | 2E | 46 | 24 | 22 | 0 | 31 | 49 | 66 | 20 | 15 |
| Octal | 56 | 106 | 44 | 42 | 0 | 61 | 111 | 146 | 40 | 25 |
| Binary | 101110 | 1000110 | 100100 | 100010 | 0 | 110001 | 1001001 | 1100110 | 100000 | 10101 |
Color Harmonies of #2E4624
Complementary color
Monochromatic Colors of #2E4624
Black with #2E4624
Text Example
Text Example
White with #2E4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4624; }
p { color: rgb(46,70,36); }
H1.HeaderClassName
{
color: #2E4624;
}
.AnyTagClassName
{
color: #2E4624;
}
</style>
background-color css
<style>
a { background-color: #2E4624; }
a { background-color: rgb(46,70,36); }
div.DivClassName
{
background-color: #2E4624;
}
.BgClassName
{
background-color: #2E4624;
}
</style>
border-color css
<style>
span { border-color: #2E4624; }
span { border-color: rgb(46,70,36); }
td.TdClassName
{
border-color: #2E4624;
}
.TagClassName
{
border-color: #2E4624;
}
</style>