Shades of Palm Leaf #2E5222
Tints of Palm Leaf #2E5222
RGB
CMYK
RGB Variations
Color information
#2E5222 (or 0x2E5222) is known color: Palm Leaf. HEX triplet: 2E, 52 and 22. RGB value is (46,82,34). Sum of RGB (Red+Green+Blue) = 46+82+34=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5222 is #D1ADDD. Grayscale: #414141. Windows color (decimal): -13741534 or 2249262. OLE color: 2249262.
HSL color Cylindrical-coordinate representation of color #2E5222: hue angle of 105º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E5222 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 34 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.68 |
| HSL | 105º | 0.41% | 0.23% | - |
| HSV(B) | 105º | 0.59% | 0.32% | - |
| XYZ | 4.43 | 6.73 | 2.58 | - |
| YUV | 65.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 34 | 0.44 | 0 | 0.59 | 0.68 | 105 | 0.41 | 0.23 |
| Hex | 2E | 52 | 22 | 2C | 0 | 3B | 44 | 69 | 29 | 17 |
| Octal | 56 | 122 | 42 | 54 | 0 | 73 | 104 | 151 | 51 | 27 |
| Binary | 101110 | 1010010 | 100010 | 101100 | 0 | 111011 | 1000100 | 1101001 | 101001 | 10111 |
Color Harmonies of #2E5222
Complementary color
Monochromatic Colors of #2E5222
Black with #2E5222
Text Example
Text Example
White with #2E5222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5222; }
p { color: rgb(46,82,34); }
H1.HeaderClassName
{
color: #2E5222;
}
.AnyTagClassName
{
color: #2E5222;
}
</style>
background-color css
<style>
a { background-color: #2E5222; }
a { background-color: rgb(46,82,34); }
div.DivClassName
{
background-color: #2E5222;
}
.BgClassName
{
background-color: #2E5222;
}
</style>
border-color css
<style>
span { border-color: #2E5222; }
span { border-color: rgb(46,82,34); }
td.TdClassName
{
border-color: #2E5222;
}
.TagClassName
{
border-color: #2E5222;
}
</style>