Shades of Palm Leaf #304923
Tints of Palm Leaf #304923
RGB
CMYK
RGB Variations
Color information
#304923 (or 0x304923) is known color: Palm Leaf. HEX triplet: 30, 49 and 23. RGB value is (48,73,35). Sum of RGB (Red+Green+Blue) = 48+73+35=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #304923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304923 is #CFB6DC. Grayscale: #3D3D3D. Windows color (decimal): -13612765 or 2312496. OLE color: 2312496.
HSL color Cylindrical-coordinate representation of color #304923: hue angle of 99.47º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304923 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 35 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.71 |
| HSL | 99.47º | 0.35% | 0.21% | - |
| HSV(B) | 99.47º | 0.52% | 0.29% | - |
| XYZ | 3.9 | 5.51 | 2.45 | - |
| YUV | 61.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 35 | 0.34 | 0 | 0.52 | 0.71 | 99.47 | 0.35 | 0.21 |
| Hex | 30 | 49 | 23 | 22 | 0 | 34 | 47 | 63 | 23 | 15 |
| Octal | 60 | 111 | 43 | 42 | 0 | 64 | 107 | 143 | 43 | 25 |
| Binary | 110000 | 1001001 | 100011 | 100010 | 0 | 110100 | 1000111 | 1100011 | 100011 | 10101 |
Color Harmonies of #304923
Complementary color
Monochromatic Colors of #304923
Black with #304923
Text Example
Text Example
White with #304923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304923; }
p { color: rgb(48,73,35); }
H1.HeaderClassName
{
color: #304923;
}
.AnyTagClassName
{
color: #304923;
}
</style>
background-color css
<style>
a { background-color: #304923; }
a { background-color: rgb(48,73,35); }
div.DivClassName
{
background-color: #304923;
}
.BgClassName
{
background-color: #304923;
}
</style>
border-color css
<style>
span { border-color: #304923; }
span { border-color: rgb(48,73,35); }
td.TdClassName
{
border-color: #304923;
}
.TagClassName
{
border-color: #304923;
}
</style>