Shades of Palm Leaf #2D5815
Tints of Palm Leaf #2D5815
RGB
CMYK
RGB Variations
Color information
#2D5815 (or 0x2D5815) is known color: Palm Leaf. HEX triplet: 2D, 58 and 15. RGB value is (45,88,21). Sum of RGB (Red+Green+Blue) = 45+88+21=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5815 is #D2A7EA. Grayscale: #434343. Windows color (decimal): -13805547 or 1398829. OLE color: 1398829.
HSL color Cylindrical-coordinate representation of color #2D5815: hue angle of 98.51º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5815 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 21 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.65 |
| HSL | 98.51º | 0.61% | 0.21% | - |
| HSV(B) | 98.51º | 0.76% | 0.35% | - |
| XYZ | 4.71 | 7.59 | 1.93 | - |
| YUV | 67.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 21 | 0.49 | 0 | 0.76 | 0.65 | 98.51 | 0.61 | 0.21 |
| Hex | 2D | 58 | 15 | 31 | 0 | 4C | 41 | 63 | 3D | 15 |
| Octal | 55 | 130 | 25 | 61 | 0 | 114 | 101 | 143 | 75 | 25 |
| Binary | 101101 | 1011000 | 10101 | 110001 | 0 | 1001100 | 1000001 | 1100011 | 111101 | 10101 |
Color Harmonies of #2D5815
Complementary color
Monochromatic Colors of #2D5815
Black with #2D5815
Text Example
Text Example
White with #2D5815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5815; }
p { color: rgb(45,88,21); }
H1.HeaderClassName
{
color: #2D5815;
}
.AnyTagClassName
{
color: #2D5815;
}
</style>
background-color css
<style>
a { background-color: #2D5815; }
a { background-color: rgb(45,88,21); }
div.DivClassName
{
background-color: #2D5815;
}
.BgClassName
{
background-color: #2D5815;
}
</style>
border-color css
<style>
span { border-color: #2D5815; }
span { border-color: rgb(45,88,21); }
td.TdClassName
{
border-color: #2D5815;
}
.TagClassName
{
border-color: #2D5815;
}
</style>