Shades of Palm Leaf #304526
Tints of Palm Leaf #304526
RGB
CMYK
RGB Variations
Color information
#304526 (or 0x304526) is known color: Palm Leaf. HEX triplet: 30, 45 and 26. RGB value is (48,69,38). Sum of RGB (Red+Green+Blue) = 48+69+38=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #304526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304526 is #CFBAD9. Grayscale: #3B3B3B. Windows color (decimal): -13613786 or 2508080. OLE color: 2508080.
HSL color Cylindrical-coordinate representation of color #304526: hue angle of 100.65º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304526 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 38 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.73 |
| HSL | 100.65º | 0.29% | 0.21% | - |
| HSV(B) | 100.65º | 0.45% | 0.27% | - |
| XYZ | 3.7 | 5.02 | 2.61 | - |
| YUV | 59.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 38 | 0.30 | 0 | 0.45 | 0.73 | 100.65 | 0.29 | 0.21 |
| Hex | 30 | 45 | 26 | 1E | 0 | 2D | 49 | 65 | 1D | 15 |
| Octal | 60 | 105 | 46 | 36 | 0 | 55 | 111 | 145 | 35 | 25 |
| Binary | 110000 | 1000101 | 100110 | 11110 | 0 | 101101 | 1001001 | 1100101 | 11101 | 10101 |
Color Harmonies of #304526
Complementary color
Monochromatic Colors of #304526
Black with #304526
Text Example
Text Example
White with #304526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304526; }
p { color: rgb(48,69,38); }
H1.HeaderClassName
{
color: #304526;
}
.AnyTagClassName
{
color: #304526;
}
</style>
background-color css
<style>
a { background-color: #304526; }
a { background-color: rgb(48,69,38); }
div.DivClassName
{
background-color: #304526;
}
.BgClassName
{
background-color: #304526;
}
</style>
border-color css
<style>
span { border-color: #304526; }
span { border-color: rgb(48,69,38); }
td.TdClassName
{
border-color: #304526;
}
.TagClassName
{
border-color: #304526;
}
</style>