Shades of Palm Leaf #2B5F15
Tints of Palm Leaf #2B5F15
RGB
CMYK
RGB Variations
Color information
#2B5F15 (or 0x2B5F15) is known color: Palm Leaf. HEX triplet: 2B, 5F and 15. RGB value is (43,95,21). Sum of RGB (Red+Green+Blue) = 43+95+21=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5F15 is #D4A0EA. Grayscale: #474747. Windows color (decimal): -13934827 or 1400619. OLE color: 1400619.
HSL color Cylindrical-coordinate representation of color #2B5F15: hue angle of 102.16º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5F15 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 95 | 21 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.63 |
| HSL | 102.16º | 0.64% | 0.23% | - |
| HSV(B) | 102.16º | 0.78% | 0.37% | - |
| XYZ | 5.22 | 8.75 | 2.12 | - |
| YUV | 71.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 21 | 0.55 | 0 | 0.78 | 0.63 | 102.16 | 0.64 | 0.23 |
| Hex | 2B | 5F | 15 | 37 | 0 | 4E | 3F | 66 | 40 | 17 |
| Octal | 53 | 137 | 25 | 67 | 0 | 116 | 77 | 146 | 100 | 27 |
| Binary | 101011 | 1011111 | 10101 | 110111 | 0 | 1001110 | 111111 | 1100110 | 1000000 | 10111 |
Color Harmonies of #2B5F15
Complementary color
Monochromatic Colors of #2B5F15
Black with #2B5F15
Text Example
Text Example
White with #2B5F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5F15; }
p { color: rgb(43,95,21); }
H1.HeaderClassName
{
color: #2B5F15;
}
.AnyTagClassName
{
color: #2B5F15;
}
</style>
background-color css
<style>
a { background-color: #2B5F15; }
a { background-color: rgb(43,95,21); }
div.DivClassName
{
background-color: #2B5F15;
}
.BgClassName
{
background-color: #2B5F15;
}
</style>
border-color css
<style>
span { border-color: #2B5F15; }
span { border-color: rgb(43,95,21); }
td.TdClassName
{
border-color: #2B5F15;
}
.TagClassName
{
border-color: #2B5F15;
}
</style>