Shades of Palm Leaf #304E29
Tints of Palm Leaf #304E29
RGB
CMYK
RGB Variations
Color information
#304E29 (or 0x304E29) is known color: Palm Leaf. HEX triplet: 30, 4E and 29. RGB value is (48,78,41). Sum of RGB (Red+Green+Blue) = 48+78+41=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #304E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E29 is #CFB1D6. Grayscale: #404040. Windows color (decimal): -13611479 or 2706992. OLE color: 2706992.
HSL color Cylindrical-coordinate representation of color #304E29: hue angle of 108.65º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304E29 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 41 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.69 |
| HSL | 108.65º | 0.31% | 0.23% | - |
| HSV(B) | 108.65º | 0.47% | 0.31% | - |
| XYZ | 4.34 | 6.24 | 3.07 | - |
| YUV | 64.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 41 | 0.38 | 0 | 0.47 | 0.69 | 108.65 | 0.31 | 0.23 |
| Hex | 30 | 4E | 29 | 26 | 0 | 2F | 45 | 6D | 1F | 17 |
| Octal | 60 | 116 | 51 | 46 | 0 | 57 | 105 | 155 | 37 | 27 |
| Binary | 110000 | 1001110 | 101001 | 100110 | 0 | 101111 | 1000101 | 1101101 | 11111 | 10111 |
Color Harmonies of #304E29
Complementary color
Monochromatic Colors of #304E29
Black with #304E29
Text Example
Text Example
White with #304E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E29; }
p { color: rgb(48,78,41); }
H1.HeaderClassName
{
color: #304E29;
}
.AnyTagClassName
{
color: #304E29;
}
</style>
background-color css
<style>
a { background-color: #304E29; }
a { background-color: rgb(48,78,41); }
div.DivClassName
{
background-color: #304E29;
}
.BgClassName
{
background-color: #304E29;
}
</style>
border-color css
<style>
span { border-color: #304E29; }
span { border-color: rgb(48,78,41); }
td.TdClassName
{
border-color: #304E29;
}
.TagClassName
{
border-color: #304E29;
}
</style>