Shades of Palm Leaf #2B5516
Tints of Palm Leaf #2B5516
RGB
CMYK
RGB Variations
Color information
#2B5516 (or 0x2B5516) is known color: Palm Leaf. HEX triplet: 2B, 55 and 16. RGB value is (43,85,22). Sum of RGB (Red+Green+Blue) = 43+85+22=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5516 is #D4AAE9. Grayscale: #414141. Windows color (decimal): -13937386 or 1463595. OLE color: 1463595.
HSL color Cylindrical-coordinate representation of color #2B5516: hue angle of 100º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B5516 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 22 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.67 |
| HSL | 100º | 0.59% | 0.21% | - |
| HSV(B) | 100º | 0.74% | 0.33% | - |
| XYZ | 4.39 | 7.07 | 1.89 | - |
| YUV | 65.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 22 | 0.49 | 0 | 0.74 | 0.67 | 100 | 0.59 | 0.21 |
| Hex | 2B | 55 | 16 | 31 | 0 | 4A | 43 | 64 | 3B | 15 |
| Octal | 53 | 125 | 26 | 61 | 0 | 112 | 103 | 144 | 73 | 25 |
| Binary | 101011 | 1010101 | 10110 | 110001 | 0 | 1001010 | 1000011 | 1100100 | 111011 | 10101 |
Color Harmonies of #2B5516
Complementary color
Monochromatic Colors of #2B5516
Black with #2B5516
Text Example
Text Example
White with #2B5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5516; }
p { color: rgb(43,85,22); }
H1.HeaderClassName
{
color: #2B5516;
}
.AnyTagClassName
{
color: #2B5516;
}
</style>
background-color css
<style>
a { background-color: #2B5516; }
a { background-color: rgb(43,85,22); }
div.DivClassName
{
background-color: #2B5516;
}
.BgClassName
{
background-color: #2B5516;
}
</style>
border-color css
<style>
span { border-color: #2B5516; }
span { border-color: rgb(43,85,22); }
td.TdClassName
{
border-color: #2B5516;
}
.TagClassName
{
border-color: #2B5516;
}
</style>