Shades of Palm Leaf #2C551C
Tints of Palm Leaf #2C551C
RGB
CMYK
RGB Variations
Color information
#2C551C (or 0x2C551C) is known color: Palm Leaf. HEX triplet: 2C, 55 and 1C. RGB value is (44,85,28). Sum of RGB (Red+Green+Blue) = 44+85+28=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #2C551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C551C is #D3AAE3. Grayscale: #424242. Windows color (decimal): -13871844 or 1856812. OLE color: 1856812.
HSL color Cylindrical-coordinate representation of color #2C551C: hue angle of 103.16º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C551C is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 85 | 28 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.67 |
| HSL | 103.16º | 0.5% | 0.22% | - |
| HSV(B) | 103.16º | 0.67% | 0.33% | - |
| XYZ | 4.5 | 7.12 | 2.24 | - |
| YUV | 66.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 28 | 0.48 | 0 | 0.67 | 0.67 | 103.16 | 0.5 | 0.22 |
| Hex | 2C | 55 | 1C | 30 | 0 | 43 | 43 | 67 | 32 | 16 |
| Octal | 54 | 125 | 34 | 60 | 0 | 103 | 103 | 147 | 62 | 26 |
| Binary | 101100 | 1010101 | 11100 | 110000 | 0 | 1000011 | 1000011 | 1100111 | 110010 | 10110 |
Color Harmonies of #2C551C
Complementary color
Monochromatic Colors of #2C551C
Black with #2C551C
Text Example
Text Example
White with #2C551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C551C; }
p { color: rgb(44,85,28); }
H1.HeaderClassName
{
color: #2C551C;
}
.AnyTagClassName
{
color: #2C551C;
}
</style>
background-color css
<style>
a { background-color: #2C551C; }
a { background-color: rgb(44,85,28); }
div.DivClassName
{
background-color: #2C551C;
}
.BgClassName
{
background-color: #2C551C;
}
</style>
border-color css
<style>
span { border-color: #2C551C; }
span { border-color: rgb(44,85,28); }
td.TdClassName
{
border-color: #2C551C;
}
.TagClassName
{
border-color: #2C551C;
}
</style>