Shades of Palm Leaf #2E4E20
Tints of Palm Leaf #2E4E20
RGB
CMYK
RGB Variations
Color information
#2E4E20 (or 0x2E4E20) is known color: Palm Leaf. HEX triplet: 2E, 4E and 20. RGB value is (46,78,32). Sum of RGB (Red+Green+Blue) = 46+78+32=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E20 is #D1B1DF. Grayscale: #3F3F3F. Windows color (decimal): -13742560 or 2117166. OLE color: 2117166.
HSL color Cylindrical-coordinate representation of color #2E4E20: hue angle of 101.74º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E4E20 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 78 | 32 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.69 |
| HSL | 101.74º | 0.42% | 0.22% | - |
| HSV(B) | 101.74º | 0.59% | 0.31% | - |
| XYZ | 4.11 | 6.13 | 2.33 | - |
| YUV | 63.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 32 | 0.41 | 0 | 0.59 | 0.69 | 101.74 | 0.42 | 0.22 |
| Hex | 2E | 4E | 20 | 29 | 0 | 3B | 45 | 66 | 2A | 16 |
| Octal | 56 | 116 | 40 | 51 | 0 | 73 | 105 | 146 | 52 | 26 |
| Binary | 101110 | 1001110 | 100000 | 101001 | 0 | 111011 | 1000101 | 1100110 | 101010 | 10110 |
Color Harmonies of #2E4E20
Complementary color
Monochromatic Colors of #2E4E20
Black with #2E4E20
Text Example
Text Example
White with #2E4E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E20; }
p { color: rgb(46,78,32); }
H1.HeaderClassName
{
color: #2E4E20;
}
.AnyTagClassName
{
color: #2E4E20;
}
</style>
background-color css
<style>
a { background-color: #2E4E20; }
a { background-color: rgb(46,78,32); }
div.DivClassName
{
background-color: #2E4E20;
}
.BgClassName
{
background-color: #2E4E20;
}
</style>
border-color css
<style>
span { border-color: #2E4E20; }
span { border-color: rgb(46,78,32); }
td.TdClassName
{
border-color: #2E4E20;
}
.TagClassName
{
border-color: #2E4E20;
}
</style>