Shades of Palm Leaf #2E402A
Tints of Palm Leaf #2E402A
RGB
CMYK
RGB Variations
Color information
#2E402A (or 0x2E402A) is known color: Palm Leaf. HEX triplet: 2E, 40 and 2A. RGB value is (46,64,42). Sum of RGB (Red+Green+Blue) = 46+64+42=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #2E402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E402A is #D1BFD5. Grayscale: #383838. Windows color (decimal): -13746134 or 2768942. OLE color: 2768942.
HSL color Cylindrical-coordinate representation of color #2E402A: hue angle of 109.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E402A is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 42 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.75 |
| HSL | 109.09º | 0.21% | 0.21% | - |
| HSV(B) | 109.09º | 0.34% | 0.25% | - |
| XYZ | 3.38 | 4.41 | 2.86 | - |
| YUV | 56.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 42 | 0.28 | 0 | 0.34 | 0.75 | 109.09 | 0.21 | 0.21 |
| Hex | 2E | 40 | 2A | 1C | 0 | 22 | 4B | 6D | 15 | 15 |
| Octal | 56 | 100 | 52 | 34 | 0 | 42 | 113 | 155 | 25 | 25 |
| Binary | 101110 | 1000000 | 101010 | 11100 | 0 | 100010 | 1001011 | 1101101 | 10101 | 10101 |
Color Harmonies of #2E402A
Complementary color
Monochromatic Colors of #2E402A
Black with #2E402A
Text Example
Text Example
White with #2E402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E402A; }
p { color: rgb(46,64,42); }
H1.HeaderClassName
{
color: #2E402A;
}
.AnyTagClassName
{
color: #2E402A;
}
</style>
background-color css
<style>
a { background-color: #2E402A; }
a { background-color: rgb(46,64,42); }
div.DivClassName
{
background-color: #2E402A;
}
.BgClassName
{
background-color: #2E402A;
}
</style>
border-color css
<style>
span { border-color: #2E402A; }
span { border-color: rgb(46,64,42); }
td.TdClassName
{
border-color: #2E402A;
}
.TagClassName
{
border-color: #2E402A;
}
</style>