Shades of Palm Leaf #2E4C27
Tints of Palm Leaf #2E4C27
RGB
CMYK
RGB Variations
Color information
#2E4C27 (or 0x2E4C27) is known color: Palm Leaf. HEX triplet: 2E, 4C and 27. RGB value is (46,76,39). Sum of RGB (Red+Green+Blue) = 46+76+39=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C27 is #D1B3D8. Grayscale: #3E3E3E. Windows color (decimal): -13743065 or 2575406. OLE color: 2575406.
HSL color Cylindrical-coordinate representation of color #2E4C27: hue angle of 108.65º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E4C27 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 39 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.70 |
| HSL | 108.65º | 0.32% | 0.23% | - |
| HSV(B) | 108.65º | 0.49% | 0.3% | - |
| XYZ | 4.08 | 5.9 | 2.84 | - |
| YUV | 62.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 39 | 0.39 | 0 | 0.49 | 0.70 | 108.65 | 0.32 | 0.23 |
| Hex | 2E | 4C | 27 | 27 | 0 | 31 | 46 | 6D | 20 | 17 |
| Octal | 56 | 114 | 47 | 47 | 0 | 61 | 106 | 155 | 40 | 27 |
| Binary | 101110 | 1001100 | 100111 | 100111 | 0 | 110001 | 1000110 | 1101101 | 100000 | 10111 |
Color Harmonies of #2E4C27
Complementary color
Monochromatic Colors of #2E4C27
Black with #2E4C27
Text Example
Text Example
White with #2E4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C27; }
p { color: rgb(46,76,39); }
H1.HeaderClassName
{
color: #2E4C27;
}
.AnyTagClassName
{
color: #2E4C27;
}
</style>
background-color css
<style>
a { background-color: #2E4C27; }
a { background-color: rgb(46,76,39); }
div.DivClassName
{
background-color: #2E4C27;
}
.BgClassName
{
background-color: #2E4C27;
}
</style>
border-color css
<style>
span { border-color: #2E4C27; }
span { border-color: rgb(46,76,39); }
td.TdClassName
{
border-color: #2E4C27;
}
.TagClassName
{
border-color: #2E4C27;
}
</style>