Shades of Palm Leaf #2E432A
Tints of Palm Leaf #2E432A
RGB
CMYK
RGB Variations
Color information
#2E432A (or 0x2E432A) is known color: Palm Leaf. HEX triplet: 2E, 43 and 2A. RGB value is (46,67,42). Sum of RGB (Red+Green+Blue) = 46+67+42=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #2E432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E432A is #D1BCD5. Grayscale: #393939. Windows color (decimal): -13745366 or 2769710. OLE color: 2769710.
HSL color Cylindrical-coordinate representation of color #2E432A: hue angle of 110.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E432A is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 67 | 42 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.74 |
| HSL | 110.4º | 0.23% | 0.21% | - |
| HSV(B) | 110.4º | 0.37% | 0.26% | - |
| XYZ | 3.55 | 4.76 | 2.92 | - |
| YUV | 57.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 42 | 0.31 | 0 | 0.37 | 0.74 | 110.4 | 0.23 | 0.21 |
| Hex | 2E | 43 | 2A | 1F | 0 | 25 | 4A | 6E | 17 | 15 |
| Octal | 56 | 103 | 52 | 37 | 0 | 45 | 112 | 156 | 27 | 25 |
| Binary | 101110 | 1000011 | 101010 | 11111 | 0 | 100101 | 1001010 | 1101110 | 10111 | 10101 |
Color Harmonies of #2E432A
Complementary color
Monochromatic Colors of #2E432A
Black with #2E432A
Text Example
Text Example
White with #2E432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E432A; }
p { color: rgb(46,67,42); }
H1.HeaderClassName
{
color: #2E432A;
}
.AnyTagClassName
{
color: #2E432A;
}
</style>
background-color css
<style>
a { background-color: #2E432A; }
a { background-color: rgb(46,67,42); }
div.DivClassName
{
background-color: #2E432A;
}
.BgClassName
{
background-color: #2E432A;
}
</style>
border-color css
<style>
span { border-color: #2E432A; }
span { border-color: rgb(46,67,42); }
td.TdClassName
{
border-color: #2E432A;
}
.TagClassName
{
border-color: #2E432A;
}
</style>