Shades of Palm Leaf #304921
Tints of Palm Leaf #304921
RGB
CMYK
RGB Variations
Color information
#304921 (or 0x304921) is known color: Palm Leaf. HEX triplet: 30, 49 and 21. RGB value is (48,73,33). Sum of RGB (Red+Green+Blue) = 48+73+33=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #304921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304921 is #CFB6DE. Grayscale: #3D3D3D. Windows color (decimal): -13612767 or 2181424. OLE color: 2181424.
HSL color Cylindrical-coordinate representation of color #304921: hue angle of 97.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #304921 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 33 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.71 |
| HSL | 97.5º | 0.38% | 0.21% | - |
| HSV(B) | 97.5º | 0.55% | 0.29% | - |
| XYZ | 3.88 | 5.5 | 2.3 | - |
| YUV | 60.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 33 | 0.34 | 0 | 0.55 | 0.71 | 97.5 | 0.38 | 0.21 |
| Hex | 30 | 49 | 21 | 22 | 0 | 37 | 47 | 62 | 26 | 15 |
| Octal | 60 | 111 | 41 | 42 | 0 | 67 | 107 | 142 | 46 | 25 |
| Binary | 110000 | 1001001 | 100001 | 100010 | 0 | 110111 | 1000111 | 1100010 | 100110 | 10101 |
Color Harmonies of #304921
Complementary color
Monochromatic Colors of #304921
Black with #304921
Text Example
Text Example
White with #304921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304921; }
p { color: rgb(48,73,33); }
H1.HeaderClassName
{
color: #304921;
}
.AnyTagClassName
{
color: #304921;
}
</style>
background-color css
<style>
a { background-color: #304921; }
a { background-color: rgb(48,73,33); }
div.DivClassName
{
background-color: #304921;
}
.BgClassName
{
background-color: #304921;
}
</style>
border-color css
<style>
span { border-color: #304921; }
span { border-color: rgb(48,73,33); }
td.TdClassName
{
border-color: #304921;
}
.TagClassName
{
border-color: #304921;
}
</style>