Shades of Palm Leaf #30552C
Tints of Palm Leaf #30552C
RGB
CMYK
RGB Variations
Color information
#30552C (or 0x30552C) is known color: Palm Leaf. HEX triplet: 30, 55 and 2C. RGB value is (48,85,44). Sum of RGB (Red+Green+Blue) = 48+85+44=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #30552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30552C is #CFAAD3. Grayscale: #454545. Windows color (decimal): -13609684 or 2905392. OLE color: 2905392.
HSL color Cylindrical-coordinate representation of color #30552C: hue angle of 114.15º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30552C is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 44 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.67 |
| HSL | 114.15º | 0.32% | 0.25% | - |
| HSV(B) | 114.15º | 0.48% | 0.33% | - |
| XYZ | 4.92 | 7.31 | 3.53 | - |
| YUV | 69.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 44 | 0.44 | 0 | 0.48 | 0.67 | 114.15 | 0.32 | 0.25 |
| Hex | 30 | 55 | 2C | 2C | 0 | 30 | 43 | 72 | 20 | 19 |
| Octal | 60 | 125 | 54 | 54 | 0 | 60 | 103 | 162 | 40 | 31 |
| Binary | 110000 | 1010101 | 101100 | 101100 | 0 | 110000 | 1000011 | 1110010 | 100000 | 11001 |
Color Harmonies of #30552C
Complementary color
Monochromatic Colors of #30552C
Black with #30552C
Text Example
Text Example
White with #30552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30552C; }
p { color: rgb(48,85,44); }
H1.HeaderClassName
{
color: #30552C;
}
.AnyTagClassName
{
color: #30552C;
}
</style>
background-color css
<style>
a { background-color: #30552C; }
a { background-color: rgb(48,85,44); }
div.DivClassName
{
background-color: #30552C;
}
.BgClassName
{
background-color: #30552C;
}
</style>
border-color css
<style>
span { border-color: #30552C; }
span { border-color: rgb(48,85,44); }
td.TdClassName
{
border-color: #30552C;
}
.TagClassName
{
border-color: #30552C;
}
</style>