Shades of Palm Leaf #2E5916
Tints of Palm Leaf #2E5916
RGB
CMYK
RGB Variations
Color information
#2E5916 (or 0x2E5916) is known color: Palm Leaf. HEX triplet: 2E, 59 and 16. RGB value is (46,89,22). Sum of RGB (Red+Green+Blue) = 46+89+22=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5916 is #D1A6E9. Grayscale: #444444. Windows color (decimal): -13739754 or 1464622. OLE color: 1464622.
HSL color Cylindrical-coordinate representation of color #2E5916: hue angle of 98.51º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E5916 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 22 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.65 |
| HSL | 98.51º | 0.6% | 0.22% | - |
| HSV(B) | 98.51º | 0.75% | 0.35% | - |
| XYZ | 4.84 | 7.78 | 2.01 | - |
| YUV | 68.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 22 | 0.48 | 0 | 0.75 | 0.65 | 98.51 | 0.6 | 0.22 |
| Hex | 2E | 59 | 16 | 30 | 0 | 4B | 41 | 63 | 3C | 16 |
| Octal | 56 | 131 | 26 | 60 | 0 | 113 | 101 | 143 | 74 | 26 |
| Binary | 101110 | 1011001 | 10110 | 110000 | 0 | 1001011 | 1000001 | 1100011 | 111100 | 10110 |
Color Harmonies of #2E5916
Complementary color
Monochromatic Colors of #2E5916
Black with #2E5916
Text Example
Text Example
White with #2E5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5916; }
p { color: rgb(46,89,22); }
H1.HeaderClassName
{
color: #2E5916;
}
.AnyTagClassName
{
color: #2E5916;
}
</style>
background-color css
<style>
a { background-color: #2E5916; }
a { background-color: rgb(46,89,22); }
div.DivClassName
{
background-color: #2E5916;
}
.BgClassName
{
background-color: #2E5916;
}
</style>
border-color css
<style>
span { border-color: #2E5916; }
span { border-color: rgb(46,89,22); }
td.TdClassName
{
border-color: #2E5916;
}
.TagClassName
{
border-color: #2E5916;
}
</style>