Shades of Palm Leaf #2B4024
Tints of Palm Leaf #2B4024
RGB
CMYK
RGB Variations
Color information
#2B4024 (or 0x2B4024) is known color: Palm Leaf. HEX triplet: 2B, 40 and 24. RGB value is (43,64,36). Sum of RGB (Red+Green+Blue) = 43+64+36=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4024 is #D4BFDB. Grayscale: #363636. Windows color (decimal): -13942748 or 2375723. OLE color: 2375723.
HSL color Cylindrical-coordinate representation of color #2B4024: hue angle of 105º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4024 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 36 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.75 |
| HSL | 105º | 0.28% | 0.2% | - |
| HSV(B) | 105º | 0.44% | 0.25% | - |
| XYZ | 3.15 | 4.31 | 2.33 | - |
| YUV | 54.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 36 | 0.33 | 0 | 0.44 | 0.75 | 105 | 0.28 | 0.2 |
| Hex | 2B | 40 | 24 | 21 | 0 | 2C | 4B | 69 | 1C | 14 |
| Octal | 53 | 100 | 44 | 41 | 0 | 54 | 113 | 151 | 34 | 24 |
| Binary | 101011 | 1000000 | 100100 | 100001 | 0 | 101100 | 1001011 | 1101001 | 11100 | 10100 |
Color Harmonies of #2B4024
Complementary color
Monochromatic Colors of #2B4024
Black with #2B4024
Text Example
Text Example
White with #2B4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4024; }
p { color: rgb(43,64,36); }
H1.HeaderClassName
{
color: #2B4024;
}
.AnyTagClassName
{
color: #2B4024;
}
</style>
background-color css
<style>
a { background-color: #2B4024; }
a { background-color: rgb(43,64,36); }
div.DivClassName
{
background-color: #2B4024;
}
.BgClassName
{
background-color: #2B4024;
}
</style>
border-color css
<style>
span { border-color: #2B4024; }
span { border-color: rgb(43,64,36); }
td.TdClassName
{
border-color: #2B4024;
}
.TagClassName
{
border-color: #2B4024;
}
</style>