Shades of Palm Leaf #30532C
Tints of Palm Leaf #30532C
RGB
CMYK
RGB Variations
Color information
#30532C (or 0x30532C) is known color: Palm Leaf. HEX triplet: 30, 53 and 2C. RGB value is (48,83,44). Sum of RGB (Red+Green+Blue) = 48+83+44=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #30532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30532C is #CFACD3. Grayscale: #444444. Windows color (decimal): -13610196 or 2904880. OLE color: 2904880.
HSL color Cylindrical-coordinate representation of color #30532C: hue angle of 113.85º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30532C is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 44 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.67 |
| HSL | 113.85º | 0.31% | 0.25% | - |
| HSV(B) | 113.85º | 0.47% | 0.33% | - |
| XYZ | 4.77 | 7 | 3.48 | - |
| YUV | 68.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 44 | 0.42 | 0 | 0.47 | 0.67 | 113.85 | 0.31 | 0.25 |
| Hex | 30 | 53 | 2C | 2A | 0 | 2F | 43 | 72 | 1F | 19 |
| Octal | 60 | 123 | 54 | 52 | 0 | 57 | 103 | 162 | 37 | 31 |
| Binary | 110000 | 1010011 | 101100 | 101010 | 0 | 101111 | 1000011 | 1110010 | 11111 | 11001 |
Color Harmonies of #30532C
Complementary color
Monochromatic Colors of #30532C
Black with #30532C
Text Example
Text Example
White with #30532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30532C; }
p { color: rgb(48,83,44); }
H1.HeaderClassName
{
color: #30532C;
}
.AnyTagClassName
{
color: #30532C;
}
</style>
background-color css
<style>
a { background-color: #30532C; }
a { background-color: rgb(48,83,44); }
div.DivClassName
{
background-color: #30532C;
}
.BgClassName
{
background-color: #30532C;
}
</style>
border-color css
<style>
span { border-color: #30532C; }
span { border-color: rgb(48,83,44); }
td.TdClassName
{
border-color: #30532C;
}
.TagClassName
{
border-color: #30532C;
}
</style>