Shades of Palm Leaf #2D591E
Tints of Palm Leaf #2D591E
RGB
CMYK
RGB Variations
Color information
#2D591E (or 0x2D591E) is known color: Palm Leaf. HEX triplet: 2D, 59 and 1E. RGB value is (45,89,30). Sum of RGB (Red+Green+Blue) = 45+89+30=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #2D591E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D591E is #D2A6E1. Grayscale: #454545. Windows color (decimal): -13805282 or 1988909. OLE color: 1988909.
HSL color Cylindrical-coordinate representation of color #2D591E: hue angle of 104.75º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D591E is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 30 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.65 |
| HSL | 104.75º | 0.5% | 0.23% | - |
| HSV(B) | 104.75º | 0.66% | 0.35% | - |
| XYZ | 4.89 | 7.8 | 2.48 | - |
| YUV | 69.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 30 | 0.49 | 0 | 0.66 | 0.65 | 104.75 | 0.5 | 0.23 |
| Hex | 2D | 59 | 1E | 31 | 0 | 42 | 41 | 69 | 32 | 17 |
| Octal | 55 | 131 | 36 | 61 | 0 | 102 | 101 | 151 | 62 | 27 |
| Binary | 101101 | 1011001 | 11110 | 110001 | 0 | 1000010 | 1000001 | 1101001 | 110010 | 10111 |
Color Harmonies of #2D591E
Complementary color
Monochromatic Colors of #2D591E
Black with #2D591E
Text Example
Text Example
White with #2D591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D591E; }
p { color: rgb(45,89,30); }
H1.HeaderClassName
{
color: #2D591E;
}
.AnyTagClassName
{
color: #2D591E;
}
</style>
background-color css
<style>
a { background-color: #2D591E; }
a { background-color: rgb(45,89,30); }
div.DivClassName
{
background-color: #2D591E;
}
.BgClassName
{
background-color: #2D591E;
}
</style>
border-color css
<style>
span { border-color: #2D591E; }
span { border-color: rgb(45,89,30); }
td.TdClassName
{
border-color: #2D591E;
}
.TagClassName
{
border-color: #2D591E;
}
</style>