Shades of Palm Leaf #30432C
Tints of Palm Leaf #30432C
RGB
CMYK
RGB Variations
Color information
#30432C (or 0x30432C) is known color: Palm Leaf. HEX triplet: 30, 43 and 2C. RGB value is (48,67,44). Sum of RGB (Red+Green+Blue) = 48+67+44=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #30432C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432C is #CFBCD3. Grayscale: #3A3A3A. Windows color (decimal): -13614292 or 2900784. OLE color: 2900784.
HSL color Cylindrical-coordinate representation of color #30432C: hue angle of 109.57º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #30432C is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 44 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.74 |
| HSL | 109.57º | 0.21% | 0.22% | - |
| HSV(B) | 109.57º | 0.34% | 0.26% | - |
| XYZ | 3.68 | 4.82 | 3.12 | - |
| YUV | 58.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 44 | 0.28 | 0 | 0.34 | 0.74 | 109.57 | 0.21 | 0.22 |
| Hex | 30 | 43 | 2C | 1C | 0 | 22 | 4A | 6E | 15 | 16 |
| Octal | 60 | 103 | 54 | 34 | 0 | 42 | 112 | 156 | 25 | 26 |
| Binary | 110000 | 1000011 | 101100 | 11100 | 0 | 100010 | 1001010 | 1101110 | 10101 | 10110 |
Color Harmonies of #30432C
Complementary color
Monochromatic Colors of #30432C
Black with #30432C
Text Example
Text Example
White with #30432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30432C; }
p { color: rgb(48,67,44); }
H1.HeaderClassName
{
color: #30432C;
}
.AnyTagClassName
{
color: #30432C;
}
</style>
background-color css
<style>
a { background-color: #30432C; }
a { background-color: rgb(48,67,44); }
div.DivClassName
{
background-color: #30432C;
}
.BgClassName
{
background-color: #30432C;
}
</style>
border-color css
<style>
span { border-color: #30432C; }
span { border-color: rgb(48,67,44); }
td.TdClassName
{
border-color: #30432C;
}
.TagClassName
{
border-color: #30432C;
}
</style>