Shades of Palm Leaf #2C600C
Tints of Palm Leaf #2C600C
RGB
CMYK
RGB Variations
Color information
#2C600C (or 0x2C600C) is known color: Palm Leaf. HEX triplet: 2C, 60 and 0C. RGB value is (44,96,12). Sum of RGB (Red+Green+Blue) = 44+96+12=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #2C600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C600C is #D39FF3. Grayscale: #474747. Windows color (decimal): -13869044 or 811052. OLE color: 811052.
HSL color Cylindrical-coordinate representation of color #2C600C: hue angle of 97.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C600C is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 96 | 12 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.62 |
| HSL | 97.14º | 0.78% | 0.21% | - |
| HSV(B) | 97.14º | 0.88% | 0.38% | - |
| XYZ | 5.29 | 8.93 | 1.79 | - |
| YUV | 70.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 12 | 0.54 | 0 | 0.88 | 0.62 | 97.14 | 0.78 | 0.21 |
| Hex | 2C | 60 | C | 36 | 0 | 58 | 3E | 61 | 4E | 15 |
| Octal | 54 | 140 | 14 | 66 | 0 | 130 | 76 | 141 | 116 | 25 |
| Binary | 101100 | 1100000 | 1100 | 110110 | 0 | 1011000 | 111110 | 1100001 | 1001110 | 10101 |
Color Harmonies of #2C600C
Complementary color
Monochromatic Colors of #2C600C
Black with #2C600C
Text Example
Text Example
White with #2C600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C600C; }
p { color: rgb(44,96,12); }
H1.HeaderClassName
{
color: #2C600C;
}
.AnyTagClassName
{
color: #2C600C;
}
</style>
background-color css
<style>
a { background-color: #2C600C; }
a { background-color: rgb(44,96,12); }
div.DivClassName
{
background-color: #2C600C;
}
.BgClassName
{
background-color: #2C600C;
}
</style>
border-color css
<style>
span { border-color: #2C600C; }
span { border-color: rgb(44,96,12); }
td.TdClassName
{
border-color: #2C600C;
}
.TagClassName
{
border-color: #2C600C;
}
</style>