Shades of Palm Leaf #2B5515
Tints of Palm Leaf #2B5515
RGB
CMYK
RGB Variations
Color information
#2B5515 (or 0x2B5515) is known color: Palm Leaf. HEX triplet: 2B, 55 and 15. RGB value is (43,85,21). Sum of RGB (Red+Green+Blue) = 43+85+21=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5515 is #D4AAEA. Grayscale: #414141. Windows color (decimal): -13937387 or 1398059. OLE color: 1398059.
HSL color Cylindrical-coordinate representation of color #2B5515: hue angle of 99.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5515 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 21 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.67 |
| HSL | 99.38º | 0.6% | 0.21% | - |
| HSV(B) | 99.38º | 0.75% | 0.33% | - |
| XYZ | 4.38 | 7.06 | 1.84 | - |
| YUV | 65.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 21 | 0.49 | 0 | 0.75 | 0.67 | 99.38 | 0.6 | 0.21 |
| Hex | 2B | 55 | 15 | 31 | 0 | 4B | 43 | 63 | 3C | 15 |
| Octal | 53 | 125 | 25 | 61 | 0 | 113 | 103 | 143 | 74 | 25 |
| Binary | 101011 | 1010101 | 10101 | 110001 | 0 | 1001011 | 1000011 | 1100011 | 111100 | 10101 |
Color Harmonies of #2B5515
Complementary color
Monochromatic Colors of #2B5515
Black with #2B5515
Text Example
Text Example
White with #2B5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5515; }
p { color: rgb(43,85,21); }
H1.HeaderClassName
{
color: #2B5515;
}
.AnyTagClassName
{
color: #2B5515;
}
</style>
background-color css
<style>
a { background-color: #2B5515; }
a { background-color: rgb(43,85,21); }
div.DivClassName
{
background-color: #2B5515;
}
.BgClassName
{
background-color: #2B5515;
}
</style>
border-color css
<style>
span { border-color: #2B5515; }
span { border-color: rgb(43,85,21); }
td.TdClassName
{
border-color: #2B5515;
}
.TagClassName
{
border-color: #2B5515;
}
</style>