Shades of Palm Leaf #2D5726
Tints of Palm Leaf #2D5726
RGB
CMYK
RGB Variations
Color information
#2D5726 (or 0x2D5726) is known color: Palm Leaf. HEX triplet: 2D, 57 and 26. RGB value is (45,87,38). Sum of RGB (Red+Green+Blue) = 45+87+38=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #2D5726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5726 is #D2A8D9. Grayscale: #454545. Windows color (decimal): -13805786 or 2512685. OLE color: 2512685.
HSL color Cylindrical-coordinate representation of color #2D5726: hue angle of 111.43º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D5726 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 87 | 38 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.66 |
| HSL | 111.43º | 0.39% | 0.25% | - |
| HSV(B) | 111.43º | 0.56% | 0.34% | - |
| XYZ | 4.84 | 7.51 | 3.03 | - |
| YUV | 68.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 38 | 0.48 | 0 | 0.56 | 0.66 | 111.43 | 0.39 | 0.25 |
| Hex | 2D | 57 | 26 | 30 | 0 | 38 | 42 | 6F | 27 | 19 |
| Octal | 55 | 127 | 46 | 60 | 0 | 70 | 102 | 157 | 47 | 31 |
| Binary | 101101 | 1010111 | 100110 | 110000 | 0 | 111000 | 1000010 | 1101111 | 100111 | 11001 |
Color Harmonies of #2D5726
Complementary color
Monochromatic Colors of #2D5726
Black with #2D5726
Text Example
Text Example
White with #2D5726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5726; }
p { color: rgb(45,87,38); }
H1.HeaderClassName
{
color: #2D5726;
}
.AnyTagClassName
{
color: #2D5726;
}
</style>
background-color css
<style>
a { background-color: #2D5726; }
a { background-color: rgb(45,87,38); }
div.DivClassName
{
background-color: #2D5726;
}
.BgClassName
{
background-color: #2D5726;
}
</style>
border-color css
<style>
span { border-color: #2D5726; }
span { border-color: rgb(45,87,38); }
td.TdClassName
{
border-color: #2D5726;
}
.TagClassName
{
border-color: #2D5726;
}
</style>