Shades of Palm Leaf #2C4825
Tints of Palm Leaf #2C4825
RGB
CMYK
RGB Variations
Color information
#2C4825 (or 0x2C4825) is known color: Palm Leaf. HEX triplet: 2C, 48 and 25. RGB value is (44,72,37). Sum of RGB (Red+Green+Blue) = 44+72+37=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4825 is #D3B7DA. Grayscale: #3B3B3B. Windows color (decimal): -13875163 or 2443308. OLE color: 2443308.
HSL color Cylindrical-coordinate representation of color #2C4825: hue angle of 108º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C4825 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 37 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.72 |
| HSL | 108º | 0.32% | 0.21% | - |
| HSV(B) | 108º | 0.49% | 0.28% | - |
| XYZ | 3.69 | 5.3 | 2.58 | - |
| YUV | 59.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 37 | 0.39 | 0 | 0.49 | 0.72 | 108 | 0.32 | 0.21 |
| Hex | 2C | 48 | 25 | 27 | 0 | 31 | 48 | 6C | 20 | 15 |
| Octal | 54 | 110 | 45 | 47 | 0 | 61 | 110 | 154 | 40 | 25 |
| Binary | 101100 | 1001000 | 100101 | 100111 | 0 | 110001 | 1001000 | 1101100 | 100000 | 10101 |
Color Harmonies of #2C4825
Complementary color
Monochromatic Colors of #2C4825
Black with #2C4825
Text Example
Text Example
White with #2C4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4825; }
p { color: rgb(44,72,37); }
H1.HeaderClassName
{
color: #2C4825;
}
.AnyTagClassName
{
color: #2C4825;
}
</style>
background-color css
<style>
a { background-color: #2C4825; }
a { background-color: rgb(44,72,37); }
div.DivClassName
{
background-color: #2C4825;
}
.BgClassName
{
background-color: #2C4825;
}
</style>
border-color css
<style>
span { border-color: #2C4825; }
span { border-color: rgb(44,72,37); }
td.TdClassName
{
border-color: #2C4825;
}
.TagClassName
{
border-color: #2C4825;
}
</style>