Shades of Palm Leaf #2D3D29
Tints of Palm Leaf #2D3D29
RGB
CMYK
RGB Variations
Color information
#2D3D29 (or 0x2D3D29) is known color: Palm Leaf. HEX triplet: 2D, 3D and 29. RGB value is (45,61,41). Sum of RGB (Red+Green+Blue) = 45+61+41=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D29 is #D2C2D6. Grayscale: #353535. Windows color (decimal): -13812439 or 2702637. OLE color: 2702637.
HSL color Cylindrical-coordinate representation of color #2D3D29: hue angle of 108º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D3D29 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 41 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.76 |
| HSL | 108º | 0.2% | 0.2% | - |
| HSV(B) | 108º | 0.33% | 0.24% | - |
| XYZ | 3.15 | 4.06 | 2.71 | - |
| YUV | 53.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 41 | 0.26 | 0 | 0.33 | 0.76 | 108 | 0.2 | 0.2 |
| Hex | 2D | 3D | 29 | 1A | 0 | 21 | 4C | 6C | 14 | 14 |
| Octal | 55 | 75 | 51 | 32 | 0 | 41 | 114 | 154 | 24 | 24 |
| Binary | 101101 | 111101 | 101001 | 11010 | 0 | 100001 | 1001100 | 1101100 | 10100 | 10100 |
Color Harmonies of #2D3D29
Complementary color
Monochromatic Colors of #2D3D29
Black with #2D3D29
Text Example
Text Example
White with #2D3D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D29; }
p { color: rgb(45,61,41); }
H1.HeaderClassName
{
color: #2D3D29;
}
.AnyTagClassName
{
color: #2D3D29;
}
</style>
background-color css
<style>
a { background-color: #2D3D29; }
a { background-color: rgb(45,61,41); }
div.DivClassName
{
background-color: #2D3D29;
}
.BgClassName
{
background-color: #2D3D29;
}
</style>
border-color css
<style>
span { border-color: #2D3D29; }
span { border-color: rgb(45,61,41); }
td.TdClassName
{
border-color: #2D3D29;
}
.TagClassName
{
border-color: #2D3D29;
}
</style>