Shades of Palm Leaf #2D5521
Tints of Palm Leaf #2D5521
RGB
CMYK
RGB Variations
Color information
#2D5521 (or 0x2D5521) is known color: Palm Leaf. HEX triplet: 2D, 55 and 21. RGB value is (45,85,33). Sum of RGB (Red+Green+Blue) = 45+85+33=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5521 is #D2AADE. Grayscale: #434343. Windows color (decimal): -13806303 or 2184493. OLE color: 2184493.
HSL color Cylindrical-coordinate representation of color #2D5521: hue angle of 106.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D5521 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 33 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.67 |
| HSL | 106.15º | 0.44% | 0.23% | - |
| HSV(B) | 106.15º | 0.61% | 0.33% | - |
| XYZ | 4.61 | 7.16 | 2.58 | - |
| YUV | 67.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 33 | 0.47 | 0 | 0.61 | 0.67 | 106.15 | 0.44 | 0.23 |
| Hex | 2D | 55 | 21 | 2F | 0 | 3D | 43 | 6A | 2C | 17 |
| Octal | 55 | 125 | 41 | 57 | 0 | 75 | 103 | 152 | 54 | 27 |
| Binary | 101101 | 1010101 | 100001 | 101111 | 0 | 111101 | 1000011 | 1101010 | 101100 | 10111 |
Color Harmonies of #2D5521
Complementary color
Monochromatic Colors of #2D5521
Black with #2D5521
Text Example
Text Example
White with #2D5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5521; }
p { color: rgb(45,85,33); }
H1.HeaderClassName
{
color: #2D5521;
}
.AnyTagClassName
{
color: #2D5521;
}
</style>
background-color css
<style>
a { background-color: #2D5521; }
a { background-color: rgb(45,85,33); }
div.DivClassName
{
background-color: #2D5521;
}
.BgClassName
{
background-color: #2D5521;
}
</style>
border-color css
<style>
span { border-color: #2D5521; }
span { border-color: rgb(45,85,33); }
td.TdClassName
{
border-color: #2D5521;
}
.TagClassName
{
border-color: #2D5521;
}
</style>