Shades of Palm Leaf #2E472B
Tints of Palm Leaf #2E472B
RGB
CMYK
RGB Variations
Color information
#2E472B (or 0x2E472B) is known color: Palm Leaf. HEX triplet: 2E, 47 and 2B. RGB value is (46,71,43). Sum of RGB (Red+Green+Blue) = 46+71+43=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #2E472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E472B is #D1B8D4. Grayscale: #3C3C3C. Windows color (decimal): -13744341 or 2836270. OLE color: 2836270.
HSL color Cylindrical-coordinate representation of color #2E472B: hue angle of 113.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E472B is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 71 | 43 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.72 |
| HSL | 113.57º | 0.25% | 0.22% | - |
| HSV(B) | 113.57º | 0.39% | 0.28% | - |
| XYZ | 3.82 | 5.26 | 3.1 | - |
| YUV | 60.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 43 | 0.35 | 0 | 0.39 | 0.72 | 113.57 | 0.25 | 0.22 |
| Hex | 2E | 47 | 2B | 23 | 0 | 27 | 48 | 72 | 19 | 16 |
| Octal | 56 | 107 | 53 | 43 | 0 | 47 | 110 | 162 | 31 | 26 |
| Binary | 101110 | 1000111 | 101011 | 100011 | 0 | 100111 | 1001000 | 1110010 | 11001 | 10110 |
Color Harmonies of #2E472B
Complementary color
Monochromatic Colors of #2E472B
Black with #2E472B
Text Example
Text Example
White with #2E472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E472B; }
p { color: rgb(46,71,43); }
H1.HeaderClassName
{
color: #2E472B;
}
.AnyTagClassName
{
color: #2E472B;
}
</style>
background-color css
<style>
a { background-color: #2E472B; }
a { background-color: rgb(46,71,43); }
div.DivClassName
{
background-color: #2E472B;
}
.BgClassName
{
background-color: #2E472B;
}
</style>
border-color css
<style>
span { border-color: #2E472B; }
span { border-color: rgb(46,71,43); }
td.TdClassName
{
border-color: #2E472B;
}
.TagClassName
{
border-color: #2E472B;
}
</style>