Shades of Palm Leaf #2E472A
Tints of Palm Leaf #2E472A
RGB
CMYK
RGB Variations
Color information
#2E472A (or 0x2E472A) is known color: Palm Leaf. HEX triplet: 2E, 47 and 2A. RGB value is (46,71,42). Sum of RGB (Red+Green+Blue) = 46+71+42=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #2E472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E472A is #D1B8D5. Grayscale: #3C3C3C. Windows color (decimal): -13744342 or 2770734. OLE color: 2770734.
HSL color Cylindrical-coordinate representation of color #2E472A: hue angle of 111.72º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E472A is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 71 | 42 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.72 |
| HSL | 111.72º | 0.26% | 0.22% | - |
| HSV(B) | 111.72º | 0.41% | 0.28% | - |
| XYZ | 3.8 | 5.25 | 3 | - |
| YUV | 60.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 42 | 0.35 | 0 | 0.41 | 0.72 | 111.72 | 0.26 | 0.22 |
| Hex | 2E | 47 | 2A | 23 | 0 | 29 | 48 | 70 | 1A | 16 |
| Octal | 56 | 107 | 52 | 43 | 0 | 51 | 110 | 160 | 32 | 26 |
| Binary | 101110 | 1000111 | 101010 | 100011 | 0 | 101001 | 1001000 | 1110000 | 11010 | 10110 |
Color Harmonies of #2E472A
Complementary color
Monochromatic Colors of #2E472A
Black with #2E472A
Text Example
Text Example
White with #2E472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E472A; }
p { color: rgb(46,71,42); }
H1.HeaderClassName
{
color: #2E472A;
}
.AnyTagClassName
{
color: #2E472A;
}
</style>
background-color css
<style>
a { background-color: #2E472A; }
a { background-color: rgb(46,71,42); }
div.DivClassName
{
background-color: #2E472A;
}
.BgClassName
{
background-color: #2E472A;
}
</style>
border-color css
<style>
span { border-color: #2E472A; }
span { border-color: rgb(46,71,42); }
td.TdClassName
{
border-color: #2E472A;
}
.TagClassName
{
border-color: #2E472A;
}
</style>