Shades of Palm Leaf #2B5518
Tints of Palm Leaf #2B5518
RGB
CMYK
RGB Variations
Color information
#2B5518 (or 0x2B5518) is known color: Palm Leaf. HEX triplet: 2B, 55 and 18. RGB value is (43,85,24). Sum of RGB (Red+Green+Blue) = 43+85+24=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5518 is #D4AAE7. Grayscale: #414141. Windows color (decimal): -13937384 or 1594667. OLE color: 1594667.
HSL color Cylindrical-coordinate representation of color #2B5518: hue angle of 101.31º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B5518 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 24 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.67 |
| HSL | 101.31º | 0.56% | 0.21% | - |
| HSV(B) | 101.31º | 0.72% | 0.33% | - |
| XYZ | 4.41 | 7.08 | 2 | - |
| YUV | 65.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 24 | 0.49 | 0 | 0.72 | 0.67 | 101.31 | 0.56 | 0.21 |
| Hex | 2B | 55 | 18 | 31 | 0 | 48 | 43 | 65 | 38 | 15 |
| Octal | 53 | 125 | 30 | 61 | 0 | 110 | 103 | 145 | 70 | 25 |
| Binary | 101011 | 1010101 | 11000 | 110001 | 0 | 1001000 | 1000011 | 1100101 | 111000 | 10101 |
Color Harmonies of #2B5518
Complementary color
Monochromatic Colors of #2B5518
Black with #2B5518
Text Example
Text Example
White with #2B5518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5518; }
p { color: rgb(43,85,24); }
H1.HeaderClassName
{
color: #2B5518;
}
.AnyTagClassName
{
color: #2B5518;
}
</style>
background-color css
<style>
a { background-color: #2B5518; }
a { background-color: rgb(43,85,24); }
div.DivClassName
{
background-color: #2B5518;
}
.BgClassName
{
background-color: #2B5518;
}
</style>
border-color css
<style>
span { border-color: #2B5518; }
span { border-color: rgb(43,85,24); }
td.TdClassName
{
border-color: #2B5518;
}
.TagClassName
{
border-color: #2B5518;
}
</style>