Shades of Palm Leaf #2E4E1E
Tints of Palm Leaf #2E4E1E
RGB
CMYK
RGB Variations
Color information
#2E4E1E (or 0x2E4E1E) is known color: Palm Leaf. HEX triplet: 2E, 4E and 1E. RGB value is (46,78,30). Sum of RGB (Red+Green+Blue) = 46+78+30=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E1E is #D1B1E1. Grayscale: #3F3F3F. Windows color (decimal): -13742562 or 1986094. OLE color: 1986094.
HSL color Cylindrical-coordinate representation of color #2E4E1E: hue angle of 100º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4E1E is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 78 | 30 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.69 |
| HSL | 100º | 0.44% | 0.21% | - |
| HSV(B) | 100º | 0.62% | 0.31% | - |
| XYZ | 4.09 | 6.12 | 2.19 | - |
| YUV | 62.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 30 | 0.41 | 0 | 0.62 | 0.69 | 100 | 0.44 | 0.21 |
| Hex | 2E | 4E | 1E | 29 | 0 | 3E | 45 | 64 | 2C | 15 |
| Octal | 56 | 116 | 36 | 51 | 0 | 76 | 105 | 144 | 54 | 25 |
| Binary | 101110 | 1001110 | 11110 | 101001 | 0 | 111110 | 1000101 | 1100100 | 101100 | 10101 |
Color Harmonies of #2E4E1E
Complementary color
Monochromatic Colors of #2E4E1E
Black with #2E4E1E
Text Example
Text Example
White with #2E4E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E1E; }
p { color: rgb(46,78,30); }
H1.HeaderClassName
{
color: #2E4E1E;
}
.AnyTagClassName
{
color: #2E4E1E;
}
</style>
background-color css
<style>
a { background-color: #2E4E1E; }
a { background-color: rgb(46,78,30); }
div.DivClassName
{
background-color: #2E4E1E;
}
.BgClassName
{
background-color: #2E4E1E;
}
</style>
border-color css
<style>
span { border-color: #2E4E1E; }
span { border-color: rgb(46,78,30); }
td.TdClassName
{
border-color: #2E4E1E;
}
.TagClassName
{
border-color: #2E4E1E;
}
</style>