Shades of Palm Leaf #2D5226
Tints of Palm Leaf #2D5226
RGB
CMYK
RGB Variations
Color information
#2D5226 (or 0x2D5226) is known color: Palm Leaf. HEX triplet: 2D, 52 and 26. RGB value is (45,82,38). Sum of RGB (Red+Green+Blue) = 45+82+38=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5226 is #D2ADD9. Grayscale: #424242. Windows color (decimal): -13807066 or 2511405. OLE color: 2511405.
HSL color Cylindrical-coordinate representation of color #2D5226: hue angle of 110.45º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D5226 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 38 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.68 |
| HSL | 110.45º | 0.37% | 0.24% | - |
| HSV(B) | 110.45º | 0.54% | 0.32% | - |
| XYZ | 4.45 | 6.73 | 2.9 | - |
| YUV | 65.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 38 | 0.45 | 0 | 0.54 | 0.68 | 110.45 | 0.37 | 0.24 |
| Hex | 2D | 52 | 26 | 2D | 0 | 36 | 44 | 6E | 25 | 18 |
| Octal | 55 | 122 | 46 | 55 | 0 | 66 | 104 | 156 | 45 | 30 |
| Binary | 101101 | 1010010 | 100110 | 101101 | 0 | 110110 | 1000100 | 1101110 | 100101 | 11000 |
Color Harmonies of #2D5226
Complementary color
Monochromatic Colors of #2D5226
Black with #2D5226
Text Example
Text Example
White with #2D5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5226; }
p { color: rgb(45,82,38); }
H1.HeaderClassName
{
color: #2D5226;
}
.AnyTagClassName
{
color: #2D5226;
}
</style>
background-color css
<style>
a { background-color: #2D5226; }
a { background-color: rgb(45,82,38); }
div.DivClassName
{
background-color: #2D5226;
}
.BgClassName
{
background-color: #2D5226;
}
</style>
border-color css
<style>
span { border-color: #2D5226; }
span { border-color: rgb(45,82,38); }
td.TdClassName
{
border-color: #2D5226;
}
.TagClassName
{
border-color: #2D5226;
}
</style>