Shades of Palm Leaf #2C4321
Tints of Palm Leaf #2C4321
RGB
CMYK
RGB Variations
Color information
#2C4321 (or 0x2C4321) is known color: Palm Leaf. HEX triplet: 2C, 43 and 21. RGB value is (44,67,33). Sum of RGB (Red+Green+Blue) = 44+67+33=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4321 is #D3BCDE. Grayscale: #383838. Windows color (decimal): -13876447 or 2179884. OLE color: 2179884.
HSL color Cylindrical-coordinate representation of color #2C4321: hue angle of 100.59º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C4321 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 67 | 33 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.74 |
| HSL | 100.59º | 0.34% | 0.2% | - |
| HSV(B) | 100.59º | 0.51% | 0.26% | - |
| XYZ | 3.32 | 4.66 | 2.16 | - |
| YUV | 56.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 33 | 0.34 | 0 | 0.51 | 0.74 | 100.59 | 0.34 | 0.2 |
| Hex | 2C | 43 | 21 | 22 | 0 | 33 | 4A | 65 | 22 | 14 |
| Octal | 54 | 103 | 41 | 42 | 0 | 63 | 112 | 145 | 42 | 24 |
| Binary | 101100 | 1000011 | 100001 | 100010 | 0 | 110011 | 1001010 | 1100101 | 100010 | 10100 |
Color Harmonies of #2C4321
Complementary color
Monochromatic Colors of #2C4321
Black with #2C4321
Text Example
Text Example
White with #2C4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4321; }
p { color: rgb(44,67,33); }
H1.HeaderClassName
{
color: #2C4321;
}
.AnyTagClassName
{
color: #2C4321;
}
</style>
background-color css
<style>
a { background-color: #2C4321; }
a { background-color: rgb(44,67,33); }
div.DivClassName
{
background-color: #2C4321;
}
.BgClassName
{
background-color: #2C4321;
}
</style>
border-color css
<style>
span { border-color: #2C4321; }
span { border-color: rgb(44,67,33); }
td.TdClassName
{
border-color: #2C4321;
}
.TagClassName
{
border-color: #2C4321;
}
</style>