Shades of Palm Leaf #2D4129
Tints of Palm Leaf #2D4129
RGB
CMYK
RGB Variations
Color information
#2D4129 (or 0x2D4129) is known color: Palm Leaf. HEX triplet: 2D, 41 and 29. RGB value is (45,65,41). Sum of RGB (Red+Green+Blue) = 45+65+41=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4129 is #D2BED6. Grayscale: #383838. Windows color (decimal): -13811415 or 2703661. OLE color: 2703661.
HSL color Cylindrical-coordinate representation of color #2D4129: hue angle of 110º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D4129 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 41 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.75 |
| HSL | 110º | 0.23% | 0.21% | - |
| HSV(B) | 110º | 0.37% | 0.25% | - |
| XYZ | 3.37 | 4.5 | 2.79 | - |
| YUV | 56.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 41 | 0.31 | 0 | 0.37 | 0.75 | 110 | 0.23 | 0.21 |
| Hex | 2D | 41 | 29 | 1F | 0 | 25 | 4B | 6E | 17 | 15 |
| Octal | 55 | 101 | 51 | 37 | 0 | 45 | 113 | 156 | 27 | 25 |
| Binary | 101101 | 1000001 | 101001 | 11111 | 0 | 100101 | 1001011 | 1101110 | 10111 | 10101 |
Color Harmonies of #2D4129
Complementary color
Monochromatic Colors of #2D4129
Black with #2D4129
Text Example
Text Example
White with #2D4129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4129; }
p { color: rgb(45,65,41); }
H1.HeaderClassName
{
color: #2D4129;
}
.AnyTagClassName
{
color: #2D4129;
}
</style>
background-color css
<style>
a { background-color: #2D4129; }
a { background-color: rgb(45,65,41); }
div.DivClassName
{
background-color: #2D4129;
}
.BgClassName
{
background-color: #2D4129;
}
</style>
border-color css
<style>
span { border-color: #2D4129; }
span { border-color: rgb(45,65,41); }
td.TdClassName
{
border-color: #2D4129;
}
.TagClassName
{
border-color: #2D4129;
}
</style>