Shades of Palm Leaf #2B5018
Tints of Palm Leaf #2B5018
RGB
CMYK
RGB Variations
Color information
#2B5018 (or 0x2B5018) is known color: Palm Leaf. HEX triplet: 2B, 50 and 18. RGB value is (43,80,24). Sum of RGB (Red+Green+Blue) = 43+80+24=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5018 is #D4AFE7. Grayscale: #3E3E3E. Windows color (decimal): -13938664 or 1593387. OLE color: 1593387.
HSL color Cylindrical-coordinate representation of color #2B5018: hue angle of 99.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B5018 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 24 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.69 |
| HSL | 99.64º | 0.54% | 0.2% | - |
| HSV(B) | 99.64º | 0.7% | 0.31% | - |
| XYZ | 4.03 | 6.32 | 1.87 | - |
| YUV | 62.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 24 | 0.46 | 0 | 0.70 | 0.69 | 99.64 | 0.54 | 0.2 |
| Hex | 2B | 50 | 18 | 2E | 0 | 46 | 45 | 64 | 36 | 14 |
| Octal | 53 | 120 | 30 | 56 | 0 | 106 | 105 | 144 | 66 | 24 |
| Binary | 101011 | 1010000 | 11000 | 101110 | 0 | 1000110 | 1000101 | 1100100 | 110110 | 10100 |
Color Harmonies of #2B5018
Complementary color
Monochromatic Colors of #2B5018
Black with #2B5018
Text Example
Text Example
White with #2B5018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5018; }
p { color: rgb(43,80,24); }
H1.HeaderClassName
{
color: #2B5018;
}
.AnyTagClassName
{
color: #2B5018;
}
</style>
background-color css
<style>
a { background-color: #2B5018; }
a { background-color: rgb(43,80,24); }
div.DivClassName
{
background-color: #2B5018;
}
.BgClassName
{
background-color: #2B5018;
}
</style>
border-color css
<style>
span { border-color: #2B5018; }
span { border-color: rgb(43,80,24); }
td.TdClassName
{
border-color: #2B5018;
}
.TagClassName
{
border-color: #2B5018;
}
</style>