Shades of Palm Leaf #2D5520
Tints of Palm Leaf #2D5520
RGB
CMYK
RGB Variations
Color information
#2D5520 (or 0x2D5520) is known color: Palm Leaf. HEX triplet: 2D, 55 and 20. RGB value is (45,85,32). Sum of RGB (Red+Green+Blue) = 45+85+32=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5520 is #D2AADF. Grayscale: #434343. Windows color (decimal): -13806304 or 2118957. OLE color: 2118957.
HSL color Cylindrical-coordinate representation of color #2D5520: hue angle of 105.28º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D5520 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 32 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.67 |
| HSL | 105.28º | 0.45% | 0.23% | - |
| HSV(B) | 105.28º | 0.62% | 0.33% | - |
| XYZ | 4.59 | 7.16 | 2.51 | - |
| YUV | 67 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 32 | 0.47 | 0 | 0.62 | 0.67 | 105.28 | 0.45 | 0.23 |
| Hex | 2D | 55 | 20 | 2F | 0 | 3E | 43 | 69 | 2D | 17 |
| Octal | 55 | 125 | 40 | 57 | 0 | 76 | 103 | 151 | 55 | 27 |
| Binary | 101101 | 1010101 | 100000 | 101111 | 0 | 111110 | 1000011 | 1101001 | 101101 | 10111 |
Color Harmonies of #2D5520
Complementary color
Monochromatic Colors of #2D5520
Black with #2D5520
Text Example
Text Example
White with #2D5520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5520; }
p { color: rgb(45,85,32); }
H1.HeaderClassName
{
color: #2D5520;
}
.AnyTagClassName
{
color: #2D5520;
}
</style>
background-color css
<style>
a { background-color: #2D5520; }
a { background-color: rgb(45,85,32); }
div.DivClassName
{
background-color: #2D5520;
}
.BgClassName
{
background-color: #2D5520;
}
</style>
border-color css
<style>
span { border-color: #2D5520; }
span { border-color: rgb(45,85,32); }
td.TdClassName
{
border-color: #2D5520;
}
.TagClassName
{
border-color: #2D5520;
}
</style>