Shades of Palm Leaf #2D5120
Tints of Palm Leaf #2D5120
RGB
CMYK
RGB Variations
Color information
#2D5120 (or 0x2D5120) is known color: Palm Leaf. HEX triplet: 2D, 51 and 20. RGB value is (45,81,32). Sum of RGB (Red+Green+Blue) = 45+81+32=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5120 is #D2AEDF. Grayscale: #404040. Windows color (decimal): -13807328 or 2117933. OLE color: 2117933.
HSL color Cylindrical-coordinate representation of color #2D5120: hue angle of 104.08º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5120 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 32 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.68 |
| HSL | 104.08º | 0.43% | 0.22% | - |
| HSV(B) | 104.08º | 0.6% | 0.32% | - |
| XYZ | 4.29 | 6.55 | 2.4 | - |
| YUV | 64.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 32 | 0.44 | 0 | 0.60 | 0.68 | 104.08 | 0.43 | 0.22 |
| Hex | 2D | 51 | 20 | 2C | 0 | 3C | 44 | 68 | 2B | 16 |
| Octal | 55 | 121 | 40 | 54 | 0 | 74 | 104 | 150 | 53 | 26 |
| Binary | 101101 | 1010001 | 100000 | 101100 | 0 | 111100 | 1000100 | 1101000 | 101011 | 10110 |
Color Harmonies of #2D5120
Complementary color
Monochromatic Colors of #2D5120
Black with #2D5120
Text Example
Text Example
White with #2D5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5120; }
p { color: rgb(45,81,32); }
H1.HeaderClassName
{
color: #2D5120;
}
.AnyTagClassName
{
color: #2D5120;
}
</style>
background-color css
<style>
a { background-color: #2D5120; }
a { background-color: rgb(45,81,32); }
div.DivClassName
{
background-color: #2D5120;
}
.BgClassName
{
background-color: #2D5120;
}
</style>
border-color css
<style>
span { border-color: #2D5120; }
span { border-color: rgb(45,81,32); }
td.TdClassName
{
border-color: #2D5120;
}
.TagClassName
{
border-color: #2D5120;
}
</style>