Shades of Palm Leaf #2E5426
Tints of Palm Leaf #2E5426
RGB
CMYK
RGB Variations
Color information
#2E5426 (or 0x2E5426) is known color: Palm Leaf. HEX triplet: 2E, 54 and 26. RGB value is (46,84,38). Sum of RGB (Red+Green+Blue) = 46+84+38=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5426 is #D1ABD9. Grayscale: #434343. Windows color (decimal): -13741018 or 2511918. OLE color: 2511918.
HSL color Cylindrical-coordinate representation of color #2E5426: hue angle of 109.57º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E5426 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 38 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.67 |
| HSL | 109.57º | 0.38% | 0.24% | - |
| HSV(B) | 109.57º | 0.55% | 0.33% | - |
| XYZ | 4.65 | 7.06 | 2.95 | - |
| YUV | 67.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 38 | 0.45 | 0 | 0.55 | 0.67 | 109.57 | 0.38 | 0.24 |
| Hex | 2E | 54 | 26 | 2D | 0 | 37 | 43 | 6E | 26 | 18 |
| Octal | 56 | 124 | 46 | 55 | 0 | 67 | 103 | 156 | 46 | 30 |
| Binary | 101110 | 1010100 | 100110 | 101101 | 0 | 110111 | 1000011 | 1101110 | 100110 | 11000 |
Color Harmonies of #2E5426
Complementary color
Monochromatic Colors of #2E5426
Black with #2E5426
Text Example
Text Example
White with #2E5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5426; }
p { color: rgb(46,84,38); }
H1.HeaderClassName
{
color: #2E5426;
}
.AnyTagClassName
{
color: #2E5426;
}
</style>
background-color css
<style>
a { background-color: #2E5426; }
a { background-color: rgb(46,84,38); }
div.DivClassName
{
background-color: #2E5426;
}
.BgClassName
{
background-color: #2E5426;
}
</style>
border-color css
<style>
span { border-color: #2E5426; }
span { border-color: rgb(46,84,38); }
td.TdClassName
{
border-color: #2E5426;
}
.TagClassName
{
border-color: #2E5426;
}
</style>