Shades of Palm Leaf #2D5525
Tints of Palm Leaf #2D5525
RGB
CMYK
RGB Variations
Color information
#2D5525 (or 0x2D5525) is known color: Palm Leaf. HEX triplet: 2D, 55 and 25. RGB value is (45,85,37). Sum of RGB (Red+Green+Blue) = 45+85+37=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5525 is #D2AADA. Grayscale: #434343. Windows color (decimal): -13806299 or 2446637. OLE color: 2446637.
HSL color Cylindrical-coordinate representation of color #2D5525: hue angle of 110º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D5525 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 37 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.67 |
| HSL | 110º | 0.39% | 0.24% | - |
| HSV(B) | 110º | 0.56% | 0.33% | - |
| XYZ | 4.66 | 7.19 | 2.89 | - |
| YUV | 67.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 37 | 0.47 | 0 | 0.56 | 0.67 | 110 | 0.39 | 0.24 |
| Hex | 2D | 55 | 25 | 2F | 0 | 38 | 43 | 6E | 27 | 18 |
| Octal | 55 | 125 | 45 | 57 | 0 | 70 | 103 | 156 | 47 | 30 |
| Binary | 101101 | 1010101 | 100101 | 101111 | 0 | 111000 | 1000011 | 1101110 | 100111 | 11000 |
Color Harmonies of #2D5525
Complementary color
Monochromatic Colors of #2D5525
Black with #2D5525
Text Example
Text Example
White with #2D5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5525; }
p { color: rgb(45,85,37); }
H1.HeaderClassName
{
color: #2D5525;
}
.AnyTagClassName
{
color: #2D5525;
}
</style>
background-color css
<style>
a { background-color: #2D5525; }
a { background-color: rgb(45,85,37); }
div.DivClassName
{
background-color: #2D5525;
}
.BgClassName
{
background-color: #2D5525;
}
</style>
border-color css
<style>
span { border-color: #2D5525; }
span { border-color: rgb(45,85,37); }
td.TdClassName
{
border-color: #2D5525;
}
.TagClassName
{
border-color: #2D5525;
}
</style>