Shades of Palm Leaf #2E422A
Tints of Palm Leaf #2E422A
RGB
CMYK
RGB Variations
Color information
#2E422A (or 0x2E422A) is known color: Palm Leaf. HEX triplet: 2E, 42 and 2A. RGB value is (46,66,42). Sum of RGB (Red+Green+Blue) = 46+66+42=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #2E422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E422A is #D1BDD5. Grayscale: #393939. Windows color (decimal): -13745622 or 2769454. OLE color: 2769454.
HSL color Cylindrical-coordinate representation of color #2E422A: hue angle of 110º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E422A is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 42 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.74 |
| HSL | 110º | 0.22% | 0.21% | - |
| HSV(B) | 110º | 0.36% | 0.26% | - |
| XYZ | 3.49 | 4.64 | 2.9 | - |
| YUV | 57.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 42 | 0.30 | 0 | 0.36 | 0.74 | 110 | 0.22 | 0.21 |
| Hex | 2E | 42 | 2A | 1E | 0 | 24 | 4A | 6E | 16 | 15 |
| Octal | 56 | 102 | 52 | 36 | 0 | 44 | 112 | 156 | 26 | 25 |
| Binary | 101110 | 1000010 | 101010 | 11110 | 0 | 100100 | 1001010 | 1101110 | 10110 | 10101 |
Color Harmonies of #2E422A
Complementary color
Monochromatic Colors of #2E422A
Black with #2E422A
Text Example
Text Example
White with #2E422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E422A; }
p { color: rgb(46,66,42); }
H1.HeaderClassName
{
color: #2E422A;
}
.AnyTagClassName
{
color: #2E422A;
}
</style>
background-color css
<style>
a { background-color: #2E422A; }
a { background-color: rgb(46,66,42); }
div.DivClassName
{
background-color: #2E422A;
}
.BgClassName
{
background-color: #2E422A;
}
</style>
border-color css
<style>
span { border-color: #2E422A; }
span { border-color: rgb(46,66,42); }
td.TdClassName
{
border-color: #2E422A;
}
.TagClassName
{
border-color: #2E422A;
}
</style>