Shades of Palm Leaf #2D5A1E
Tints of Palm Leaf #2D5A1E
RGB
CMYK
RGB Variations
Color information
#2D5A1E (or 0x2D5A1E) is known color: Palm Leaf. HEX triplet: 2D, 5A and 1E. RGB value is (45,90,30). Sum of RGB (Red+Green+Blue) = 45+90+30=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A1E is #D2A5E1. Grayscale: #454545. Windows color (decimal): -13805026 or 1989165. OLE color: 1989165.
HSL color Cylindrical-coordinate representation of color #2D5A1E: hue angle of 105º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D5A1E is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 30 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.65 |
| HSL | 105º | 0.5% | 0.24% | - |
| HSV(B) | 105º | 0.67% | 0.35% | - |
| XYZ | 4.97 | 7.96 | 2.5 | - |
| YUV | 69.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 30 | 0.50 | 0 | 0.67 | 0.65 | 105 | 0.5 | 0.24 |
| Hex | 2D | 5A | 1E | 32 | 0 | 43 | 41 | 69 | 32 | 18 |
| Octal | 55 | 132 | 36 | 62 | 0 | 103 | 101 | 151 | 62 | 30 |
| Binary | 101101 | 1011010 | 11110 | 110010 | 0 | 1000011 | 1000001 | 1101001 | 110010 | 11000 |
Color Harmonies of #2D5A1E
Complementary color
Monochromatic Colors of #2D5A1E
Black with #2D5A1E
Text Example
Text Example
White with #2D5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A1E; }
p { color: rgb(45,90,30); }
H1.HeaderClassName
{
color: #2D5A1E;
}
.AnyTagClassName
{
color: #2D5A1E;
}
</style>
background-color css
<style>
a { background-color: #2D5A1E; }
a { background-color: rgb(45,90,30); }
div.DivClassName
{
background-color: #2D5A1E;
}
.BgClassName
{
background-color: #2D5A1E;
}
</style>
border-color css
<style>
span { border-color: #2D5A1E; }
span { border-color: rgb(45,90,30); }
td.TdClassName
{
border-color: #2D5A1E;
}
.TagClassName
{
border-color: #2D5A1E;
}
</style>