Shades of Palm Leaf #2D4525
Tints of Palm Leaf #2D4525
RGB
CMYK
RGB Variations
Color information
#2D4525 (or 0x2D4525) is known color: Palm Leaf. HEX triplet: 2D, 45 and 25. RGB value is (45,69,37). Sum of RGB (Red+Green+Blue) = 45+69+37=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4525 is #D2BADA. Grayscale: #3A3A3A. Windows color (decimal): -13810395 or 2442541. OLE color: 2442541.
HSL color Cylindrical-coordinate representation of color #2D4525: hue angle of 105º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D4525 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 37 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.73 |
| HSL | 105º | 0.3% | 0.21% | - |
| HSV(B) | 105º | 0.46% | 0.27% | - |
| XYZ | 3.54 | 4.95 | 2.52 | - |
| YUV | 58.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 37 | 0.35 | 0 | 0.46 | 0.73 | 105 | 0.3 | 0.21 |
| Hex | 2D | 45 | 25 | 23 | 0 | 2E | 49 | 69 | 1E | 15 |
| Octal | 55 | 105 | 45 | 43 | 0 | 56 | 111 | 151 | 36 | 25 |
| Binary | 101101 | 1000101 | 100101 | 100011 | 0 | 101110 | 1001001 | 1101001 | 11110 | 10101 |
Color Harmonies of #2D4525
Complementary color
Monochromatic Colors of #2D4525
Black with #2D4525
Text Example
Text Example
White with #2D4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4525; }
p { color: rgb(45,69,37); }
H1.HeaderClassName
{
color: #2D4525;
}
.AnyTagClassName
{
color: #2D4525;
}
</style>
background-color css
<style>
a { background-color: #2D4525; }
a { background-color: rgb(45,69,37); }
div.DivClassName
{
background-color: #2D4525;
}
.BgClassName
{
background-color: #2D4525;
}
</style>
border-color css
<style>
span { border-color: #2D4525; }
span { border-color: rgb(45,69,37); }
td.TdClassName
{
border-color: #2D4525;
}
.TagClassName
{
border-color: #2D4525;
}
</style>