Shades of Palm Leaf #2B491D
Tints of Palm Leaf #2B491D
RGB
CMYK
RGB Variations
Color information
#2B491D (or 0x2B491D) is known color: Palm Leaf. HEX triplet: 2B, 49 and 1D. RGB value is (43,73,29). Sum of RGB (Red+Green+Blue) = 43+73+29=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #2B491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B491D is #D4B6E2. Grayscale: #3B3B3B. Windows color (decimal): -13940451 or 1919275. OLE color: 1919275.
HSL color Cylindrical-coordinate representation of color #2B491D: hue angle of 100.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B491D is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 29 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.71 |
| HSL | 100.91º | 0.43% | 0.2% | - |
| HSV(B) | 100.91º | 0.6% | 0.29% | - |
| XYZ | 3.6 | 5.37 | 2.01 | - |
| YUV | 59.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 29 | 0.41 | 0 | 0.60 | 0.71 | 100.91 | 0.43 | 0.2 |
| Hex | 2B | 49 | 1D | 29 | 0 | 3C | 47 | 65 | 2B | 14 |
| Octal | 53 | 111 | 35 | 51 | 0 | 74 | 107 | 145 | 53 | 24 |
| Binary | 101011 | 1001001 | 11101 | 101001 | 0 | 111100 | 1000111 | 1100101 | 101011 | 10100 |
Color Harmonies of #2B491D
Complementary color
Monochromatic Colors of #2B491D
Black with #2B491D
Text Example
Text Example
White with #2B491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B491D; }
p { color: rgb(43,73,29); }
H1.HeaderClassName
{
color: #2B491D;
}
.AnyTagClassName
{
color: #2B491D;
}
</style>
background-color css
<style>
a { background-color: #2B491D; }
a { background-color: rgb(43,73,29); }
div.DivClassName
{
background-color: #2B491D;
}
.BgClassName
{
background-color: #2B491D;
}
</style>
border-color css
<style>
span { border-color: #2B491D; }
span { border-color: rgb(43,73,29); }
td.TdClassName
{
border-color: #2B491D;
}
.TagClassName
{
border-color: #2B491D;
}
</style>