Shades of Palm Leaf #2D5519
Tints of Palm Leaf #2D5519
RGB
CMYK
RGB Variations
Color information
#2D5519 (or 0x2D5519) is known color: Palm Leaf. HEX triplet: 2D, 55 and 19. RGB value is (45,85,25). Sum of RGB (Red+Green+Blue) = 45+85+25=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5519 is #D2AAE6. Grayscale: #424242. Windows color (decimal): -13806311 or 1660205. OLE color: 1660205.
HSL color Cylindrical-coordinate representation of color #2D5519: hue angle of 100º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D5519 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 25 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.67 |
| HSL | 100º | 0.55% | 0.22% | - |
| HSV(B) | 100º | 0.71% | 0.33% | - |
| XYZ | 4.51 | 7.13 | 2.06 | - |
| YUV | 66.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 25 | 0.47 | 0 | 0.71 | 0.67 | 100 | 0.55 | 0.22 |
| Hex | 2D | 55 | 19 | 2F | 0 | 47 | 43 | 64 | 37 | 16 |
| Octal | 55 | 125 | 31 | 57 | 0 | 107 | 103 | 144 | 67 | 26 |
| Binary | 101101 | 1010101 | 11001 | 101111 | 0 | 1000111 | 1000011 | 1100100 | 110111 | 10110 |
Color Harmonies of #2D5519
Complementary color
Monochromatic Colors of #2D5519
Black with #2D5519
Text Example
Text Example
White with #2D5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5519; }
p { color: rgb(45,85,25); }
H1.HeaderClassName
{
color: #2D5519;
}
.AnyTagClassName
{
color: #2D5519;
}
</style>
background-color css
<style>
a { background-color: #2D5519; }
a { background-color: rgb(45,85,25); }
div.DivClassName
{
background-color: #2D5519;
}
.BgClassName
{
background-color: #2D5519;
}
</style>
border-color css
<style>
span { border-color: #2D5519; }
span { border-color: rgb(45,85,25); }
td.TdClassName
{
border-color: #2D5519;
}
.TagClassName
{
border-color: #2D5519;
}
</style>