Shades of Palm Leaf #2D4E29
Tints of Palm Leaf #2D4E29
RGB
CMYK
RGB Variations
Color information
#2D4E29 (or 0x2D4E29) is known color: Palm Leaf. HEX triplet: 2D, 4E and 29. RGB value is (45,78,41). Sum of RGB (Red+Green+Blue) = 45+78+41=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E29 is #D2B1D6. Grayscale: #404040. Windows color (decimal): -13808087 or 2706989. OLE color: 2706989.
HSL color Cylindrical-coordinate representation of color #2D4E29: hue angle of 113.51º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D4E29 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 78 | 41 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.69 |
| HSL | 113.51º | 0.31% | 0.23% | - |
| HSV(B) | 113.51º | 0.47% | 0.31% | - |
| XYZ | 4.21 | 6.17 | 3.07 | - |
| YUV | 63.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 41 | 0.42 | 0 | 0.47 | 0.69 | 113.51 | 0.31 | 0.23 |
| Hex | 2D | 4E | 29 | 2A | 0 | 2F | 45 | 72 | 1F | 17 |
| Octal | 55 | 116 | 51 | 52 | 0 | 57 | 105 | 162 | 37 | 27 |
| Binary | 101101 | 1001110 | 101001 | 101010 | 0 | 101111 | 1000101 | 1110010 | 11111 | 10111 |
Color Harmonies of #2D4E29
Complementary color
Monochromatic Colors of #2D4E29
Black with #2D4E29
Text Example
Text Example
White with #2D4E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E29; }
p { color: rgb(45,78,41); }
H1.HeaderClassName
{
color: #2D4E29;
}
.AnyTagClassName
{
color: #2D4E29;
}
</style>
background-color css
<style>
a { background-color: #2D4E29; }
a { background-color: rgb(45,78,41); }
div.DivClassName
{
background-color: #2D4E29;
}
.BgClassName
{
background-color: #2D4E29;
}
</style>
border-color css
<style>
span { border-color: #2D4E29; }
span { border-color: rgb(45,78,41); }
td.TdClassName
{
border-color: #2D4E29;
}
.TagClassName
{
border-color: #2D4E29;
}
</style>