Shades of Palm Leaf #2D4F29
Tints of Palm Leaf #2D4F29
RGB
CMYK
RGB Variations
Color information
#2D4F29 (or 0x2D4F29) is known color: Palm Leaf. HEX triplet: 2D, 4F and 29. RGB value is (45,79,41). Sum of RGB (Red+Green+Blue) = 45+79+41=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F29 is #D2B0D6. Grayscale: #404040. Windows color (decimal): -13807831 or 2707245. OLE color: 2707245.
HSL color Cylindrical-coordinate representation of color #2D4F29: hue angle of 113.68º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D4F29 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 41 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.69 |
| HSL | 113.68º | 0.32% | 0.24% | - |
| HSV(B) | 113.68º | 0.48% | 0.31% | - |
| XYZ | 4.28 | 6.31 | 3.09 | - |
| YUV | 64.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 41 | 0.43 | 0 | 0.48 | 0.69 | 113.68 | 0.32 | 0.24 |
| Hex | 2D | 4F | 29 | 2B | 0 | 30 | 45 | 72 | 20 | 18 |
| Octal | 55 | 117 | 51 | 53 | 0 | 60 | 105 | 162 | 40 | 30 |
| Binary | 101101 | 1001111 | 101001 | 101011 | 0 | 110000 | 1000101 | 1110010 | 100000 | 11000 |
Color Harmonies of #2D4F29
Complementary color
Monochromatic Colors of #2D4F29
Black with #2D4F29
Text Example
Text Example
White with #2D4F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F29; }
p { color: rgb(45,79,41); }
H1.HeaderClassName
{
color: #2D4F29;
}
.AnyTagClassName
{
color: #2D4F29;
}
</style>
background-color css
<style>
a { background-color: #2D4F29; }
a { background-color: rgb(45,79,41); }
div.DivClassName
{
background-color: #2D4F29;
}
.BgClassName
{
background-color: #2D4F29;
}
</style>
border-color css
<style>
span { border-color: #2D4F29; }
span { border-color: rgb(45,79,41); }
td.TdClassName
{
border-color: #2D4F29;
}
.TagClassName
{
border-color: #2D4F29;
}
</style>