Shades of Palm Leaf #2D5628
Tints of Palm Leaf #2D5628
RGB
CMYK
RGB Variations
Color information
#2D5628 (or 0x2D5628) is known color: Palm Leaf. HEX triplet: 2D, 56 and 28. RGB value is (45,86,40). Sum of RGB (Red+Green+Blue) = 45+86+40=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5628 is #D2A9D7. Grayscale: #444444. Windows color (decimal): -13806040 or 2643501. OLE color: 2643501.
HSL color Cylindrical-coordinate representation of color #2D5628: hue angle of 113.48º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5628 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 40 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.66 |
| HSL | 113.48º | 0.37% | 0.25% | - |
| HSV(B) | 113.48º | 0.53% | 0.34% | - |
| XYZ | 4.79 | 7.37 | 3.18 | - |
| YUV | 68.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 40 | 0.48 | 0 | 0.53 | 0.66 | 113.48 | 0.37 | 0.25 |
| Hex | 2D | 56 | 28 | 30 | 0 | 35 | 42 | 71 | 25 | 19 |
| Octal | 55 | 126 | 50 | 60 | 0 | 65 | 102 | 161 | 45 | 31 |
| Binary | 101101 | 1010110 | 101000 | 110000 | 0 | 110101 | 1000010 | 1110001 | 100101 | 11001 |
Color Harmonies of #2D5628
Complementary color
Monochromatic Colors of #2D5628
Black with #2D5628
Text Example
Text Example
White with #2D5628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5628; }
p { color: rgb(45,86,40); }
H1.HeaderClassName
{
color: #2D5628;
}
.AnyTagClassName
{
color: #2D5628;
}
</style>
background-color css
<style>
a { background-color: #2D5628; }
a { background-color: rgb(45,86,40); }
div.DivClassName
{
background-color: #2D5628;
}
.BgClassName
{
background-color: #2D5628;
}
</style>
border-color css
<style>
span { border-color: #2D5628; }
span { border-color: rgb(45,86,40); }
td.TdClassName
{
border-color: #2D5628;
}
.TagClassName
{
border-color: #2D5628;
}
</style>