Shades of Palm Leaf #2E4321
Tints of Palm Leaf #2E4321
RGB
CMYK
RGB Variations
Color information
#2E4321 (or 0x2E4321) is known color: Palm Leaf. HEX triplet: 2E, 43 and 21. RGB value is (46,67,33). Sum of RGB (Red+Green+Blue) = 46+67+33=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #2E4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4321 is #D1BCDE. Grayscale: #383838. Windows color (decimal): -13745375 or 2179886. OLE color: 2179886.
HSL color Cylindrical-coordinate representation of color #2E4321: hue angle of 97.06º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E4321 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 67 | 33 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.74 |
| HSL | 97.06º | 0.34% | 0.2% | - |
| HSV(B) | 97.06º | 0.51% | 0.26% | - |
| XYZ | 3.41 | 4.7 | 2.17 | - |
| YUV | 56.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 33 | 0.31 | 0 | 0.51 | 0.74 | 97.06 | 0.34 | 0.2 |
| Hex | 2E | 43 | 21 | 1F | 0 | 33 | 4A | 61 | 22 | 14 |
| Octal | 56 | 103 | 41 | 37 | 0 | 63 | 112 | 141 | 42 | 24 |
| Binary | 101110 | 1000011 | 100001 | 11111 | 0 | 110011 | 1001010 | 1100001 | 100010 | 10100 |
Color Harmonies of #2E4321
Complementary color
Monochromatic Colors of #2E4321
Black with #2E4321
Text Example
Text Example
White with #2E4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4321; }
p { color: rgb(46,67,33); }
H1.HeaderClassName
{
color: #2E4321;
}
.AnyTagClassName
{
color: #2E4321;
}
</style>
background-color css
<style>
a { background-color: #2E4321; }
a { background-color: rgb(46,67,33); }
div.DivClassName
{
background-color: #2E4321;
}
.BgClassName
{
background-color: #2E4321;
}
</style>
border-color css
<style>
span { border-color: #2E4321; }
span { border-color: rgb(46,67,33); }
td.TdClassName
{
border-color: #2E4321;
}
.TagClassName
{
border-color: #2E4321;
}
</style>