Shades of Palm Leaf #2E5224
Tints of Palm Leaf #2E5224
RGB
CMYK
RGB Variations
Color information
#2E5224 (or 0x2E5224) is known color: Palm Leaf. HEX triplet: 2E, 52 and 24. RGB value is (46,82,36). Sum of RGB (Red+Green+Blue) = 46+82+36=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5224 is #D1ADDB. Grayscale: #424242. Windows color (decimal): -13741532 or 2380334. OLE color: 2380334.
HSL color Cylindrical-coordinate representation of color #2E5224: hue angle of 106.96º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E5224 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 36 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.68 |
| HSL | 106.96º | 0.39% | 0.23% | - |
| HSV(B) | 106.96º | 0.56% | 0.32% | - |
| XYZ | 4.46 | 6.74 | 2.74 | - |
| YUV | 65.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 36 | 0.44 | 0 | 0.56 | 0.68 | 106.96 | 0.39 | 0.23 |
| Hex | 2E | 52 | 24 | 2C | 0 | 38 | 44 | 6B | 27 | 17 |
| Octal | 56 | 122 | 44 | 54 | 0 | 70 | 104 | 153 | 47 | 27 |
| Binary | 101110 | 1010010 | 100100 | 101100 | 0 | 111000 | 1000100 | 1101011 | 100111 | 10111 |
Color Harmonies of #2E5224
Complementary color
Monochromatic Colors of #2E5224
Black with #2E5224
Text Example
Text Example
White with #2E5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5224; }
p { color: rgb(46,82,36); }
H1.HeaderClassName
{
color: #2E5224;
}
.AnyTagClassName
{
color: #2E5224;
}
</style>
background-color css
<style>
a { background-color: #2E5224; }
a { background-color: rgb(46,82,36); }
div.DivClassName
{
background-color: #2E5224;
}
.BgClassName
{
background-color: #2E5224;
}
</style>
border-color css
<style>
span { border-color: #2E5224; }
span { border-color: rgb(46,82,36); }
td.TdClassName
{
border-color: #2E5224;
}
.TagClassName
{
border-color: #2E5224;
}
</style>