Shades of Palm Leaf #304029
Tints of Palm Leaf #304029
RGB
CMYK
RGB Variations
Color information
#304029 (or 0x304029) is known color: Palm Leaf. HEX triplet: 30, 40 and 29. RGB value is (48,64,41). Sum of RGB (Red+Green+Blue) = 48+64+41=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #304029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304029 is #CFBFD6. Grayscale: #383838. Windows color (decimal): -13615063 or 2703408. OLE color: 2703408.
HSL color Cylindrical-coordinate representation of color #304029: hue angle of 101.74º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304029 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 41 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.75 |
| HSL | 101.74º | 0.22% | 0.21% | - |
| HSV(B) | 101.74º | 0.36% | 0.25% | - |
| XYZ | 3.45 | 4.46 | 2.78 | - |
| YUV | 56.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 41 | 0.25 | 0 | 0.36 | 0.75 | 101.74 | 0.22 | 0.21 |
| Hex | 30 | 40 | 29 | 19 | 0 | 24 | 4B | 66 | 16 | 15 |
| Octal | 60 | 100 | 51 | 31 | 0 | 44 | 113 | 146 | 26 | 25 |
| Binary | 110000 | 1000000 | 101001 | 11001 | 0 | 100100 | 1001011 | 1100110 | 10110 | 10101 |
Color Harmonies of #304029
Complementary color
Monochromatic Colors of #304029
Black with #304029
Text Example
Text Example
White with #304029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304029; }
p { color: rgb(48,64,41); }
H1.HeaderClassName
{
color: #304029;
}
.AnyTagClassName
{
color: #304029;
}
</style>
background-color css
<style>
a { background-color: #304029; }
a { background-color: rgb(48,64,41); }
div.DivClassName
{
background-color: #304029;
}
.BgClassName
{
background-color: #304029;
}
</style>
border-color css
<style>
span { border-color: #304029; }
span { border-color: rgb(48,64,41); }
td.TdClassName
{
border-color: #304029;
}
.TagClassName
{
border-color: #304029;
}
</style>