Shades of Palm Leaf #2C5D12
Tints of Palm Leaf #2C5D12
RGB
CMYK
RGB Variations
Color information
#2C5D12 (or 0x2C5D12) is known color: Palm Leaf. HEX triplet: 2C, 5D and 12. RGB value is (44,93,18). Sum of RGB (Red+Green+Blue) = 44+93+18=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5D12 is #D3A2ED. Grayscale: #464646. Windows color (decimal): -13869806 or 1203500. OLE color: 1203500.
HSL color Cylindrical-coordinate representation of color #2C5D12: hue angle of 99.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C5D12 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 93 | 18 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.64 |
| HSL | 99.2º | 0.68% | 0.22% | - |
| HSV(B) | 99.2º | 0.81% | 0.36% | - |
| XYZ | 5.06 | 8.41 | 1.93 | - |
| YUV | 69.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 93 | 18 | 0.53 | 0 | 0.81 | 0.64 | 99.2 | 0.68 | 0.22 |
| Hex | 2C | 5D | 12 | 35 | 0 | 51 | 40 | 63 | 44 | 16 |
| Octal | 54 | 135 | 22 | 65 | 0 | 121 | 100 | 143 | 104 | 26 |
| Binary | 101100 | 1011101 | 10010 | 110101 | 0 | 1010001 | 1000000 | 1100011 | 1000100 | 10110 |
Color Harmonies of #2C5D12
Complementary color
Monochromatic Colors of #2C5D12
Black with #2C5D12
Text Example
Text Example
White with #2C5D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5D12; }
p { color: rgb(44,93,18); }
H1.HeaderClassName
{
color: #2C5D12;
}
.AnyTagClassName
{
color: #2C5D12;
}
</style>
background-color css
<style>
a { background-color: #2C5D12; }
a { background-color: rgb(44,93,18); }
div.DivClassName
{
background-color: #2C5D12;
}
.BgClassName
{
background-color: #2C5D12;
}
</style>
border-color css
<style>
span { border-color: #2C5D12; }
span { border-color: rgb(44,93,18); }
td.TdClassName
{
border-color: #2C5D12;
}
.TagClassName
{
border-color: #2C5D12;
}
</style>