Shades of Palm Leaf #2E3E2C
Tints of Palm Leaf #2E3E2C
RGB
CMYK
RGB Variations
Color information
#2E3E2C (or 0x2E3E2C) is known color: Palm Leaf. HEX triplet: 2E, 3E and 2C. RGB value is (46,62,44). Sum of RGB (Red+Green+Blue) = 46+62+44=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E2C is #D1C1D3. Grayscale: #373737. Windows color (decimal): -13746644 or 2899502. OLE color: 2899502.
HSL color Cylindrical-coordinate representation of color #2E3E2C: hue angle of 113.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E3E2C is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 62 | 44 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.76 |
| HSL | 113.33º | 0.17% | 0.21% | - |
| HSV(B) | 113.33º | 0.29% | 0.24% | - |
| XYZ | 3.3 | 4.21 | 3.02 | - |
| YUV | 55.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 44 | 0.26 | 0 | 0.29 | 0.76 | 113.33 | 0.17 | 0.21 |
| Hex | 2E | 3E | 2C | 1A | 0 | 1D | 4C | 71 | 11 | 15 |
| Octal | 56 | 76 | 54 | 32 | 0 | 35 | 114 | 161 | 21 | 25 |
| Binary | 101110 | 111110 | 101100 | 11010 | 0 | 11101 | 1001100 | 1110001 | 10001 | 10101 |
Color Harmonies of #2E3E2C
Complementary color
Monochromatic Colors of #2E3E2C
Black with #2E3E2C
Text Example
Text Example
White with #2E3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E2C; }
p { color: rgb(46,62,44); }
H1.HeaderClassName
{
color: #2E3E2C;
}
.AnyTagClassName
{
color: #2E3E2C;
}
</style>
background-color css
<style>
a { background-color: #2E3E2C; }
a { background-color: rgb(46,62,44); }
div.DivClassName
{
background-color: #2E3E2C;
}
.BgClassName
{
background-color: #2E3E2C;
}
</style>
border-color css
<style>
span { border-color: #2E3E2C; }
span { border-color: rgb(46,62,44); }
td.TdClassName
{
border-color: #2E3E2C;
}
.TagClassName
{
border-color: #2E3E2C;
}
</style>