Shades of Palm Leaf #2B5816
Tints of Palm Leaf #2B5816
RGB
CMYK
RGB Variations
Color information
#2B5816 (or 0x2B5816) is known color: Palm Leaf. HEX triplet: 2B, 58 and 16. RGB value is (43,88,22). Sum of RGB (Red+Green+Blue) = 43+88+22=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5816 is #D4A7E9. Grayscale: #434343. Windows color (decimal): -13936618 or 1464363. OLE color: 1464363.
HSL color Cylindrical-coordinate representation of color #2B5816: hue angle of 100.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5816 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 22 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.65 |
| HSL | 100.91º | 0.6% | 0.22% | - |
| HSV(B) | 100.91º | 0.75% | 0.35% | - |
| XYZ | 4.63 | 7.55 | 1.97 | - |
| YUV | 67.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 22 | 0.51 | 0 | 0.75 | 0.65 | 100.91 | 0.6 | 0.22 |
| Hex | 2B | 58 | 16 | 33 | 0 | 4B | 41 | 65 | 3C | 16 |
| Octal | 53 | 130 | 26 | 63 | 0 | 113 | 101 | 145 | 74 | 26 |
| Binary | 101011 | 1011000 | 10110 | 110011 | 0 | 1001011 | 1000001 | 1100101 | 111100 | 10110 |
Color Harmonies of #2B5816
Complementary color
Monochromatic Colors of #2B5816
Black with #2B5816
Text Example
Text Example
White with #2B5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5816; }
p { color: rgb(43,88,22); }
H1.HeaderClassName
{
color: #2B5816;
}
.AnyTagClassName
{
color: #2B5816;
}
</style>
background-color css
<style>
a { background-color: #2B5816; }
a { background-color: rgb(43,88,22); }
div.DivClassName
{
background-color: #2B5816;
}
.BgClassName
{
background-color: #2B5816;
}
</style>
border-color css
<style>
span { border-color: #2B5816; }
span { border-color: rgb(43,88,22); }
td.TdClassName
{
border-color: #2B5816;
}
.TagClassName
{
border-color: #2B5816;
}
</style>