Shades of Palm Leaf #2D5511
Tints of Palm Leaf #2D5511
RGB
CMYK
RGB Variations
Color information
#2D5511 (or 0x2D5511) is known color: Palm Leaf. HEX triplet: 2D, 55 and 11. RGB value is (45,85,17). Sum of RGB (Red+Green+Blue) = 45+85+17=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5511 is #D2AAEE. Grayscale: #414141. Windows color (decimal): -13806319 or 1135917. OLE color: 1135917.
HSL color Cylindrical-coordinate representation of color #2D5511: hue angle of 95.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D5511 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 17 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.67 |
| HSL | 95.29º | 0.67% | 0.2% | - |
| HSV(B) | 95.29º | 0.8% | 0.33% | - |
| XYZ | 4.43 | 7.1 | 1.67 | - |
| YUV | 65.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 17 | 0.47 | 0 | 0.80 | 0.67 | 95.29 | 0.67 | 0.2 |
| Hex | 2D | 55 | 11 | 2F | 0 | 50 | 43 | 5F | 43 | 14 |
| Octal | 55 | 125 | 21 | 57 | 0 | 120 | 103 | 137 | 103 | 24 |
| Binary | 101101 | 1010101 | 10001 | 101111 | 0 | 1010000 | 1000011 | 1011111 | 1000011 | 10100 |
Color Harmonies of #2D5511
Complementary color
Monochromatic Colors of #2D5511
Black with #2D5511
Text Example
Text Example
White with #2D5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5511; }
p { color: rgb(45,85,17); }
H1.HeaderClassName
{
color: #2D5511;
}
.AnyTagClassName
{
color: #2D5511;
}
</style>
background-color css
<style>
a { background-color: #2D5511; }
a { background-color: rgb(45,85,17); }
div.DivClassName
{
background-color: #2D5511;
}
.BgClassName
{
background-color: #2D5511;
}
</style>
border-color css
<style>
span { border-color: #2D5511; }
span { border-color: rgb(45,85,17); }
td.TdClassName
{
border-color: #2D5511;
}
.TagClassName
{
border-color: #2D5511;
}
</style>