Shades of Palm Leaf #2D5516
Tints of Palm Leaf #2D5516
RGB
CMYK
RGB Variations
Color information
#2D5516 (or 0x2D5516) is known color: Palm Leaf. HEX triplet: 2D, 55 and 16. RGB value is (45,85,22). Sum of RGB (Red+Green+Blue) = 45+85+22=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5516 is #D2AAE9. Grayscale: #424242. Windows color (decimal): -13806314 or 1463597. OLE color: 1463597.
HSL color Cylindrical-coordinate representation of color #2D5516: hue angle of 98.1º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5516 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 22 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.67 |
| HSL | 98.1º | 0.59% | 0.21% | - |
| HSV(B) | 98.1º | 0.74% | 0.33% | - |
| XYZ | 4.48 | 7.11 | 1.9 | - |
| YUV | 65.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 22 | 0.47 | 0 | 0.74 | 0.67 | 98.1 | 0.59 | 0.21 |
| Hex | 2D | 55 | 16 | 2F | 0 | 4A | 43 | 62 | 3B | 15 |
| Octal | 55 | 125 | 26 | 57 | 0 | 112 | 103 | 142 | 73 | 25 |
| Binary | 101101 | 1010101 | 10110 | 101111 | 0 | 1001010 | 1000011 | 1100010 | 111011 | 10101 |
Color Harmonies of #2D5516
Complementary color
Monochromatic Colors of #2D5516
Black with #2D5516
Text Example
Text Example
White with #2D5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5516; }
p { color: rgb(45,85,22); }
H1.HeaderClassName
{
color: #2D5516;
}
.AnyTagClassName
{
color: #2D5516;
}
</style>
background-color css
<style>
a { background-color: #2D5516; }
a { background-color: rgb(45,85,22); }
div.DivClassName
{
background-color: #2D5516;
}
.BgClassName
{
background-color: #2D5516;
}
</style>
border-color css
<style>
span { border-color: #2D5516; }
span { border-color: rgb(45,85,22); }
td.TdClassName
{
border-color: #2D5516;
}
.TagClassName
{
border-color: #2D5516;
}
</style>