Shades of Palm Leaf #2C4823
Tints of Palm Leaf #2C4823
RGB
CMYK
RGB Variations
Color information
#2C4823 (or 0x2C4823) is known color: Palm Leaf. HEX triplet: 2C, 48 and 23. RGB value is (44,72,35). Sum of RGB (Red+Green+Blue) = 44+72+35=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4823 is #D3B7DC. Grayscale: #3B3B3B. Windows color (decimal): -13875165 or 2312236. OLE color: 2312236.
HSL color Cylindrical-coordinate representation of color #2C4823: hue angle of 105.41º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C4823 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 35 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.72 |
| HSL | 105.41º | 0.35% | 0.21% | - |
| HSV(B) | 105.41º | 0.51% | 0.28% | - |
| XYZ | 3.66 | 5.29 | 2.42 | - |
| YUV | 59.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 35 | 0.39 | 0 | 0.51 | 0.72 | 105.41 | 0.35 | 0.21 |
| Hex | 2C | 48 | 23 | 27 | 0 | 33 | 48 | 69 | 23 | 15 |
| Octal | 54 | 110 | 43 | 47 | 0 | 63 | 110 | 151 | 43 | 25 |
| Binary | 101100 | 1001000 | 100011 | 100111 | 0 | 110011 | 1001000 | 1101001 | 100011 | 10101 |
Color Harmonies of #2C4823
Complementary color
Monochromatic Colors of #2C4823
Black with #2C4823
Text Example
Text Example
White with #2C4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4823; }
p { color: rgb(44,72,35); }
H1.HeaderClassName
{
color: #2C4823;
}
.AnyTagClassName
{
color: #2C4823;
}
</style>
background-color css
<style>
a { background-color: #2C4823; }
a { background-color: rgb(44,72,35); }
div.DivClassName
{
background-color: #2C4823;
}
.BgClassName
{
background-color: #2C4823;
}
</style>
border-color css
<style>
span { border-color: #2C4823; }
span { border-color: rgb(44,72,35); }
td.TdClassName
{
border-color: #2C4823;
}
.TagClassName
{
border-color: #2C4823;
}
</style>