Shades of Palm Leaf #2B541D
Tints of Palm Leaf #2B541D
RGB
CMYK
RGB Variations
Color information
#2B541D (or 0x2B541D) is known color: Palm Leaf. HEX triplet: 2B, 54 and 1D. RGB value is (43,84,29). Sum of RGB (Red+Green+Blue) = 43+84+29=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #2B541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B541D is #D4ABE2. Grayscale: #414141. Windows color (decimal): -13937635 or 1922091. OLE color: 1922091.
HSL color Cylindrical-coordinate representation of color #2B541D: hue angle of 104.73º 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 #2B541D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 29 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.67 |
| HSL | 104.73º | 0.49% | 0.22% | - |
| HSV(B) | 104.73º | 0.65% | 0.33% | - |
| XYZ | 4.39 | 6.94 | 2.27 | - |
| YUV | 65.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 29 | 0.49 | 0 | 0.65 | 0.67 | 104.73 | 0.49 | 0.22 |
| Hex | 2B | 54 | 1D | 31 | 0 | 41 | 43 | 69 | 31 | 16 |
| Octal | 53 | 124 | 35 | 61 | 0 | 101 | 103 | 151 | 61 | 26 |
| Binary | 101011 | 1010100 | 11101 | 110001 | 0 | 1000001 | 1000011 | 1101001 | 110001 | 10110 |
Color Harmonies of #2B541D
Complementary color
Monochromatic Colors of #2B541D
Black with #2B541D
Text Example
Text Example
White with #2B541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B541D; }
p { color: rgb(43,84,29); }
H1.HeaderClassName
{
color: #2B541D;
}
.AnyTagClassName
{
color: #2B541D;
}
</style>
background-color css
<style>
a { background-color: #2B541D; }
a { background-color: rgb(43,84,29); }
div.DivClassName
{
background-color: #2B541D;
}
.BgClassName
{
background-color: #2B541D;
}
</style>
border-color css
<style>
span { border-color: #2B541D; }
span { border-color: rgb(43,84,29); }
td.TdClassName
{
border-color: #2B541D;
}
.TagClassName
{
border-color: #2B541D;
}
</style>