Shades of Palm Leaf #2E432B
Tints of Palm Leaf #2E432B
RGB
CMYK
RGB Variations
Color information
#2E432B (or 0x2E432B) is known color: Palm Leaf. HEX triplet: 2E, 43 and 2B. RGB value is (46,67,43). Sum of RGB (Red+Green+Blue) = 46+67+43=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #2E432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E432B is #D1BCD4. Grayscale: #3A3A3A. Windows color (decimal): -13745365 or 2835246. OLE color: 2835246.
HSL color Cylindrical-coordinate representation of color #2E432B: hue angle of 112.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E432B is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 67 | 43 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.74 |
| HSL | 112.5º | 0.22% | 0.22% | - |
| HSV(B) | 112.5º | 0.36% | 0.26% | - |
| XYZ | 3.57 | 4.77 | 3.02 | - |
| YUV | 57.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 43 | 0.31 | 0 | 0.36 | 0.74 | 112.5 | 0.22 | 0.22 |
| Hex | 2E | 43 | 2B | 1F | 0 | 24 | 4A | 70 | 16 | 16 |
| Octal | 56 | 103 | 53 | 37 | 0 | 44 | 112 | 160 | 26 | 26 |
| Binary | 101110 | 1000011 | 101011 | 11111 | 0 | 100100 | 1001010 | 1110000 | 10110 | 10110 |
Color Harmonies of #2E432B
Complementary color
Monochromatic Colors of #2E432B
Black with #2E432B
Text Example
Text Example
White with #2E432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E432B; }
p { color: rgb(46,67,43); }
H1.HeaderClassName
{
color: #2E432B;
}
.AnyTagClassName
{
color: #2E432B;
}
</style>
background-color css
<style>
a { background-color: #2E432B; }
a { background-color: rgb(46,67,43); }
div.DivClassName
{
background-color: #2E432B;
}
.BgClassName
{
background-color: #2E432B;
}
</style>
border-color css
<style>
span { border-color: #2E432B; }
span { border-color: rgb(46,67,43); }
td.TdClassName
{
border-color: #2E432B;
}
.TagClassName
{
border-color: #2E432B;
}
</style>