Shades of Palm Leaf #304129
Tints of Palm Leaf #304129
RGB
CMYK
RGB Variations
Color information
#304129 (or 0x304129) is known color: Palm Leaf. HEX triplet: 30, 41 and 29. RGB value is (48,65,41). Sum of RGB (Red+Green+Blue) = 48+65+41=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #304129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304129 is #CFBED6. Grayscale: #393939. Windows color (decimal): -13614807 or 2703664. OLE color: 2703664.
HSL color Cylindrical-coordinate representation of color #304129: hue angle of 102.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304129 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 41 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.75 |
| HSL | 102.5º | 0.23% | 0.21% | - |
| HSV(B) | 102.5º | 0.37% | 0.25% | - |
| XYZ | 3.51 | 4.57 | 2.79 | - |
| YUV | 57.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 41 | 0.26 | 0 | 0.37 | 0.75 | 102.5 | 0.23 | 0.21 |
| Hex | 30 | 41 | 29 | 1A | 0 | 25 | 4B | 66 | 17 | 15 |
| Octal | 60 | 101 | 51 | 32 | 0 | 45 | 113 | 146 | 27 | 25 |
| Binary | 110000 | 1000001 | 101001 | 11010 | 0 | 100101 | 1001011 | 1100110 | 10111 | 10101 |
Color Harmonies of #304129
Complementary color
Monochromatic Colors of #304129
Black with #304129
Text Example
Text Example
White with #304129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304129; }
p { color: rgb(48,65,41); }
H1.HeaderClassName
{
color: #304129;
}
.AnyTagClassName
{
color: #304129;
}
</style>
background-color css
<style>
a { background-color: #304129; }
a { background-color: rgb(48,65,41); }
div.DivClassName
{
background-color: #304129;
}
.BgClassName
{
background-color: #304129;
}
</style>
border-color css
<style>
span { border-color: #304129; }
span { border-color: rgb(48,65,41); }
td.TdClassName
{
border-color: #304129;
}
.TagClassName
{
border-color: #304129;
}
</style>