Shades of Palm Leaf #304525
Tints of Palm Leaf #304525
RGB
CMYK
RGB Variations
Color information
#304525 (or 0x304525) is known color: Palm Leaf. HEX triplet: 30, 45 and 25. RGB value is (48,69,37). Sum of RGB (Red+Green+Blue) = 48+69+37=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #304525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304525 is #CFBADA. Grayscale: #3B3B3B. Windows color (decimal): -13613787 or 2442544. OLE color: 2442544.
HSL color Cylindrical-coordinate representation of color #304525: hue angle of 99.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #304525 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 37 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.73 |
| HSL | 99.38º | 0.3% | 0.21% | - |
| HSV(B) | 99.38º | 0.46% | 0.27% | - |
| XYZ | 3.68 | 5.02 | 2.52 | - |
| YUV | 59.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 37 | 0.30 | 0 | 0.46 | 0.73 | 99.38 | 0.3 | 0.21 |
| Hex | 30 | 45 | 25 | 1E | 0 | 2E | 49 | 63 | 1E | 15 |
| Octal | 60 | 105 | 45 | 36 | 0 | 56 | 111 | 143 | 36 | 25 |
| Binary | 110000 | 1000101 | 100101 | 11110 | 0 | 101110 | 1001001 | 1100011 | 11110 | 10101 |
Color Harmonies of #304525
Complementary color
Monochromatic Colors of #304525
Black with #304525
Text Example
Text Example
White with #304525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304525; }
p { color: rgb(48,69,37); }
H1.HeaderClassName
{
color: #304525;
}
.AnyTagClassName
{
color: #304525;
}
</style>
background-color css
<style>
a { background-color: #304525; }
a { background-color: rgb(48,69,37); }
div.DivClassName
{
background-color: #304525;
}
.BgClassName
{
background-color: #304525;
}
</style>
border-color css
<style>
span { border-color: #304525; }
span { border-color: rgb(48,69,37); }
td.TdClassName
{
border-color: #304525;
}
.TagClassName
{
border-color: #304525;
}
</style>