Shades of Palm Leaf #30561D
Tints of Palm Leaf #30561D
RGB
CMYK
RGB Variations
Color information
#30561D (or 0x30561D) is known color: Palm Leaf. HEX triplet: 30, 56 and 1D. RGB value is (48,86,29). Sum of RGB (Red+Green+Blue) = 48+86+29=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #30561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30561D is #CFA9E2. Grayscale: #444444. Windows color (decimal): -13609443 or 1922608. OLE color: 1922608.
HSL color Cylindrical-coordinate representation of color #30561D: hue angle of 100º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30561D is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 86 | 29 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.66 |
| HSL | 100º | 0.5% | 0.23% | - |
| HSV(B) | 100º | 0.66% | 0.34% | - |
| XYZ | 4.77 | 7.37 | 2.33 | - |
| YUV | 68.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 29 | 0.44 | 0 | 0.66 | 0.66 | 100 | 0.5 | 0.23 |
| Hex | 30 | 56 | 1D | 2C | 0 | 42 | 42 | 64 | 32 | 17 |
| Octal | 60 | 126 | 35 | 54 | 0 | 102 | 102 | 144 | 62 | 27 |
| Binary | 110000 | 1010110 | 11101 | 101100 | 0 | 1000010 | 1000010 | 1100100 | 110010 | 10111 |
Color Harmonies of #30561D
Complementary color
Monochromatic Colors of #30561D
Black with #30561D
Text Example
Text Example
White with #30561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30561D; }
p { color: rgb(48,86,29); }
H1.HeaderClassName
{
color: #30561D;
}
.AnyTagClassName
{
color: #30561D;
}
</style>
background-color css
<style>
a { background-color: #30561D; }
a { background-color: rgb(48,86,29); }
div.DivClassName
{
background-color: #30561D;
}
.BgClassName
{
background-color: #30561D;
}
</style>
border-color css
<style>
span { border-color: #30561D; }
span { border-color: rgb(48,86,29); }
td.TdClassName
{
border-color: #30561D;
}
.TagClassName
{
border-color: #30561D;
}
</style>