Shades of Palm Leaf #2C5B1C
Tints of Palm Leaf #2C5B1C
RGB
CMYK
RGB Variations
Color information
#2C5B1C (or 0x2C5B1C) is known color: Palm Leaf. HEX triplet: 2C, 5B and 1C. RGB value is (44,91,28). Sum of RGB (Red+Green+Blue) = 44+91+28=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5B1C is #D3A4E3. Grayscale: #454545. Windows color (decimal): -13870308 or 1858348. OLE color: 1858348.
HSL color Cylindrical-coordinate representation of color #2C5B1C: hue angle of 104.76º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C5B1C is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 91 | 28 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.64 |
| HSL | 104.76º | 0.53% | 0.23% | - |
| HSV(B) | 104.76º | 0.69% | 0.36% | - |
| XYZ | 4.99 | 8.1 | 2.4 | - |
| YUV | 69.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 28 | 0.52 | 0 | 0.69 | 0.64 | 104.76 | 0.53 | 0.23 |
| Hex | 2C | 5B | 1C | 34 | 0 | 45 | 40 | 69 | 35 | 17 |
| Octal | 54 | 133 | 34 | 64 | 0 | 105 | 100 | 151 | 65 | 27 |
| Binary | 101100 | 1011011 | 11100 | 110100 | 0 | 1000101 | 1000000 | 1101001 | 110101 | 10111 |
Color Harmonies of #2C5B1C
Complementary color
Monochromatic Colors of #2C5B1C
Black with #2C5B1C
Text Example
Text Example
White with #2C5B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5B1C; }
p { color: rgb(44,91,28); }
H1.HeaderClassName
{
color: #2C5B1C;
}
.AnyTagClassName
{
color: #2C5B1C;
}
</style>
background-color css
<style>
a { background-color: #2C5B1C; }
a { background-color: rgb(44,91,28); }
div.DivClassName
{
background-color: #2C5B1C;
}
.BgClassName
{
background-color: #2C5B1C;
}
</style>
border-color css
<style>
span { border-color: #2C5B1C; }
span { border-color: rgb(44,91,28); }
td.TdClassName
{
border-color: #2C5B1C;
}
.TagClassName
{
border-color: #2C5B1C;
}
</style>