Shades of Palm Leaf #2D4521
Tints of Palm Leaf #2D4521
RGB
CMYK
RGB Variations
Color information
#2D4521 (or 0x2D4521) is known color: Palm Leaf. HEX triplet: 2D, 45 and 21. RGB value is (45,69,33). Sum of RGB (Red+Green+Blue) = 45+69+33=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4521 is #D2BADE. Grayscale: #393939. Windows color (decimal): -13810399 or 2180397. OLE color: 2180397.
HSL color Cylindrical-coordinate representation of color #2D4521: hue angle of 100º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D4521 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 33 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.73 |
| HSL | 100º | 0.35% | 0.2% | - |
| HSV(B) | 100º | 0.52% | 0.27% | - |
| XYZ | 3.48 | 4.92 | 2.21 | - |
| YUV | 57.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 33 | 0.35 | 0 | 0.52 | 0.73 | 100 | 0.35 | 0.2 |
| Hex | 2D | 45 | 21 | 23 | 0 | 34 | 49 | 64 | 23 | 14 |
| Octal | 55 | 105 | 41 | 43 | 0 | 64 | 111 | 144 | 43 | 24 |
| Binary | 101101 | 1000101 | 100001 | 100011 | 0 | 110100 | 1001001 | 1100100 | 100011 | 10100 |
Color Harmonies of #2D4521
Complementary color
Monochromatic Colors of #2D4521
Black with #2D4521
Text Example
Text Example
White with #2D4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4521; }
p { color: rgb(45,69,33); }
H1.HeaderClassName
{
color: #2D4521;
}
.AnyTagClassName
{
color: #2D4521;
}
</style>
background-color css
<style>
a { background-color: #2D4521; }
a { background-color: rgb(45,69,33); }
div.DivClassName
{
background-color: #2D4521;
}
.BgClassName
{
background-color: #2D4521;
}
</style>
border-color css
<style>
span { border-color: #2D4521; }
span { border-color: rgb(45,69,33); }
td.TdClassName
{
border-color: #2D4521;
}
.TagClassName
{
border-color: #2D4521;
}
</style>