Shades of Palm Leaf #30432E
Tints of Palm Leaf #30432E
RGB
CMYK
RGB Variations
Color information
#30432E (or 0x30432E) is known color: Palm Leaf. HEX triplet: 30, 43 and 2E. RGB value is (48,67,46). Sum of RGB (Red+Green+Blue) = 48+67+46=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #30432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432E is #CFBCD1. Grayscale: #3A3A3A. Windows color (decimal): -13614290 or 3031856. OLE color: 3031856.
HSL color Cylindrical-coordinate representation of color #30432E: hue angle of 114.29º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30432E is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 46 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.74 |
| HSL | 114.29º | 0.19% | 0.22% | - |
| HSV(B) | 114.29º | 0.31% | 0.26% | - |
| XYZ | 3.72 | 4.84 | 3.32 | - |
| YUV | 58.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 46 | 0.28 | 0 | 0.31 | 0.74 | 114.29 | 0.19 | 0.22 |
| Hex | 30 | 43 | 2E | 1C | 0 | 1F | 4A | 72 | 13 | 16 |
| Octal | 60 | 103 | 56 | 34 | 0 | 37 | 112 | 162 | 23 | 26 |
| Binary | 110000 | 1000011 | 101110 | 11100 | 0 | 11111 | 1001010 | 1110010 | 10011 | 10110 |
Color Harmonies of #30432E
Complementary color
Monochromatic Colors of #30432E
Black with #30432E
Text Example
Text Example
White with #30432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30432E; }
p { color: rgb(48,67,46); }
H1.HeaderClassName
{
color: #30432E;
}
.AnyTagClassName
{
color: #30432E;
}
</style>
background-color css
<style>
a { background-color: #30432E; }
a { background-color: rgb(48,67,46); }
div.DivClassName
{
background-color: #30432E;
}
.BgClassName
{
background-color: #30432E;
}
</style>
border-color css
<style>
span { border-color: #30432E; }
span { border-color: rgb(48,67,46); }
td.TdClassName
{
border-color: #30432E;
}
.TagClassName
{
border-color: #30432E;
}
</style>