Shades of Palm Leaf #304325
Tints of Palm Leaf #304325
RGB
CMYK
RGB Variations
Color information
#304325 (or 0x304325) is known color: Palm Leaf. HEX triplet: 30, 43 and 25. RGB value is (48,67,37). Sum of RGB (Red+Green+Blue) = 48+67+37=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #304325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304325 is #CFBCDA. Grayscale: #3A3A3A. Windows color (decimal): -13614299 or 2442032. OLE color: 2442032.
HSL color Cylindrical-coordinate representation of color #304325: hue angle of 98º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304325 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 37 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.74 |
| HSL | 98º | 0.29% | 0.2% | - |
| HSV(B) | 98º | 0.45% | 0.26% | - |
| XYZ | 3.56 | 4.78 | 2.48 | - |
| YUV | 57.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 37 | 0.28 | 0 | 0.45 | 0.74 | 98 | 0.29 | 0.2 |
| Hex | 30 | 43 | 25 | 1C | 0 | 2D | 4A | 62 | 1D | 14 |
| Octal | 60 | 103 | 45 | 34 | 0 | 55 | 112 | 142 | 35 | 24 |
| Binary | 110000 | 1000011 | 100101 | 11100 | 0 | 101101 | 1001010 | 1100010 | 11101 | 10100 |
Color Harmonies of #304325
Complementary color
Monochromatic Colors of #304325
Black with #304325
Text Example
Text Example
White with #304325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304325; }
p { color: rgb(48,67,37); }
H1.HeaderClassName
{
color: #304325;
}
.AnyTagClassName
{
color: #304325;
}
</style>
background-color css
<style>
a { background-color: #304325; }
a { background-color: rgb(48,67,37); }
div.DivClassName
{
background-color: #304325;
}
.BgClassName
{
background-color: #304325;
}
</style>
border-color css
<style>
span { border-color: #304325; }
span { border-color: rgb(48,67,37); }
td.TdClassName
{
border-color: #304325;
}
.TagClassName
{
border-color: #304325;
}
</style>