Shades of Palm Leaf #2C5320
Tints of Palm Leaf #2C5320
RGB
CMYK
RGB Variations
Color information
#2C5320 (or 0x2C5320) is known color: Palm Leaf. HEX triplet: 2C, 53 and 20. RGB value is (44,83,32). Sum of RGB (Red+Green+Blue) = 44+83+32=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5320 is #D3ACDF. Grayscale: #414141. Windows color (decimal): -13872352 or 2118444. OLE color: 2118444.
HSL color Cylindrical-coordinate representation of color #2C5320: hue angle of 105.88º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C5320 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 32 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.67 |
| HSL | 105.88º | 0.44% | 0.23% | - |
| HSV(B) | 105.88º | 0.61% | 0.33% | - |
| XYZ | 4.39 | 6.83 | 2.45 | - |
| YUV | 65.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 32 | 0.47 | 0 | 0.61 | 0.67 | 105.88 | 0.44 | 0.23 |
| Hex | 2C | 53 | 20 | 2F | 0 | 3D | 43 | 6A | 2C | 17 |
| Octal | 54 | 123 | 40 | 57 | 0 | 75 | 103 | 152 | 54 | 27 |
| Binary | 101100 | 1010011 | 100000 | 101111 | 0 | 111101 | 1000011 | 1101010 | 101100 | 10111 |
Color Harmonies of #2C5320
Complementary color
Monochromatic Colors of #2C5320
Black with #2C5320
Text Example
Text Example
White with #2C5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5320; }
p { color: rgb(44,83,32); }
H1.HeaderClassName
{
color: #2C5320;
}
.AnyTagClassName
{
color: #2C5320;
}
</style>
background-color css
<style>
a { background-color: #2C5320; }
a { background-color: rgb(44,83,32); }
div.DivClassName
{
background-color: #2C5320;
}
.BgClassName
{
background-color: #2C5320;
}
</style>
border-color css
<style>
span { border-color: #2C5320; }
span { border-color: rgb(44,83,32); }
td.TdClassName
{
border-color: #2C5320;
}
.TagClassName
{
border-color: #2C5320;
}
</style>