Shades of Palm Leaf #2E3F27
Tints of Palm Leaf #2E3F27
RGB
CMYK
RGB Variations
Color information
#2E3F27 (or 0x2E3F27) is known color: Palm Leaf. HEX triplet: 2E, 3F and 27. RGB value is (46,63,39). Sum of RGB (Red+Green+Blue) = 46+63+39=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F27 is #D1C0D8. Grayscale: #373737. Windows color (decimal): -13746393 or 2572078. OLE color: 2572078.
HSL color Cylindrical-coordinate representation of color #2E3F27: hue angle of 102.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E3F27 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 39 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.75 |
| HSL | 102.5º | 0.24% | 0.2% | - |
| HSV(B) | 102.5º | 0.38% | 0.25% | - |
| XYZ | 3.27 | 4.28 | 2.57 | - |
| YUV | 55.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 39 | 0.27 | 0 | 0.38 | 0.75 | 102.5 | 0.24 | 0.2 |
| Hex | 2E | 3F | 27 | 1B | 0 | 26 | 4B | 66 | 18 | 14 |
| Octal | 56 | 77 | 47 | 33 | 0 | 46 | 113 | 146 | 30 | 24 |
| Binary | 101110 | 111111 | 100111 | 11011 | 0 | 100110 | 1001011 | 1100110 | 11000 | 10100 |
Color Harmonies of #2E3F27
Complementary color
Monochromatic Colors of #2E3F27
Black with #2E3F27
Text Example
Text Example
White with #2E3F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F27; }
p { color: rgb(46,63,39); }
H1.HeaderClassName
{
color: #2E3F27;
}
.AnyTagClassName
{
color: #2E3F27;
}
</style>
background-color css
<style>
a { background-color: #2E3F27; }
a { background-color: rgb(46,63,39); }
div.DivClassName
{
background-color: #2E3F27;
}
.BgClassName
{
background-color: #2E3F27;
}
</style>
border-color css
<style>
span { border-color: #2E3F27; }
span { border-color: rgb(46,63,39); }
td.TdClassName
{
border-color: #2E3F27;
}
.TagClassName
{
border-color: #2E3F27;
}
</style>