Shades of Palm Leaf #2C6110
Tints of Palm Leaf #2C6110
RGB
CMYK
RGB Variations
Color information
#2C6110 (or 0x2C6110) is known color: Palm Leaf. HEX triplet: 2C, 61 and 10. RGB value is (44,97,16). Sum of RGB (Red+Green+Blue) = 44+97+16=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6110 is #D39EEF. Grayscale: #484848. Windows color (decimal): -13868784 or 1073452. OLE color: 1073452.
HSL color Cylindrical-coordinate representation of color #2C6110: hue angle of 99.26º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C6110 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 97 | 16 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.62 |
| HSL | 99.26º | 0.72% | 0.22% | - |
| HSV(B) | 99.26º | 0.84% | 0.38% | - |
| XYZ | 5.41 | 9.12 | 1.97 | - |
| YUV | 71.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 16 | 0.55 | 0 | 0.84 | 0.62 | 99.26 | 0.72 | 0.22 |
| Hex | 2C | 61 | 10 | 37 | 0 | 54 | 3E | 63 | 48 | 16 |
| Octal | 54 | 141 | 20 | 67 | 0 | 124 | 76 | 143 | 110 | 26 |
| Binary | 101100 | 1100001 | 10000 | 110111 | 0 | 1010100 | 111110 | 1100011 | 1001000 | 10110 |
Color Harmonies of #2C6110
Complementary color
Monochromatic Colors of #2C6110
Black with #2C6110
Text Example
Text Example
White with #2C6110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6110; }
p { color: rgb(44,97,16); }
H1.HeaderClassName
{
color: #2C6110;
}
.AnyTagClassName
{
color: #2C6110;
}
</style>
background-color css
<style>
a { background-color: #2C6110; }
a { background-color: rgb(44,97,16); }
div.DivClassName
{
background-color: #2C6110;
}
.BgClassName
{
background-color: #2C6110;
}
</style>
border-color css
<style>
span { border-color: #2C6110; }
span { border-color: rgb(44,97,16); }
td.TdClassName
{
border-color: #2C6110;
}
.TagClassName
{
border-color: #2C6110;
}
</style>