Shades of Palm Leaf #2E5A19
Tints of Palm Leaf #2E5A19
RGB
CMYK
RGB Variations
Color information
#2E5A19 (or 0x2E5A19) is known color: Palm Leaf. HEX triplet: 2E, 5A and 19. RGB value is (46,90,25). Sum of RGB (Red+Green+Blue) = 46+90+25=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5A19 is #D1A5E6. Grayscale: #454545. Windows color (decimal): -13739495 or 1661486. OLE color: 1661486.
HSL color Cylindrical-coordinate representation of color #2E5A19: hue angle of 100.62º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E5A19 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 25 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.65 |
| HSL | 100.62º | 0.57% | 0.23% | - |
| HSV(B) | 100.62º | 0.72% | 0.35% | - |
| XYZ | 4.96 | 7.96 | 2.2 | - |
| YUV | 69.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 25 | 0.49 | 0 | 0.72 | 0.65 | 100.62 | 0.57 | 0.23 |
| Hex | 2E | 5A | 19 | 31 | 0 | 48 | 41 | 65 | 39 | 17 |
| Octal | 56 | 132 | 31 | 61 | 0 | 110 | 101 | 145 | 71 | 27 |
| Binary | 101110 | 1011010 | 11001 | 110001 | 0 | 1001000 | 1000001 | 1100101 | 111001 | 10111 |
Color Harmonies of #2E5A19
Complementary color
Monochromatic Colors of #2E5A19
Black with #2E5A19
Text Example
Text Example
White with #2E5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A19; }
p { color: rgb(46,90,25); }
H1.HeaderClassName
{
color: #2E5A19;
}
.AnyTagClassName
{
color: #2E5A19;
}
</style>
background-color css
<style>
a { background-color: #2E5A19; }
a { background-color: rgb(46,90,25); }
div.DivClassName
{
background-color: #2E5A19;
}
.BgClassName
{
background-color: #2E5A19;
}
</style>
border-color css
<style>
span { border-color: #2E5A19; }
span { border-color: rgb(46,90,25); }
td.TdClassName
{
border-color: #2E5A19;
}
.TagClassName
{
border-color: #2E5A19;
}
</style>