Shades of Palm Leaf #2B4921
Tints of Palm Leaf #2B4921
RGB
CMYK
RGB Variations
Color information
#2B4921 (or 0x2B4921) is known color: Palm Leaf. HEX triplet: 2B, 49 and 21. RGB value is (43,73,33). Sum of RGB (Red+Green+Blue) = 43+73+33=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4921 is #D4B6DE. Grayscale: #3B3B3B. Windows color (decimal): -13940447 or 2181419. OLE color: 2181419.
HSL color Cylindrical-coordinate representation of color #2B4921: hue angle of 105º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B4921 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 33 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.71 |
| HSL | 105º | 0.38% | 0.21% | - |
| HSV(B) | 105º | 0.55% | 0.29% | - |
| XYZ | 3.65 | 5.39 | 2.29 | - |
| YUV | 59.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 33 | 0.41 | 0 | 0.55 | 0.71 | 105 | 0.38 | 0.21 |
| Hex | 2B | 49 | 21 | 29 | 0 | 37 | 47 | 69 | 26 | 15 |
| Octal | 53 | 111 | 41 | 51 | 0 | 67 | 107 | 151 | 46 | 25 |
| Binary | 101011 | 1001001 | 100001 | 101001 | 0 | 110111 | 1000111 | 1101001 | 100110 | 10101 |
Color Harmonies of #2B4921
Complementary color
Monochromatic Colors of #2B4921
Black with #2B4921
Text Example
Text Example
White with #2B4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4921; }
p { color: rgb(43,73,33); }
H1.HeaderClassName
{
color: #2B4921;
}
.AnyTagClassName
{
color: #2B4921;
}
</style>
background-color css
<style>
a { background-color: #2B4921; }
a { background-color: rgb(43,73,33); }
div.DivClassName
{
background-color: #2B4921;
}
.BgClassName
{
background-color: #2B4921;
}
</style>
border-color css
<style>
span { border-color: #2B4921; }
span { border-color: rgb(43,73,33); }
td.TdClassName
{
border-color: #2B4921;
}
.TagClassName
{
border-color: #2B4921;
}
</style>