Shades of Palm Leaf #2B5420
Tints of Palm Leaf #2B5420
RGB
CMYK
RGB Variations
Color information
#2B5420 (or 0x2B5420) is known color: Palm Leaf. HEX triplet: 2B, 54 and 20. RGB value is (43,84,32). Sum of RGB (Red+Green+Blue) = 43+84+32=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5420 is #D4ABDF. Grayscale: #414141. Windows color (decimal): -13937632 or 2118699. OLE color: 2118699.
HSL color Cylindrical-coordinate representation of color #2B5420: hue angle of 107.31º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B5420 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 32 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.67 |
| HSL | 107.31º | 0.45% | 0.23% | - |
| HSV(B) | 107.31º | 0.62% | 0.33% | - |
| XYZ | 4.43 | 6.96 | 2.48 | - |
| YUV | 65.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 32 | 0.49 | 0 | 0.62 | 0.67 | 107.31 | 0.45 | 0.23 |
| Hex | 2B | 54 | 20 | 31 | 0 | 3E | 43 | 6B | 2D | 17 |
| Octal | 53 | 124 | 40 | 61 | 0 | 76 | 103 | 153 | 55 | 27 |
| Binary | 101011 | 1010100 | 100000 | 110001 | 0 | 111110 | 1000011 | 1101011 | 101101 | 10111 |
Color Harmonies of #2B5420
Complementary color
Monochromatic Colors of #2B5420
Black with #2B5420
Text Example
Text Example
White with #2B5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5420; }
p { color: rgb(43,84,32); }
H1.HeaderClassName
{
color: #2B5420;
}
.AnyTagClassName
{
color: #2B5420;
}
</style>
background-color css
<style>
a { background-color: #2B5420; }
a { background-color: rgb(43,84,32); }
div.DivClassName
{
background-color: #2B5420;
}
.BgClassName
{
background-color: #2B5420;
}
</style>
border-color css
<style>
span { border-color: #2B5420; }
span { border-color: rgb(43,84,32); }
td.TdClassName
{
border-color: #2B5420;
}
.TagClassName
{
border-color: #2B5420;
}
</style>