Shades of Palm Leaf #2D5419
Tints of Palm Leaf #2D5419
RGB
CMYK
RGB Variations
Color information
#2D5419 (or 0x2D5419) is known color: Palm Leaf. HEX triplet: 2D, 54 and 19. RGB value is (45,84,25). Sum of RGB (Red+Green+Blue) = 45+84+25=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5419 is #D2ABE6. Grayscale: #414141. Windows color (decimal): -13806567 or 1659949. OLE color: 1659949.
HSL color Cylindrical-coordinate representation of color #2D5419: hue angle of 99.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D5419 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 25 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.67 |
| HSL | 99.66º | 0.54% | 0.21% | - |
| HSV(B) | 99.66º | 0.7% | 0.33% | - |
| XYZ | 4.43 | 6.97 | 2.03 | - |
| YUV | 65.61 | 105.08 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 25 | 0.46 | 0 | 0.70 | 0.67 | 99.66 | 0.54 | 0.21 |
| Hex | 2D | 54 | 19 | 2E | 0 | 46 | 43 | 64 | 36 | 15 |
| Octal | 55 | 124 | 31 | 56 | 0 | 106 | 103 | 144 | 66 | 25 |
| Binary | 101101 | 1010100 | 11001 | 101110 | 0 | 1000110 | 1000011 | 1100100 | 110110 | 10101 |
Color Harmonies of #2D5419
Complementary color
Monochromatic Colors of #2D5419
Black with #2D5419
Text Example
Text Example
White with #2D5419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5419; }
p { color: rgb(45,84,25); }
H1.HeaderClassName
{
color: #2D5419;
}
.AnyTagClassName
{
color: #2D5419;
}
</style>
background-color css
<style>
a { background-color: #2D5419; }
a { background-color: rgb(45,84,25); }
div.DivClassName
{
background-color: #2D5419;
}
.BgClassName
{
background-color: #2D5419;
}
</style>
border-color css
<style>
span { border-color: #2D5419; }
span { border-color: rgb(45,84,25); }
td.TdClassName
{
border-color: #2D5419;
}
.TagClassName
{
border-color: #2D5419;
}
</style>