Shades of Palm Leaf #30432D
Tints of Palm Leaf #30432D
RGB
CMYK
RGB Variations
Color information
#30432D (or 0x30432D) is known color: Palm Leaf. HEX triplet: 30, 43 and 2D. RGB value is (48,67,45). Sum of RGB (Red+Green+Blue) = 48+67+45=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #30432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432D is #CFBCD2. Grayscale: #3A3A3A. Windows color (decimal): -13614291 or 2966320. OLE color: 2966320.
HSL color Cylindrical-coordinate representation of color #30432D: hue angle of 111.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30432D is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 45 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.74 |
| HSL | 111.82º | 0.2% | 0.22% | - |
| HSV(B) | 111.82º | 0.33% | 0.26% | - |
| XYZ | 3.7 | 4.83 | 3.22 | - |
| YUV | 58.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 45 | 0.28 | 0 | 0.33 | 0.74 | 111.82 | 0.2 | 0.22 |
| Hex | 30 | 43 | 2D | 1C | 0 | 21 | 4A | 70 | 14 | 16 |
| Octal | 60 | 103 | 55 | 34 | 0 | 41 | 112 | 160 | 24 | 26 |
| Binary | 110000 | 1000011 | 101101 | 11100 | 0 | 100001 | 1001010 | 1110000 | 10100 | 10110 |
Color Harmonies of #30432D
Complementary color
Monochromatic Colors of #30432D
Black with #30432D
Text Example
Text Example
White with #30432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30432D; }
p { color: rgb(48,67,45); }
H1.HeaderClassName
{
color: #30432D;
}
.AnyTagClassName
{
color: #30432D;
}
</style>
background-color css
<style>
a { background-color: #30432D; }
a { background-color: rgb(48,67,45); }
div.DivClassName
{
background-color: #30432D;
}
.BgClassName
{
background-color: #30432D;
}
</style>
border-color css
<style>
span { border-color: #30432D; }
span { border-color: rgb(48,67,45); }
td.TdClassName
{
border-color: #30432D;
}
.TagClassName
{
border-color: #30432D;
}
</style>