Shades of Palm Leaf #2E5229
Tints of Palm Leaf #2E5229
RGB
CMYK
RGB Variations
Color information
#2E5229 (or 0x2E5229) is known color: Palm Leaf. HEX triplet: 2E, 52 and 29. RGB value is (46,82,41). Sum of RGB (Red+Green+Blue) = 46+82+41=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5229 is #D1ADD6. Grayscale: #424242. Windows color (decimal): -13741527 or 2708014. OLE color: 2708014.
HSL color Cylindrical-coordinate representation of color #2E5229: hue angle of 112.68º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5229 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 41 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.68 |
| HSL | 112.68º | 0.33% | 0.24% | - |
| HSV(B) | 112.68º | 0.5% | 0.32% | - |
| XYZ | 4.54 | 6.78 | 3.17 | - |
| YUV | 66.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 41 | 0.44 | 0 | 0.50 | 0.68 | 112.68 | 0.33 | 0.24 |
| Hex | 2E | 52 | 29 | 2C | 0 | 32 | 44 | 71 | 21 | 18 |
| Octal | 56 | 122 | 51 | 54 | 0 | 62 | 104 | 161 | 41 | 30 |
| Binary | 101110 | 1010010 | 101001 | 101100 | 0 | 110010 | 1000100 | 1110001 | 100001 | 11000 |
Color Harmonies of #2E5229
Complementary color
Monochromatic Colors of #2E5229
Black with #2E5229
Text Example
Text Example
White with #2E5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5229; }
p { color: rgb(46,82,41); }
H1.HeaderClassName
{
color: #2E5229;
}
.AnyTagClassName
{
color: #2E5229;
}
</style>
background-color css
<style>
a { background-color: #2E5229; }
a { background-color: rgb(46,82,41); }
div.DivClassName
{
background-color: #2E5229;
}
.BgClassName
{
background-color: #2E5229;
}
</style>
border-color css
<style>
span { border-color: #2E5229; }
span { border-color: rgb(46,82,41); }
td.TdClassName
{
border-color: #2E5229;
}
.TagClassName
{
border-color: #2E5229;
}
</style>