Shades of Palm Leaf #304622
Tints of Palm Leaf #304622
RGB
CMYK
RGB Variations
Color information
#304622 (or 0x304622) is known color: Palm Leaf. HEX triplet: 30, 46 and 22. RGB value is (48,70,34). Sum of RGB (Red+Green+Blue) = 48+70+34=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #304622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304622 is #CFB9DD. Grayscale: #3B3B3B. Windows color (decimal): -13613534 or 2246192. OLE color: 2246192.
HSL color Cylindrical-coordinate representation of color #304622: hue angle of 96.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304622 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 70 | 34 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.73 |
| HSL | 96.67º | 0.35% | 0.2% | - |
| HSV(B) | 96.67º | 0.51% | 0.27% | - |
| XYZ | 3.7 | 5.12 | 2.31 | - |
| YUV | 59.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 34 | 0.31 | 0 | 0.51 | 0.73 | 96.67 | 0.35 | 0.2 |
| Hex | 30 | 46 | 22 | 1F | 0 | 33 | 49 | 61 | 23 | 14 |
| Octal | 60 | 106 | 42 | 37 | 0 | 63 | 111 | 141 | 43 | 24 |
| Binary | 110000 | 1000110 | 100010 | 11111 | 0 | 110011 | 1001001 | 1100001 | 100011 | 10100 |
Color Harmonies of #304622
Complementary color
Monochromatic Colors of #304622
Black with #304622
Text Example
Text Example
White with #304622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304622; }
p { color: rgb(48,70,34); }
H1.HeaderClassName
{
color: #304622;
}
.AnyTagClassName
{
color: #304622;
}
</style>
background-color css
<style>
a { background-color: #304622; }
a { background-color: rgb(48,70,34); }
div.DivClassName
{
background-color: #304622;
}
.BgClassName
{
background-color: #304622;
}
</style>
border-color css
<style>
span { border-color: #304622; }
span { border-color: rgb(48,70,34); }
td.TdClassName
{
border-color: #304622;
}
.TagClassName
{
border-color: #304622;
}
</style>