Shades of Palm Leaf #2E4723
Tints of Palm Leaf #2E4723
RGB
CMYK
RGB Variations
Color information
#2E4723 (or 0x2E4723) is known color: Palm Leaf. HEX triplet: 2E, 47 and 23. RGB value is (46,71,35). Sum of RGB (Red+Green+Blue) = 46+71+35=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4723 is #D1B8DC. Grayscale: #3B3B3B. Windows color (decimal): -13744349 or 2311982. OLE color: 2311982.
HSL color Cylindrical-coordinate representation of color #2E4723: hue angle of 101.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E4723 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 71 | 35 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.72 |
| HSL | 101.67º | 0.34% | 0.21% | - |
| HSV(B) | 101.67º | 0.51% | 0.28% | - |
| XYZ | 3.68 | 5.21 | 2.4 | - |
| YUV | 59.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 35 | 0.35 | 0 | 0.51 | 0.72 | 101.67 | 0.34 | 0.21 |
| Hex | 2E | 47 | 23 | 23 | 0 | 33 | 48 | 66 | 22 | 15 |
| Octal | 56 | 107 | 43 | 43 | 0 | 63 | 110 | 146 | 42 | 25 |
| Binary | 101110 | 1000111 | 100011 | 100011 | 0 | 110011 | 1001000 | 1100110 | 100010 | 10101 |
Color Harmonies of #2E4723
Complementary color
Monochromatic Colors of #2E4723
Black with #2E4723
Text Example
Text Example
White with #2E4723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4723; }
p { color: rgb(46,71,35); }
H1.HeaderClassName
{
color: #2E4723;
}
.AnyTagClassName
{
color: #2E4723;
}
</style>
background-color css
<style>
a { background-color: #2E4723; }
a { background-color: rgb(46,71,35); }
div.DivClassName
{
background-color: #2E4723;
}
.BgClassName
{
background-color: #2E4723;
}
</style>
border-color css
<style>
span { border-color: #2E4723; }
span { border-color: rgb(46,71,35); }
td.TdClassName
{
border-color: #2E4723;
}
.TagClassName
{
border-color: #2E4723;
}
</style>