Shades of Palm Leaf #304728
Tints of Palm Leaf #304728
RGB
CMYK
RGB Variations
Color information
#304728 (or 0x304728) is known color: Palm Leaf. HEX triplet: 30, 47 and 28. RGB value is (48,71,40). Sum of RGB (Red+Green+Blue) = 48+71+40=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #304728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304728 is #CFB8D7. Grayscale: #3C3C3C. Windows color (decimal): -13613272 or 2639664. OLE color: 2639664.
HSL color Cylindrical-coordinate representation of color #304728: hue angle of 104.52º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304728 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 40 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.72 |
| HSL | 104.52º | 0.28% | 0.22% | - |
| HSV(B) | 104.52º | 0.44% | 0.28% | - |
| XYZ | 3.86 | 5.29 | 2.82 | - |
| YUV | 60.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 40 | 0.32 | 0 | 0.44 | 0.72 | 104.52 | 0.28 | 0.22 |
| Hex | 30 | 47 | 28 | 20 | 0 | 2C | 48 | 69 | 1C | 16 |
| Octal | 60 | 107 | 50 | 40 | 0 | 54 | 110 | 151 | 34 | 26 |
| Binary | 110000 | 1000111 | 101000 | 100000 | 0 | 101100 | 1001000 | 1101001 | 11100 | 10110 |
Color Harmonies of #304728
Complementary color
Monochromatic Colors of #304728
Black with #304728
Text Example
Text Example
White with #304728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304728; }
p { color: rgb(48,71,40); }
H1.HeaderClassName
{
color: #304728;
}
.AnyTagClassName
{
color: #304728;
}
</style>
background-color css
<style>
a { background-color: #304728; }
a { background-color: rgb(48,71,40); }
div.DivClassName
{
background-color: #304728;
}
.BgClassName
{
background-color: #304728;
}
</style>
border-color css
<style>
span { border-color: #304728; }
span { border-color: rgb(48,71,40); }
td.TdClassName
{
border-color: #304728;
}
.TagClassName
{
border-color: #304728;
}
</style>