Shades of Palm Leaf #2D5216
Tints of Palm Leaf #2D5216
RGB
CMYK
RGB Variations
Color information
#2D5216 (or 0x2D5216) is known color: Palm Leaf. HEX triplet: 2D, 52 and 16. RGB value is (45,82,22). Sum of RGB (Red+Green+Blue) = 45+82+22=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5216 is #D2ADE9. Grayscale: #404040. Windows color (decimal): -13807082 or 1462829. OLE color: 1462829.
HSL color Cylindrical-coordinate representation of color #2D5216: hue angle of 97º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D5216 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 22 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.68 |
| HSL | 97º | 0.58% | 0.2% | - |
| HSV(B) | 97º | 0.73% | 0.32% | - |
| XYZ | 4.24 | 6.65 | 1.82 | - |
| YUV | 64.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 22 | 0.45 | 0 | 0.73 | 0.68 | 97 | 0.58 | 0.2 |
| Hex | 2D | 52 | 16 | 2D | 0 | 49 | 44 | 61 | 3A | 14 |
| Octal | 55 | 122 | 26 | 55 | 0 | 111 | 104 | 141 | 72 | 24 |
| Binary | 101101 | 1010010 | 10110 | 101101 | 0 | 1001001 | 1000100 | 1100001 | 111010 | 10100 |
Color Harmonies of #2D5216
Complementary color
Monochromatic Colors of #2D5216
Black with #2D5216
Text Example
Text Example
White with #2D5216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5216; }
p { color: rgb(45,82,22); }
H1.HeaderClassName
{
color: #2D5216;
}
.AnyTagClassName
{
color: #2D5216;
}
</style>
background-color css
<style>
a { background-color: #2D5216; }
a { background-color: rgb(45,82,22); }
div.DivClassName
{
background-color: #2D5216;
}
.BgClassName
{
background-color: #2D5216;
}
</style>
border-color css
<style>
span { border-color: #2D5216; }
span { border-color: rgb(45,82,22); }
td.TdClassName
{
border-color: #2D5216;
}
.TagClassName
{
border-color: #2D5216;
}
</style>