Shades of Palm Leaf #2D541D
Tints of Palm Leaf #2D541D
RGB
CMYK
RGB Variations
Color information
#2D541D (or 0x2D541D) is known color: Palm Leaf. HEX triplet: 2D, 54 and 1D. RGB value is (45,84,29). Sum of RGB (Red+Green+Blue) = 45+84+29=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #2D541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D541D is #D2ABE2. Grayscale: #424242. Windows color (decimal): -13806563 or 1922093. OLE color: 1922093.
HSL color Cylindrical-coordinate representation of color #2D541D: hue angle of 102.55º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D541D is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 29 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.67 |
| HSL | 102.55º | 0.49% | 0.22% | - |
| HSV(B) | 102.55º | 0.65% | 0.33% | - |
| XYZ | 4.47 | 6.99 | 2.28 | - |
| YUV | 66.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 29 | 0.46 | 0 | 0.65 | 0.67 | 102.55 | 0.49 | 0.22 |
| Hex | 2D | 54 | 1D | 2E | 0 | 41 | 43 | 67 | 31 | 16 |
| Octal | 55 | 124 | 35 | 56 | 0 | 101 | 103 | 147 | 61 | 26 |
| Binary | 101101 | 1010100 | 11101 | 101110 | 0 | 1000001 | 1000011 | 1100111 | 110001 | 10110 |
Color Harmonies of #2D541D
Complementary color
Monochromatic Colors of #2D541D
Black with #2D541D
Text Example
Text Example
White with #2D541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D541D; }
p { color: rgb(45,84,29); }
H1.HeaderClassName
{
color: #2D541D;
}
.AnyTagClassName
{
color: #2D541D;
}
</style>
background-color css
<style>
a { background-color: #2D541D; }
a { background-color: rgb(45,84,29); }
div.DivClassName
{
background-color: #2D541D;
}
.BgClassName
{
background-color: #2D541D;
}
</style>
border-color css
<style>
span { border-color: #2D541D; }
span { border-color: rgb(45,84,29); }
td.TdClassName
{
border-color: #2D541D;
}
.TagClassName
{
border-color: #2D541D;
}
</style>