Shades of Palm Leaf #304928
Tints of Palm Leaf #304928
RGB
CMYK
RGB Variations
Color information
#304928 (or 0x304928) is known color: Palm Leaf. HEX triplet: 30, 49 and 28. RGB value is (48,73,40). Sum of RGB (Red+Green+Blue) = 48+73+40=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #304928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304928 is #CFB6D7. Grayscale: #3D3D3D. Windows color (decimal): -13612760 or 2640176. OLE color: 2640176.
HSL color Cylindrical-coordinate representation of color #304928: hue angle of 105.45º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304928 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 40 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.71 |
| HSL | 105.45º | 0.29% | 0.22% | - |
| HSV(B) | 105.45º | 0.45% | 0.29% | - |
| XYZ | 3.98 | 5.55 | 2.87 | - |
| YUV | 61.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 40 | 0.34 | 0 | 0.45 | 0.71 | 105.45 | 0.29 | 0.22 |
| Hex | 30 | 49 | 28 | 22 | 0 | 2D | 47 | 69 | 1D | 16 |
| Octal | 60 | 111 | 50 | 42 | 0 | 55 | 107 | 151 | 35 | 26 |
| Binary | 110000 | 1001001 | 101000 | 100010 | 0 | 101101 | 1000111 | 1101001 | 11101 | 10110 |
Color Harmonies of #304928
Complementary color
Monochromatic Colors of #304928
Black with #304928
Text Example
Text Example
White with #304928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304928; }
p { color: rgb(48,73,40); }
H1.HeaderClassName
{
color: #304928;
}
.AnyTagClassName
{
color: #304928;
}
</style>
background-color css
<style>
a { background-color: #304928; }
a { background-color: rgb(48,73,40); }
div.DivClassName
{
background-color: #304928;
}
.BgClassName
{
background-color: #304928;
}
</style>
border-color css
<style>
span { border-color: #304928; }
span { border-color: rgb(48,73,40); }
td.TdClassName
{
border-color: #304928;
}
.TagClassName
{
border-color: #304928;
}
</style>