Shades of Palm Leaf #2D4820
Tints of Palm Leaf #2D4820
RGB
CMYK
RGB Variations
Color information
#2D4820 (or 0x2D4820) is known color: Palm Leaf. HEX triplet: 2D, 48 and 20. RGB value is (45,72,32). Sum of RGB (Red+Green+Blue) = 45+72+32=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4820 is #D2B7DF. Grayscale: #3B3B3B. Windows color (decimal): -13809632 or 2115629. OLE color: 2115629.
HSL color Cylindrical-coordinate representation of color #2D4820: hue angle of 100.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D4820 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 32 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.72 |
| HSL | 100.5º | 0.38% | 0.2% | - |
| HSV(B) | 100.5º | 0.56% | 0.28% | - |
| XYZ | 3.66 | 5.3 | 2.2 | - |
| YUV | 59.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 32 | 0.38 | 0 | 0.56 | 0.72 | 100.5 | 0.38 | 0.2 |
| Hex | 2D | 48 | 20 | 26 | 0 | 38 | 48 | 64 | 26 | 14 |
| Octal | 55 | 110 | 40 | 46 | 0 | 70 | 110 | 144 | 46 | 24 |
| Binary | 101101 | 1001000 | 100000 | 100110 | 0 | 111000 | 1001000 | 1100100 | 100110 | 10100 |
Color Harmonies of #2D4820
Complementary color
Monochromatic Colors of #2D4820
Black with #2D4820
Text Example
Text Example
White with #2D4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4820; }
p { color: rgb(45,72,32); }
H1.HeaderClassName
{
color: #2D4820;
}
.AnyTagClassName
{
color: #2D4820;
}
</style>
background-color css
<style>
a { background-color: #2D4820; }
a { background-color: rgb(45,72,32); }
div.DivClassName
{
background-color: #2D4820;
}
.BgClassName
{
background-color: #2D4820;
}
</style>
border-color css
<style>
span { border-color: #2D4820; }
span { border-color: rgb(45,72,32); }
td.TdClassName
{
border-color: #2D4820;
}
.TagClassName
{
border-color: #2D4820;
}
</style>