Shades of Palm Leaf #30541B
Tints of Palm Leaf #30541B
RGB
CMYK
RGB Variations
Color information
#30541B (or 0x30541B) is known color: Palm Leaf. HEX triplet: 30, 54 and 1B. RGB value is (48,84,27). Sum of RGB (Red+Green+Blue) = 48+84+27=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #30541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30541B is #CFABE4. Grayscale: #424242. Windows color (decimal): -13609957 or 1791024. OLE color: 1791024.
HSL color Cylindrical-coordinate representation of color #30541B: hue angle of 97.89º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30541B is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 84 | 27 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.67 |
| HSL | 97.89º | 0.51% | 0.22% | - |
| HSV(B) | 97.89º | 0.68% | 0.33% | - |
| XYZ | 4.59 | 7.05 | 2.16 | - |
| YUV | 66.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 27 | 0.43 | 0 | 0.68 | 0.67 | 97.89 | 0.51 | 0.22 |
| Hex | 30 | 54 | 1B | 2B | 0 | 44 | 43 | 62 | 33 | 16 |
| Octal | 60 | 124 | 33 | 53 | 0 | 104 | 103 | 142 | 63 | 26 |
| Binary | 110000 | 1010100 | 11011 | 101011 | 0 | 1000100 | 1000011 | 1100010 | 110011 | 10110 |
Color Harmonies of #30541B
Complementary color
Monochromatic Colors of #30541B
Black with #30541B
Text Example
Text Example
White with #30541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30541B; }
p { color: rgb(48,84,27); }
H1.HeaderClassName
{
color: #30541B;
}
.AnyTagClassName
{
color: #30541B;
}
</style>
background-color css
<style>
a { background-color: #30541B; }
a { background-color: rgb(48,84,27); }
div.DivClassName
{
background-color: #30541B;
}
.BgClassName
{
background-color: #30541B;
}
</style>
border-color css
<style>
span { border-color: #30541B; }
span { border-color: rgb(48,84,27); }
td.TdClassName
{
border-color: #30541B;
}
.TagClassName
{
border-color: #30541B;
}
</style>