Shades of Palm Leaf #2D5813
Tints of Palm Leaf #2D5813
RGB
CMYK
RGB Variations
Color information
#2D5813 (or 0x2D5813) is known color: Palm Leaf. HEX triplet: 2D, 58 and 13. RGB value is (45,88,19). Sum of RGB (Red+Green+Blue) = 45+88+19=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5813 is #D2A7EC. Grayscale: #434343. Windows color (decimal): -13805549 or 1267757. OLE color: 1267757.
HSL color Cylindrical-coordinate representation of color #2D5813: hue angle of 97.39º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5813 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 19 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.65 |
| HSL | 97.39º | 0.64% | 0.21% | - |
| HSV(B) | 97.39º | 0.78% | 0.35% | - |
| XYZ | 4.69 | 7.58 | 1.83 | - |
| YUV | 67.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 19 | 0.49 | 0 | 0.78 | 0.65 | 97.39 | 0.64 | 0.21 |
| Hex | 2D | 58 | 13 | 31 | 0 | 4E | 41 | 61 | 40 | 15 |
| Octal | 55 | 130 | 23 | 61 | 0 | 116 | 101 | 141 | 100 | 25 |
| Binary | 101101 | 1011000 | 10011 | 110001 | 0 | 1001110 | 1000001 | 1100001 | 1000000 | 10101 |
Color Harmonies of #2D5813
Complementary color
Monochromatic Colors of #2D5813
Black with #2D5813
Text Example
Text Example
White with #2D5813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5813; }
p { color: rgb(45,88,19); }
H1.HeaderClassName
{
color: #2D5813;
}
.AnyTagClassName
{
color: #2D5813;
}
</style>
background-color css
<style>
a { background-color: #2D5813; }
a { background-color: rgb(45,88,19); }
div.DivClassName
{
background-color: #2D5813;
}
.BgClassName
{
background-color: #2D5813;
}
</style>
border-color css
<style>
span { border-color: #2D5813; }
span { border-color: rgb(45,88,19); }
td.TdClassName
{
border-color: #2D5813;
}
.TagClassName
{
border-color: #2D5813;
}
</style>