Shades of Palm Leaf #2D5811
Tints of Palm Leaf #2D5811
RGB
CMYK
RGB Variations
Color information
#2D5811 (or 0x2D5811) is known color: Palm Leaf. HEX triplet: 2D, 58 and 11. RGB value is (45,88,17). Sum of RGB (Red+Green+Blue) = 45+88+17=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5811 is #D2A7EE. Grayscale: #434343. Windows color (decimal): -13805551 or 1136685. OLE color: 1136685.
HSL color Cylindrical-coordinate representation of color #2D5811: hue angle of 96.34º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D5811 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 17 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.65 |
| HSL | 96.34º | 0.68% | 0.21% | - |
| HSV(B) | 96.34º | 0.81% | 0.35% | - |
| XYZ | 4.67 | 7.58 | 1.75 | - |
| YUV | 67.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 17 | 0.49 | 0 | 0.81 | 0.65 | 96.34 | 0.68 | 0.21 |
| Hex | 2D | 58 | 11 | 31 | 0 | 51 | 41 | 60 | 44 | 15 |
| Octal | 55 | 130 | 21 | 61 | 0 | 121 | 101 | 140 | 104 | 25 |
| Binary | 101101 | 1011000 | 10001 | 110001 | 0 | 1010001 | 1000001 | 1100000 | 1000100 | 10101 |
Color Harmonies of #2D5811
Complementary color
Monochromatic Colors of #2D5811
Black with #2D5811
Text Example
Text Example
White with #2D5811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5811; }
p { color: rgb(45,88,17); }
H1.HeaderClassName
{
color: #2D5811;
}
.AnyTagClassName
{
color: #2D5811;
}
</style>
background-color css
<style>
a { background-color: #2D5811; }
a { background-color: rgb(45,88,17); }
div.DivClassName
{
background-color: #2D5811;
}
.BgClassName
{
background-color: #2D5811;
}
</style>
border-color css
<style>
span { border-color: #2D5811; }
span { border-color: rgb(45,88,17); }
td.TdClassName
{
border-color: #2D5811;
}
.TagClassName
{
border-color: #2D5811;
}
</style>