Shades of Palm Leaf #304822
Tints of Palm Leaf #304822
RGB
CMYK
RGB Variations
Color information
#304822 (or 0x304822) is known color: Palm Leaf. HEX triplet: 30, 48 and 22. RGB value is (48,72,34). Sum of RGB (Red+Green+Blue) = 48+72+34=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #304822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304822 is #CFB7DD. Grayscale: #3C3C3C. Windows color (decimal): -13613022 or 2246704. OLE color: 2246704.
HSL color Cylindrical-coordinate representation of color #304822: hue angle of 97.89º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304822 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 72 | 34 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.72 |
| HSL | 97.89º | 0.36% | 0.21% | - |
| HSV(B) | 97.89º | 0.53% | 0.28% | - |
| XYZ | 3.83 | 5.38 | 2.35 | - |
| YUV | 60.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 34 | 0.33 | 0 | 0.53 | 0.72 | 97.89 | 0.36 | 0.21 |
| Hex | 30 | 48 | 22 | 21 | 0 | 35 | 48 | 62 | 24 | 15 |
| Octal | 60 | 110 | 42 | 41 | 0 | 65 | 110 | 142 | 44 | 25 |
| Binary | 110000 | 1001000 | 100010 | 100001 | 0 | 110101 | 1001000 | 1100010 | 100100 | 10101 |
Color Harmonies of #304822
Complementary color
Monochromatic Colors of #304822
Black with #304822
Text Example
Text Example
White with #304822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304822; }
p { color: rgb(48,72,34); }
H1.HeaderClassName
{
color: #304822;
}
.AnyTagClassName
{
color: #304822;
}
</style>
background-color css
<style>
a { background-color: #304822; }
a { background-color: rgb(48,72,34); }
div.DivClassName
{
background-color: #304822;
}
.BgClassName
{
background-color: #304822;
}
</style>
border-color css
<style>
span { border-color: #304822; }
span { border-color: rgb(48,72,34); }
td.TdClassName
{
border-color: #304822;
}
.TagClassName
{
border-color: #304822;
}
</style>