Shades of Palm Leaf #2B471B
Tints of Palm Leaf #2B471B
RGB
CMYK
RGB Variations
Color information
#2B471B (or 0x2B471B) is known color: Palm Leaf. HEX triplet: 2B, 47 and 1B. RGB value is (43,71,27). Sum of RGB (Red+Green+Blue) = 43+71+27=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #2B471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B471B is #D4B8E4. Grayscale: #393939. Windows color (decimal): -13940965 or 1787691. OLE color: 1787691.
HSL color Cylindrical-coordinate representation of color #2B471B: hue angle of 98.18º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B471B is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 27 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.72 |
| HSL | 98.18º | 0.45% | 0.19% | - |
| HSV(B) | 98.18º | 0.62% | 0.28% | - |
| XYZ | 3.45 | 5.1 | 1.84 | - |
| YUV | 57.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 27 | 0.39 | 0 | 0.62 | 0.72 | 98.18 | 0.45 | 0.19 |
| Hex | 2B | 47 | 1B | 27 | 0 | 3E | 48 | 62 | 2D | 13 |
| Octal | 53 | 107 | 33 | 47 | 0 | 76 | 110 | 142 | 55 | 23 |
| Binary | 101011 | 1000111 | 11011 | 100111 | 0 | 111110 | 1001000 | 1100010 | 101101 | 10011 |
Color Harmonies of #2B471B
Complementary color
Monochromatic Colors of #2B471B
Black with #2B471B
Text Example
Text Example
White with #2B471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B471B; }
p { color: rgb(43,71,27); }
H1.HeaderClassName
{
color: #2B471B;
}
.AnyTagClassName
{
color: #2B471B;
}
</style>
background-color css
<style>
a { background-color: #2B471B; }
a { background-color: rgb(43,71,27); }
div.DivClassName
{
background-color: #2B471B;
}
.BgClassName
{
background-color: #2B471B;
}
</style>
border-color css
<style>
span { border-color: #2B471B; }
span { border-color: rgb(43,71,27); }
td.TdClassName
{
border-color: #2B471B;
}
.TagClassName
{
border-color: #2B471B;
}
</style>