Shades of Palm Leaf #2D4821
Tints of Palm Leaf #2D4821
RGB
CMYK
RGB Variations
Color information
#2D4821 (or 0x2D4821) is known color: Palm Leaf. HEX triplet: 2D, 48 and 21. RGB value is (45,72,33). Sum of RGB (Red+Green+Blue) = 45+72+33=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4821 is #D2B7DE. Grayscale: #3B3B3B. Windows color (decimal): -13809631 or 2181165. OLE color: 2181165.
HSL color Cylindrical-coordinate representation of color #2D4821: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D4821 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 33 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.72 |
| HSL | 101.54º | 0.37% | 0.21% | - |
| HSV(B) | 101.54º | 0.54% | 0.28% | - |
| XYZ | 3.67 | 5.3 | 2.27 | - |
| YUV | 59.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 33 | 0.38 | 0 | 0.54 | 0.72 | 101.54 | 0.37 | 0.21 |
| Hex | 2D | 48 | 21 | 26 | 0 | 36 | 48 | 66 | 25 | 15 |
| Octal | 55 | 110 | 41 | 46 | 0 | 66 | 110 | 146 | 45 | 25 |
| Binary | 101101 | 1001000 | 100001 | 100110 | 0 | 110110 | 1001000 | 1100110 | 100101 | 10101 |
Color Harmonies of #2D4821
Complementary color
Monochromatic Colors of #2D4821
Black with #2D4821
Text Example
Text Example
White with #2D4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4821; }
p { color: rgb(45,72,33); }
H1.HeaderClassName
{
color: #2D4821;
}
.AnyTagClassName
{
color: #2D4821;
}
</style>
background-color css
<style>
a { background-color: #2D4821; }
a { background-color: rgb(45,72,33); }
div.DivClassName
{
background-color: #2D4821;
}
.BgClassName
{
background-color: #2D4821;
}
</style>
border-color css
<style>
span { border-color: #2D4821; }
span { border-color: rgb(45,72,33); }
td.TdClassName
{
border-color: #2D4821;
}
.TagClassName
{
border-color: #2D4821;
}
</style>