Shades of Palm Leaf #2B5511
Tints of Palm Leaf #2B5511
RGB
CMYK
RGB Variations
Color information
#2B5511 (or 0x2B5511) is known color: Palm Leaf. HEX triplet: 2B, 55 and 11. RGB value is (43,85,17). Sum of RGB (Red+Green+Blue) = 43+85+17=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5511 is #D4AAEE. Grayscale: #404040. Windows color (decimal): -13937391 or 1135915. OLE color: 1135915.
HSL color Cylindrical-coordinate representation of color #2B5511: hue angle of 97.06º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B5511 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 17 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.67 |
| HSL | 97.06º | 0.67% | 0.2% | - |
| HSV(B) | 97.06º | 0.8% | 0.33% | - |
| XYZ | 4.35 | 7.05 | 1.66 | - |
| YUV | 64.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 17 | 0.49 | 0 | 0.80 | 0.67 | 97.06 | 0.67 | 0.2 |
| Hex | 2B | 55 | 11 | 31 | 0 | 50 | 43 | 61 | 43 | 14 |
| Octal | 53 | 125 | 21 | 61 | 0 | 120 | 103 | 141 | 103 | 24 |
| Binary | 101011 | 1010101 | 10001 | 110001 | 0 | 1010000 | 1000011 | 1100001 | 1000011 | 10100 |
Color Harmonies of #2B5511
Complementary color
Monochromatic Colors of #2B5511
Black with #2B5511
Text Example
Text Example
White with #2B5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5511; }
p { color: rgb(43,85,17); }
H1.HeaderClassName
{
color: #2B5511;
}
.AnyTagClassName
{
color: #2B5511;
}
</style>
background-color css
<style>
a { background-color: #2B5511; }
a { background-color: rgb(43,85,17); }
div.DivClassName
{
background-color: #2B5511;
}
.BgClassName
{
background-color: #2B5511;
}
</style>
border-color css
<style>
span { border-color: #2B5511; }
span { border-color: rgb(43,85,17); }
td.TdClassName
{
border-color: #2B5511;
}
.TagClassName
{
border-color: #2B5511;
}
</style>