Shades of Palm Leaf #2B4321
Tints of Palm Leaf #2B4321
RGB
CMYK
RGB Variations
Color information
#2B4321 (or 0x2B4321) is known color: Palm Leaf. HEX triplet: 2B, 43 and 21. RGB value is (43,67,33). Sum of RGB (Red+Green+Blue) = 43+67+33=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4321 is #D4BCDE. Grayscale: #383838. Windows color (decimal): -13941983 or 2179883. OLE color: 2179883.
HSL color Cylindrical-coordinate representation of color #2B4321: hue angle of 102.35º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B4321 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 33 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.74 |
| HSL | 102.35º | 0.34% | 0.2% | - |
| HSV(B) | 102.35º | 0.51% | 0.26% | - |
| XYZ | 3.28 | 4.64 | 2.16 | - |
| YUV | 55.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 33 | 0.36 | 0 | 0.51 | 0.74 | 102.35 | 0.34 | 0.2 |
| Hex | 2B | 43 | 21 | 24 | 0 | 33 | 4A | 66 | 22 | 14 |
| Octal | 53 | 103 | 41 | 44 | 0 | 63 | 112 | 146 | 42 | 24 |
| Binary | 101011 | 1000011 | 100001 | 100100 | 0 | 110011 | 1001010 | 1100110 | 100010 | 10100 |
Color Harmonies of #2B4321
Complementary color
Monochromatic Colors of #2B4321
Black with #2B4321
Text Example
Text Example
White with #2B4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4321; }
p { color: rgb(43,67,33); }
H1.HeaderClassName
{
color: #2B4321;
}
.AnyTagClassName
{
color: #2B4321;
}
</style>
background-color css
<style>
a { background-color: #2B4321; }
a { background-color: rgb(43,67,33); }
div.DivClassName
{
background-color: #2B4321;
}
.BgClassName
{
background-color: #2B4321;
}
</style>
border-color css
<style>
span { border-color: #2B4321; }
span { border-color: rgb(43,67,33); }
td.TdClassName
{
border-color: #2B4321;
}
.TagClassName
{
border-color: #2B4321;
}
</style>