Shades of Palm Leaf #2C4325
Tints of Palm Leaf #2C4325
RGB
CMYK
RGB Variations
Color information
#2C4325 (or 0x2C4325) is known color: Palm Leaf. HEX triplet: 2C, 43 and 25. RGB value is (44,67,37). Sum of RGB (Red+Green+Blue) = 44+67+37=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4325 is #D3BCDA. Grayscale: #383838. Windows color (decimal): -13876443 or 2442028. OLE color: 2442028.
HSL color Cylindrical-coordinate representation of color #2C4325: hue angle of 106º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C4325 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 67 | 37 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.74 |
| HSL | 106º | 0.29% | 0.2% | - |
| HSV(B) | 106º | 0.45% | 0.26% | - |
| XYZ | 3.38 | 4.68 | 2.48 | - |
| YUV | 56.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 37 | 0.34 | 0 | 0.45 | 0.74 | 106 | 0.29 | 0.2 |
| Hex | 2C | 43 | 25 | 22 | 0 | 2D | 4A | 6A | 1D | 14 |
| Octal | 54 | 103 | 45 | 42 | 0 | 55 | 112 | 152 | 35 | 24 |
| Binary | 101100 | 1000011 | 100101 | 100010 | 0 | 101101 | 1001010 | 1101010 | 11101 | 10100 |
Color Harmonies of #2C4325
Complementary color
Monochromatic Colors of #2C4325
Black with #2C4325
Text Example
Text Example
White with #2C4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4325; }
p { color: rgb(44,67,37); }
H1.HeaderClassName
{
color: #2C4325;
}
.AnyTagClassName
{
color: #2C4325;
}
</style>
background-color css
<style>
a { background-color: #2C4325; }
a { background-color: rgb(44,67,37); }
div.DivClassName
{
background-color: #2C4325;
}
.BgClassName
{
background-color: #2C4325;
}
</style>
border-color css
<style>
span { border-color: #2C4325; }
span { border-color: rgb(44,67,37); }
td.TdClassName
{
border-color: #2C4325;
}
.TagClassName
{
border-color: #2C4325;
}
</style>