Shades of Palm Leaf #2E4626
Tints of Palm Leaf #2E4626
RGB
CMYK
RGB Variations
Color information
#2E4626 (or 0x2E4626) is known color: Palm Leaf. HEX triplet: 2E, 46 and 26. RGB value is (46,70,38). Sum of RGB (Red+Green+Blue) = 46+70+38=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4626 is #D1B9D9. Grayscale: #3B3B3B. Windows color (decimal): -13744602 or 2508334. OLE color: 2508334.
HSL color Cylindrical-coordinate representation of color #2E4626: hue angle of 105º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E4626 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 38 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.73 |
| HSL | 105º | 0.3% | 0.21% | - |
| HSV(B) | 105º | 0.46% | 0.27% | - |
| XYZ | 3.67 | 5.1 | 2.63 | - |
| YUV | 59.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 38 | 0.34 | 0 | 0.46 | 0.73 | 105 | 0.3 | 0.21 |
| Hex | 2E | 46 | 26 | 22 | 0 | 2E | 49 | 69 | 1E | 15 |
| Octal | 56 | 106 | 46 | 42 | 0 | 56 | 111 | 151 | 36 | 25 |
| Binary | 101110 | 1000110 | 100110 | 100010 | 0 | 101110 | 1001001 | 1101001 | 11110 | 10101 |
Color Harmonies of #2E4626
Complementary color
Monochromatic Colors of #2E4626
Black with #2E4626
Text Example
Text Example
White with #2E4626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4626; }
p { color: rgb(46,70,38); }
H1.HeaderClassName
{
color: #2E4626;
}
.AnyTagClassName
{
color: #2E4626;
}
</style>
background-color css
<style>
a { background-color: #2E4626; }
a { background-color: rgb(46,70,38); }
div.DivClassName
{
background-color: #2E4626;
}
.BgClassName
{
background-color: #2E4626;
}
</style>
border-color css
<style>
span { border-color: #2E4626; }
span { border-color: rgb(46,70,38); }
td.TdClassName
{
border-color: #2E4626;
}
.TagClassName
{
border-color: #2E4626;
}
</style>