Shades of Palm Leaf #2D4C27
Tints of Palm Leaf #2D4C27
RGB
CMYK
RGB Variations
Color information
#2D4C27 (or 0x2D4C27) is known color: Palm Leaf. HEX triplet: 2D, 4C and 27. RGB value is (45,76,39). Sum of RGB (Red+Green+Blue) = 45+76+39=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #2D4C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4C27 is #D2B3D8. Grayscale: #3E3E3E. Windows color (decimal): -13808601 or 2575405. OLE color: 2575405.
HSL color Cylindrical-coordinate representation of color #2D4C27: hue angle of 110.27º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D4C27 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 76 | 39 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.70 |
| HSL | 110.27º | 0.32% | 0.23% | - |
| HSV(B) | 110.27º | 0.49% | 0.3% | - |
| XYZ | 4.03 | 5.87 | 2.84 | - |
| YUV | 62.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 39 | 0.41 | 0 | 0.49 | 0.70 | 110.27 | 0.32 | 0.23 |
| Hex | 2D | 4C | 27 | 29 | 0 | 31 | 46 | 6E | 20 | 17 |
| Octal | 55 | 114 | 47 | 51 | 0 | 61 | 106 | 156 | 40 | 27 |
| Binary | 101101 | 1001100 | 100111 | 101001 | 0 | 110001 | 1000110 | 1101110 | 100000 | 10111 |
Color Harmonies of #2D4C27
Complementary color
Monochromatic Colors of #2D4C27
Black with #2D4C27
Text Example
Text Example
White with #2D4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4C27; }
p { color: rgb(45,76,39); }
H1.HeaderClassName
{
color: #2D4C27;
}
.AnyTagClassName
{
color: #2D4C27;
}
</style>
background-color css
<style>
a { background-color: #2D4C27; }
a { background-color: rgb(45,76,39); }
div.DivClassName
{
background-color: #2D4C27;
}
.BgClassName
{
background-color: #2D4C27;
}
</style>
border-color css
<style>
span { border-color: #2D4C27; }
span { border-color: rgb(45,76,39); }
td.TdClassName
{
border-color: #2D4C27;
}
.TagClassName
{
border-color: #2D4C27;
}
</style>