Shades of Palm Leaf #2E442B
Tints of Palm Leaf #2E442B
RGB
CMYK
RGB Variations
Color information
#2E442B (or 0x2E442B) is known color: Palm Leaf. HEX triplet: 2E, 44 and 2B. RGB value is (46,68,43). Sum of RGB (Red+Green+Blue) = 46+68+43=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #2E442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E442B is #D1BBD4. Grayscale: #3A3A3A. Windows color (decimal): -13745109 or 2835502. OLE color: 2835502.
HSL color Cylindrical-coordinate representation of color #2E442B: hue angle of 112.8º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E442B is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 43 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.73 |
| HSL | 112.8º | 0.23% | 0.22% | - |
| HSV(B) | 112.8º | 0.37% | 0.27% | - |
| XYZ | 3.63 | 4.89 | 3.04 | - |
| YUV | 58.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 43 | 0.32 | 0 | 0.37 | 0.73 | 112.8 | 0.23 | 0.22 |
| Hex | 2E | 44 | 2B | 20 | 0 | 25 | 49 | 71 | 17 | 16 |
| Octal | 56 | 104 | 53 | 40 | 0 | 45 | 111 | 161 | 27 | 26 |
| Binary | 101110 | 1000100 | 101011 | 100000 | 0 | 100101 | 1001001 | 1110001 | 10111 | 10110 |
Color Harmonies of #2E442B
Complementary color
Monochromatic Colors of #2E442B
Black with #2E442B
Text Example
Text Example
White with #2E442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E442B; }
p { color: rgb(46,68,43); }
H1.HeaderClassName
{
color: #2E442B;
}
.AnyTagClassName
{
color: #2E442B;
}
</style>
background-color css
<style>
a { background-color: #2E442B; }
a { background-color: rgb(46,68,43); }
div.DivClassName
{
background-color: #2E442B;
}
.BgClassName
{
background-color: #2E442B;
}
</style>
border-color css
<style>
span { border-color: #2E442B; }
span { border-color: rgb(46,68,43); }
td.TdClassName
{
border-color: #2E442B;
}
.TagClassName
{
border-color: #2E442B;
}
</style>