Shades of Palm Leaf #2E4928
Tints of Palm Leaf #2E4928
RGB
CMYK
RGB Variations
Color information
#2E4928 (or 0x2E4928) is known color: Palm Leaf. HEX triplet: 2E, 49 and 28. RGB value is (46,73,40). Sum of RGB (Red+Green+Blue) = 46+73+40=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4928 is #D1B6D7. Grayscale: #3D3D3D. Windows color (decimal): -13743832 or 2640174. OLE color: 2640174.
HSL color Cylindrical-coordinate representation of color #2E4928: hue angle of 109.09º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4928 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 73 | 40 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.71 |
| HSL | 109.09º | 0.29% | 0.22% | - |
| HSV(B) | 109.09º | 0.45% | 0.29% | - |
| XYZ | 3.89 | 5.5 | 2.86 | - |
| YUV | 61.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 40 | 0.37 | 0 | 0.45 | 0.71 | 109.09 | 0.29 | 0.22 |
| Hex | 2E | 49 | 28 | 25 | 0 | 2D | 47 | 6D | 1D | 16 |
| Octal | 56 | 111 | 50 | 45 | 0 | 55 | 107 | 155 | 35 | 26 |
| Binary | 101110 | 1001001 | 101000 | 100101 | 0 | 101101 | 1000111 | 1101101 | 11101 | 10110 |
Color Harmonies of #2E4928
Complementary color
Monochromatic Colors of #2E4928
Black with #2E4928
Text Example
Text Example
White with #2E4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4928; }
p { color: rgb(46,73,40); }
H1.HeaderClassName
{
color: #2E4928;
}
.AnyTagClassName
{
color: #2E4928;
}
</style>
background-color css
<style>
a { background-color: #2E4928; }
a { background-color: rgb(46,73,40); }
div.DivClassName
{
background-color: #2E4928;
}
.BgClassName
{
background-color: #2E4928;
}
</style>
border-color css
<style>
span { border-color: #2E4928; }
span { border-color: rgb(46,73,40); }
td.TdClassName
{
border-color: #2E4928;
}
.TagClassName
{
border-color: #2E4928;
}
</style>