Shades of Palm Leaf #2E462B
Tints of Palm Leaf #2E462B
RGB
CMYK
RGB Variations
Color information
#2E462B (or 0x2E462B) is known color: Palm Leaf. HEX triplet: 2E, 46 and 2B. RGB value is (46,70,43). Sum of RGB (Red+Green+Blue) = 46+70+43=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #2E462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E462B is #D1B9D4. Grayscale: #3B3B3B. Windows color (decimal): -13744597 or 2836014. OLE color: 2836014.
HSL color Cylindrical-coordinate representation of color #2E462B: hue angle of 113.33º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E462B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 43 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.73 |
| HSL | 113.33º | 0.24% | 0.22% | - |
| HSV(B) | 113.33º | 0.39% | 0.27% | - |
| XYZ | 3.75 | 5.14 | 3.08 | - |
| YUV | 59.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 43 | 0.34 | 0 | 0.39 | 0.73 | 113.33 | 0.24 | 0.22 |
| Hex | 2E | 46 | 2B | 22 | 0 | 27 | 49 | 71 | 18 | 16 |
| Octal | 56 | 106 | 53 | 42 | 0 | 47 | 111 | 161 | 30 | 26 |
| Binary | 101110 | 1000110 | 101011 | 100010 | 0 | 100111 | 1001001 | 1110001 | 11000 | 10110 |
Color Harmonies of #2E462B
Complementary color
Monochromatic Colors of #2E462B
Black with #2E462B
Text Example
Text Example
White with #2E462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E462B; }
p { color: rgb(46,70,43); }
H1.HeaderClassName
{
color: #2E462B;
}
.AnyTagClassName
{
color: #2E462B;
}
</style>
background-color css
<style>
a { background-color: #2E462B; }
a { background-color: rgb(46,70,43); }
div.DivClassName
{
background-color: #2E462B;
}
.BgClassName
{
background-color: #2E462B;
}
</style>
border-color css
<style>
span { border-color: #2E462B; }
span { border-color: rgb(46,70,43); }
td.TdClassName
{
border-color: #2E462B;
}
.TagClassName
{
border-color: #2E462B;
}
</style>