Shades of Palm Leaf #2E3F26
Tints of Palm Leaf #2E3F26
RGB
CMYK
RGB Variations
Color information
#2E3F26 (or 0x2E3F26) is known color: Palm Leaf. HEX triplet: 2E, 3F and 26. RGB value is (46,63,38). Sum of RGB (Red+Green+Blue) = 46+63+38=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F26 is #D1C0D9. Grayscale: #373737. Windows color (decimal): -13746394 or 2506542. OLE color: 2506542.
HSL color Cylindrical-coordinate representation of color #2E3F26: hue angle of 100.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E3F26 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 38 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.75 |
| HSL | 100.8º | 0.25% | 0.2% | - |
| HSV(B) | 100.8º | 0.4% | 0.25% | - |
| XYZ | 3.25 | 4.28 | 2.49 | - |
| YUV | 55.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 38 | 0.27 | 0 | 0.40 | 0.75 | 100.8 | 0.25 | 0.2 |
| Hex | 2E | 3F | 26 | 1B | 0 | 28 | 4B | 65 | 19 | 14 |
| Octal | 56 | 77 | 46 | 33 | 0 | 50 | 113 | 145 | 31 | 24 |
| Binary | 101110 | 111111 | 100110 | 11011 | 0 | 101000 | 1001011 | 1100101 | 11001 | 10100 |
Color Harmonies of #2E3F26
Complementary color
Monochromatic Colors of #2E3F26
Black with #2E3F26
Text Example
Text Example
White with #2E3F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F26; }
p { color: rgb(46,63,38); }
H1.HeaderClassName
{
color: #2E3F26;
}
.AnyTagClassName
{
color: #2E3F26;
}
</style>
background-color css
<style>
a { background-color: #2E3F26; }
a { background-color: rgb(46,63,38); }
div.DivClassName
{
background-color: #2E3F26;
}
.BgClassName
{
background-color: #2E3F26;
}
</style>
border-color css
<style>
span { border-color: #2E3F26; }
span { border-color: rgb(46,63,38); }
td.TdClassName
{
border-color: #2E3F26;
}
.TagClassName
{
border-color: #2E3F26;
}
</style>