Shades of Palm Leaf #2D4225
Tints of Palm Leaf #2D4225
RGB
CMYK
RGB Variations
Color information
#2D4225 (or 0x2D4225) is known color: Palm Leaf. HEX triplet: 2D, 42 and 25. RGB value is (45,66,37). Sum of RGB (Red+Green+Blue) = 45+66+37=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4225 is #D2BDDA. Grayscale: #383838. Windows color (decimal): -13811163 or 2441773. OLE color: 2441773.
HSL color Cylindrical-coordinate representation of color #2D4225: hue angle of 103.45º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D4225 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 37 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.74 |
| HSL | 103.45º | 0.28% | 0.2% | - |
| HSV(B) | 103.45º | 0.44% | 0.26% | - |
| XYZ | 3.36 | 4.59 | 2.46 | - |
| YUV | 56.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 37 | 0.32 | 0 | 0.44 | 0.74 | 103.45 | 0.28 | 0.2 |
| Hex | 2D | 42 | 25 | 20 | 0 | 2C | 4A | 67 | 1C | 14 |
| Octal | 55 | 102 | 45 | 40 | 0 | 54 | 112 | 147 | 34 | 24 |
| Binary | 101101 | 1000010 | 100101 | 100000 | 0 | 101100 | 1001010 | 1100111 | 11100 | 10100 |
Color Harmonies of #2D4225
Complementary color
Monochromatic Colors of #2D4225
Black with #2D4225
Text Example
Text Example
White with #2D4225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4225; }
p { color: rgb(45,66,37); }
H1.HeaderClassName
{
color: #2D4225;
}
.AnyTagClassName
{
color: #2D4225;
}
</style>
background-color css
<style>
a { background-color: #2D4225; }
a { background-color: rgb(45,66,37); }
div.DivClassName
{
background-color: #2D4225;
}
.BgClassName
{
background-color: #2D4225;
}
</style>
border-color css
<style>
span { border-color: #2D4225; }
span { border-color: rgb(45,66,37); }
td.TdClassName
{
border-color: #2D4225;
}
.TagClassName
{
border-color: #2D4225;
}
</style>