Shades of Palm Leaf #2B6015
Tints of Palm Leaf #2B6015
RGB
CMYK
RGB Variations
Color information
#2B6015 (or 0x2B6015) is known color: Palm Leaf. HEX triplet: 2B, 60 and 15. RGB value is (43,96,21). Sum of RGB (Red+Green+Blue) = 43+96+21=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6015 is #D49FEA. Grayscale: #474747. Windows color (decimal): -13934571 or 1400875. OLE color: 1400875.
HSL color Cylindrical-coordinate representation of color #2B6015: hue angle of 102.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B6015 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 21 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.62 |
| HSL | 102.4º | 0.64% | 0.23% | - |
| HSV(B) | 102.4º | 0.78% | 0.38% | - |
| XYZ | 5.31 | 8.93 | 2.15 | - |
| YUV | 71.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 21 | 0.55 | 0 | 0.78 | 0.62 | 102.4 | 0.64 | 0.23 |
| Hex | 2B | 60 | 15 | 37 | 0 | 4E | 3E | 66 | 40 | 17 |
| Octal | 53 | 140 | 25 | 67 | 0 | 116 | 76 | 146 | 100 | 27 |
| Binary | 101011 | 1100000 | 10101 | 110111 | 0 | 1001110 | 111110 | 1100110 | 1000000 | 10111 |
Color Harmonies of #2B6015
Complementary color
Monochromatic Colors of #2B6015
Black with #2B6015
Text Example
Text Example
White with #2B6015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6015; }
p { color: rgb(43,96,21); }
H1.HeaderClassName
{
color: #2B6015;
}
.AnyTagClassName
{
color: #2B6015;
}
</style>
background-color css
<style>
a { background-color: #2B6015; }
a { background-color: rgb(43,96,21); }
div.DivClassName
{
background-color: #2B6015;
}
.BgClassName
{
background-color: #2B6015;
}
</style>
border-color css
<style>
span { border-color: #2B6015; }
span { border-color: rgb(43,96,21); }
td.TdClassName
{
border-color: #2B6015;
}
.TagClassName
{
border-color: #2B6015;
}
</style>