Shades of Palm Leaf #2E5522
Tints of Palm Leaf #2E5522
RGB
CMYK
RGB Variations
Color information
#2E5522 (or 0x2E5522) is known color: Palm Leaf. HEX triplet: 2E, 55 and 22. RGB value is (46,85,34). Sum of RGB (Red+Green+Blue) = 46+85+34=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5522 is #D1AADD. Grayscale: #434343. Windows color (decimal): -13740766 or 2250030. OLE color: 2250030.
HSL color Cylindrical-coordinate representation of color #2E5522: hue angle of 105.88º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5522 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 34 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.67 |
| HSL | 105.88º | 0.43% | 0.23% | - |
| HSV(B) | 105.88º | 0.6% | 0.33% | - |
| XYZ | 4.66 | 7.19 | 2.66 | - |
| YUV | 67.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 34 | 0.46 | 0 | 0.60 | 0.67 | 105.88 | 0.43 | 0.23 |
| Hex | 2E | 55 | 22 | 2E | 0 | 3C | 43 | 6A | 2B | 17 |
| Octal | 56 | 125 | 42 | 56 | 0 | 74 | 103 | 152 | 53 | 27 |
| Binary | 101110 | 1010101 | 100010 | 101110 | 0 | 111100 | 1000011 | 1101010 | 101011 | 10111 |
Color Harmonies of #2E5522
Complementary color
Monochromatic Colors of #2E5522
Black with #2E5522
Text Example
Text Example
White with #2E5522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5522; }
p { color: rgb(46,85,34); }
H1.HeaderClassName
{
color: #2E5522;
}
.AnyTagClassName
{
color: #2E5522;
}
</style>
background-color css
<style>
a { background-color: #2E5522; }
a { background-color: rgb(46,85,34); }
div.DivClassName
{
background-color: #2E5522;
}
.BgClassName
{
background-color: #2E5522;
}
</style>
border-color css
<style>
span { border-color: #2E5522; }
span { border-color: rgb(46,85,34); }
td.TdClassName
{
border-color: #2E5522;
}
.TagClassName
{
border-color: #2E5522;
}
</style>