Shades of Palm Leaf #304723
Tints of Palm Leaf #304723
RGB
CMYK
RGB Variations
Color information
#304723 (or 0x304723) is known color: Palm Leaf. HEX triplet: 30, 47 and 23. RGB value is (48,71,35). Sum of RGB (Red+Green+Blue) = 48+71+35=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #304723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304723 is #CFB8DC. Grayscale: #3C3C3C. Windows color (decimal): -13613277 or 2311984. OLE color: 2311984.
HSL color Cylindrical-coordinate representation of color #304723: hue angle of 98.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304723 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 35 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.72 |
| HSL | 98.33º | 0.34% | 0.21% | - |
| HSV(B) | 98.33º | 0.51% | 0.28% | - |
| XYZ | 3.78 | 5.26 | 2.41 | - |
| YUV | 60.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 35 | 0.32 | 0 | 0.51 | 0.72 | 98.33 | 0.34 | 0.21 |
| Hex | 30 | 47 | 23 | 20 | 0 | 33 | 48 | 62 | 22 | 15 |
| Octal | 60 | 107 | 43 | 40 | 0 | 63 | 110 | 142 | 42 | 25 |
| Binary | 110000 | 1000111 | 100011 | 100000 | 0 | 110011 | 1001000 | 1100010 | 100010 | 10101 |
Color Harmonies of #304723
Complementary color
Monochromatic Colors of #304723
Black with #304723
Text Example
Text Example
White with #304723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304723; }
p { color: rgb(48,71,35); }
H1.HeaderClassName
{
color: #304723;
}
.AnyTagClassName
{
color: #304723;
}
</style>
background-color css
<style>
a { background-color: #304723; }
a { background-color: rgb(48,71,35); }
div.DivClassName
{
background-color: #304723;
}
.BgClassName
{
background-color: #304723;
}
</style>
border-color css
<style>
span { border-color: #304723; }
span { border-color: rgb(48,71,35); }
td.TdClassName
{
border-color: #304723;
}
.TagClassName
{
border-color: #304723;
}
</style>