Shades of Palm Leaf #2D5219
Tints of Palm Leaf #2D5219
RGB
CMYK
RGB Variations
Color information
#2D5219 (or 0x2D5219) is known color: Palm Leaf. HEX triplet: 2D, 52 and 19. RGB value is (45,82,25). Sum of RGB (Red+Green+Blue) = 45+82+25=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5219 is #D2ADE6. Grayscale: #404040. Windows color (decimal): -13807079 or 1659437. OLE color: 1659437.
HSL color Cylindrical-coordinate representation of color #2D5219: hue angle of 98.95º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D5219 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 25 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.68 |
| HSL | 98.95º | 0.53% | 0.21% | - |
| HSV(B) | 98.95º | 0.7% | 0.32% | - |
| XYZ | 4.27 | 6.66 | 1.98 | - |
| YUV | 64.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 25 | 0.45 | 0 | 0.70 | 0.68 | 98.95 | 0.53 | 0.21 |
| Hex | 2D | 52 | 19 | 2D | 0 | 46 | 44 | 63 | 35 | 15 |
| Octal | 55 | 122 | 31 | 55 | 0 | 106 | 104 | 143 | 65 | 25 |
| Binary | 101101 | 1010010 | 11001 | 101101 | 0 | 1000110 | 1000100 | 1100011 | 110101 | 10101 |
Color Harmonies of #2D5219
Complementary color
Monochromatic Colors of #2D5219
Black with #2D5219
Text Example
Text Example
White with #2D5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5219; }
p { color: rgb(45,82,25); }
H1.HeaderClassName
{
color: #2D5219;
}
.AnyTagClassName
{
color: #2D5219;
}
</style>
background-color css
<style>
a { background-color: #2D5219; }
a { background-color: rgb(45,82,25); }
div.DivClassName
{
background-color: #2D5219;
}
.BgClassName
{
background-color: #2D5219;
}
</style>
border-color css
<style>
span { border-color: #2D5219; }
span { border-color: rgb(45,82,25); }
td.TdClassName
{
border-color: #2D5219;
}
.TagClassName
{
border-color: #2D5219;
}
</style>