Shades of Palm Leaf #2E5122
Tints of Palm Leaf #2E5122
RGB
CMYK
RGB Variations
Color information
#2E5122 (or 0x2E5122) is known color: Palm Leaf. HEX triplet: 2E, 51 and 22. RGB value is (46,81,34). Sum of RGB (Red+Green+Blue) = 46+81+34=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #2E5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5122 is #D1AEDD. Grayscale: #414141. Windows color (decimal): -13741790 or 2249006. OLE color: 2249006.
HSL color Cylindrical-coordinate representation of color #2E5122: hue angle of 104.68º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E5122 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 81 | 34 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.68 |
| HSL | 104.68º | 0.41% | 0.23% | - |
| HSV(B) | 104.68º | 0.58% | 0.32% | - |
| XYZ | 4.36 | 6.58 | 2.55 | - |
| YUV | 65.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 34 | 0.43 | 0 | 0.58 | 0.68 | 104.68 | 0.41 | 0.23 |
| Hex | 2E | 51 | 22 | 2B | 0 | 3A | 44 | 69 | 29 | 17 |
| Octal | 56 | 121 | 42 | 53 | 0 | 72 | 104 | 151 | 51 | 27 |
| Binary | 101110 | 1010001 | 100010 | 101011 | 0 | 111010 | 1000100 | 1101001 | 101001 | 10111 |
Color Harmonies of #2E5122
Complementary color
Monochromatic Colors of #2E5122
Black with #2E5122
Text Example
Text Example
White with #2E5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5122; }
p { color: rgb(46,81,34); }
H1.HeaderClassName
{
color: #2E5122;
}
.AnyTagClassName
{
color: #2E5122;
}
</style>
background-color css
<style>
a { background-color: #2E5122; }
a { background-color: rgb(46,81,34); }
div.DivClassName
{
background-color: #2E5122;
}
.BgClassName
{
background-color: #2E5122;
}
</style>
border-color css
<style>
span { border-color: #2E5122; }
span { border-color: rgb(46,81,34); }
td.TdClassName
{
border-color: #2E5122;
}
.TagClassName
{
border-color: #2E5122;
}
</style>