Shades of Palm Leaf #2D4229
Tints of Palm Leaf #2D4229
RGB
CMYK
RGB Variations
Color information
#2D4229 (or 0x2D4229) is known color: Palm Leaf. HEX triplet: 2D, 42 and 29. RGB value is (45,66,41). Sum of RGB (Red+Green+Blue) = 45+66+41=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4229 is #D2BDD6. Grayscale: #383838. Windows color (decimal): -13811159 or 2703917. OLE color: 2703917.
HSL color Cylindrical-coordinate representation of color #2D4229: hue angle of 110.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4229 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 41 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.74 |
| HSL | 110.4º | 0.23% | 0.21% | - |
| HSV(B) | 110.4º | 0.38% | 0.26% | - |
| XYZ | 3.43 | 4.61 | 2.81 | - |
| YUV | 56.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 41 | 0.32 | 0 | 0.38 | 0.74 | 110.4 | 0.23 | 0.21 |
| Hex | 2D | 42 | 29 | 20 | 0 | 26 | 4A | 6E | 17 | 15 |
| Octal | 55 | 102 | 51 | 40 | 0 | 46 | 112 | 156 | 27 | 25 |
| Binary | 101101 | 1000010 | 101001 | 100000 | 0 | 100110 | 1001010 | 1101110 | 10111 | 10101 |
Color Harmonies of #2D4229
Complementary color
Monochromatic Colors of #2D4229
Black with #2D4229
Text Example
Text Example
White with #2D4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4229; }
p { color: rgb(45,66,41); }
H1.HeaderClassName
{
color: #2D4229;
}
.AnyTagClassName
{
color: #2D4229;
}
</style>
background-color css
<style>
a { background-color: #2D4229; }
a { background-color: rgb(45,66,41); }
div.DivClassName
{
background-color: #2D4229;
}
.BgClassName
{
background-color: #2D4229;
}
</style>
border-color css
<style>
span { border-color: #2D4229; }
span { border-color: rgb(45,66,41); }
td.TdClassName
{
border-color: #2D4229;
}
.TagClassName
{
border-color: #2D4229;
}
</style>