Shades of Palm Leaf #2B4821
Tints of Palm Leaf #2B4821
RGB
CMYK
RGB Variations
Color information
#2B4821 (or 0x2B4821) is known color: Palm Leaf. HEX triplet: 2B, 48 and 21. RGB value is (43,72,33). Sum of RGB (Red+Green+Blue) = 43+72+33=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4821 is #D4B7DE. Grayscale: #3B3B3B. Windows color (decimal): -13940703 or 2181163. OLE color: 2181163.
HSL color Cylindrical-coordinate representation of color #2B4821: hue angle of 104.62º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B4821 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 33 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.72 |
| HSL | 104.62º | 0.37% | 0.21% | - |
| HSV(B) | 104.62º | 0.54% | 0.28% | - |
| XYZ | 3.59 | 5.26 | 2.26 | - |
| YUV | 58.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 33 | 0.40 | 0 | 0.54 | 0.72 | 104.62 | 0.37 | 0.21 |
| Hex | 2B | 48 | 21 | 28 | 0 | 36 | 48 | 69 | 25 | 15 |
| Octal | 53 | 110 | 41 | 50 | 0 | 66 | 110 | 151 | 45 | 25 |
| Binary | 101011 | 1001000 | 100001 | 101000 | 0 | 110110 | 1001000 | 1101001 | 100101 | 10101 |
Color Harmonies of #2B4821
Complementary color
Monochromatic Colors of #2B4821
Black with #2B4821
Text Example
Text Example
White with #2B4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4821; }
p { color: rgb(43,72,33); }
H1.HeaderClassName
{
color: #2B4821;
}
.AnyTagClassName
{
color: #2B4821;
}
</style>
background-color css
<style>
a { background-color: #2B4821; }
a { background-color: rgb(43,72,33); }
div.DivClassName
{
background-color: #2B4821;
}
.BgClassName
{
background-color: #2B4821;
}
</style>
border-color css
<style>
span { border-color: #2B4821; }
span { border-color: rgb(43,72,33); }
td.TdClassName
{
border-color: #2B4821;
}
.TagClassName
{
border-color: #2B4821;
}
</style>