Shades of Palm Leaf #2C4D1C
Tints of Palm Leaf #2C4D1C
RGB
CMYK
RGB Variations
Color information
#2C4D1C (or 0x2C4D1C) is known color: Palm Leaf. HEX triplet: 2C, 4D and 1C. RGB value is (44,77,28). Sum of RGB (Red+Green+Blue) = 44+77+28=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4D1C is #D3B2E3. Grayscale: #3D3D3D. Windows color (decimal): -13873892 or 1854764. OLE color: 1854764.
HSL color Cylindrical-coordinate representation of color #2C4D1C: hue angle of 100.41º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C4D1C is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 77 | 28 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.70 |
| HSL | 100.41º | 0.47% | 0.21% | - |
| HSV(B) | 100.41º | 0.64% | 0.3% | - |
| XYZ | 3.9 | 5.93 | 2.04 | - |
| YUV | 61.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 28 | 0.43 | 0 | 0.64 | 0.70 | 100.41 | 0.47 | 0.21 |
| Hex | 2C | 4D | 1C | 2B | 0 | 40 | 46 | 64 | 2F | 15 |
| Octal | 54 | 115 | 34 | 53 | 0 | 100 | 106 | 144 | 57 | 25 |
| Binary | 101100 | 1001101 | 11100 | 101011 | 0 | 1000000 | 1000110 | 1100100 | 101111 | 10101 |
Color Harmonies of #2C4D1C
Complementary color
Monochromatic Colors of #2C4D1C
Black with #2C4D1C
Text Example
Text Example
White with #2C4D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4D1C; }
p { color: rgb(44,77,28); }
H1.HeaderClassName
{
color: #2C4D1C;
}
.AnyTagClassName
{
color: #2C4D1C;
}
</style>
background-color css
<style>
a { background-color: #2C4D1C; }
a { background-color: rgb(44,77,28); }
div.DivClassName
{
background-color: #2C4D1C;
}
.BgClassName
{
background-color: #2C4D1C;
}
</style>
border-color css
<style>
span { border-color: #2C4D1C; }
span { border-color: rgb(44,77,28); }
td.TdClassName
{
border-color: #2C4D1C;
}
.TagClassName
{
border-color: #2C4D1C;
}
</style>