Shades of Palm Leaf #2B4221
Tints of Palm Leaf #2B4221
RGB
CMYK
RGB Variations
Color information
#2B4221 (or 0x2B4221) is known color: Palm Leaf. HEX triplet: 2B, 42 and 21. RGB value is (43,66,33). Sum of RGB (Red+Green+Blue) = 43+66+33=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4221 is #D4BDDE. Grayscale: #373737. Windows color (decimal): -13942239 or 2179627. OLE color: 2179627.
HSL color Cylindrical-coordinate representation of color #2B4221: hue angle of 101.82º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B4221 is Cyan = 0.35, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 33 | - |
| CMYK | 0.35 | 0 | 0.5 | 0.74 |
| HSL | 101.82º | 0.33% | 0.19% | - |
| HSV(B) | 101.82º | 0.5% | 0.26% | - |
| XYZ | 3.22 | 4.52 | 2.14 | - |
| YUV | 55.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 33 | 0.35 | 0 | 0.5 | 0.74 | 101.82 | 0.33 | 0.19 |
| Hex | 2B | 42 | 21 | 23 | 0 | 32 | 4A | 66 | 21 | 13 |
| Octal | 53 | 102 | 41 | 43 | 0 | 62 | 112 | 146 | 41 | 23 |
| Binary | 101011 | 1000010 | 100001 | 100011 | 0 | 110010 | 1001010 | 1100110 | 100001 | 10011 |
Color Harmonies of #2B4221
Complementary color
Monochromatic Colors of #2B4221
Black with #2B4221
Text Example
Text Example
White with #2B4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4221; }
p { color: rgb(43,66,33); }
H1.HeaderClassName
{
color: #2B4221;
}
.AnyTagClassName
{
color: #2B4221;
}
</style>
background-color css
<style>
a { background-color: #2B4221; }
a { background-color: rgb(43,66,33); }
div.DivClassName
{
background-color: #2B4221;
}
.BgClassName
{
background-color: #2B4221;
}
</style>
border-color css
<style>
span { border-color: #2B4221; }
span { border-color: rgb(43,66,33); }
td.TdClassName
{
border-color: #2B4221;
}
.TagClassName
{
border-color: #2B4221;
}
</style>