Shades of Palm Leaf #2D4625
Tints of Palm Leaf #2D4625
RGB
CMYK
RGB Variations
Color information
#2D4625 (or 0x2D4625) is known color: Palm Leaf. HEX triplet: 2D, 46 and 25. RGB value is (45,70,37). Sum of RGB (Red+Green+Blue) = 45+70+37=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4625 is #D2B9DA. Grayscale: #3A3A3A. Windows color (decimal): -13810139 or 2442797. OLE color: 2442797.
HSL color Cylindrical-coordinate representation of color #2D4625: hue angle of 105.45º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D4625 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 37 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.73 |
| HSL | 105.45º | 0.31% | 0.21% | - |
| HSV(B) | 105.45º | 0.47% | 0.27% | - |
| XYZ | 3.61 | 5.07 | 2.54 | - |
| YUV | 58.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 37 | 0.36 | 0 | 0.47 | 0.73 | 105.45 | 0.31 | 0.21 |
| Hex | 2D | 46 | 25 | 24 | 0 | 2F | 49 | 69 | 1F | 15 |
| Octal | 55 | 106 | 45 | 44 | 0 | 57 | 111 | 151 | 37 | 25 |
| Binary | 101101 | 1000110 | 100101 | 100100 | 0 | 101111 | 1001001 | 1101001 | 11111 | 10101 |
Color Harmonies of #2D4625
Complementary color
Monochromatic Colors of #2D4625
Black with #2D4625
Text Example
Text Example
White with #2D4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4625; }
p { color: rgb(45,70,37); }
H1.HeaderClassName
{
color: #2D4625;
}
.AnyTagClassName
{
color: #2D4625;
}
</style>
background-color css
<style>
a { background-color: #2D4625; }
a { background-color: rgb(45,70,37); }
div.DivClassName
{
background-color: #2D4625;
}
.BgClassName
{
background-color: #2D4625;
}
</style>
border-color css
<style>
span { border-color: #2D4625; }
span { border-color: rgb(45,70,37); }
td.TdClassName
{
border-color: #2D4625;
}
.TagClassName
{
border-color: #2D4625;
}
</style>