Shades of Palm Leaf #2E5B22
Tints of Palm Leaf #2E5B22
RGB
CMYK
RGB Variations
Color information
#2E5B22 (or 0x2E5B22) is known color: Palm Leaf. HEX triplet: 2E, 5B and 22. RGB value is (46,91,34). Sum of RGB (Red+Green+Blue) = 46+91+34=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #2E5B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5B22 is #D1A4DD. Grayscale: #474747. Windows color (decimal): -13739230 or 2251566. OLE color: 2251566.
HSL color Cylindrical-coordinate representation of color #2E5B22: hue angle of 107.37º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E5B22 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 91 | 34 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.64 |
| HSL | 107.37º | 0.46% | 0.25% | - |
| HSV(B) | 107.37º | 0.63% | 0.36% | - |
| XYZ | 5.16 | 8.18 | 2.82 | - |
| YUV | 71.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 34 | 0.49 | 0 | 0.63 | 0.64 | 107.37 | 0.46 | 0.25 |
| Hex | 2E | 5B | 22 | 31 | 0 | 3F | 40 | 6B | 2E | 19 |
| Octal | 56 | 133 | 42 | 61 | 0 | 77 | 100 | 153 | 56 | 31 |
| Binary | 101110 | 1011011 | 100010 | 110001 | 0 | 111111 | 1000000 | 1101011 | 101110 | 11001 |
Color Harmonies of #2E5B22
Complementary color
Monochromatic Colors of #2E5B22
Black with #2E5B22
Text Example
Text Example
White with #2E5B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5B22; }
p { color: rgb(46,91,34); }
H1.HeaderClassName
{
color: #2E5B22;
}
.AnyTagClassName
{
color: #2E5B22;
}
</style>
background-color css
<style>
a { background-color: #2E5B22; }
a { background-color: rgb(46,91,34); }
div.DivClassName
{
background-color: #2E5B22;
}
.BgClassName
{
background-color: #2E5B22;
}
</style>
border-color css
<style>
span { border-color: #2E5B22; }
span { border-color: rgb(46,91,34); }
td.TdClassName
{
border-color: #2E5B22;
}
.TagClassName
{
border-color: #2E5B22;
}
</style>