Shades of Palm Leaf #30432F
Tints of Palm Leaf #30432F
RGB
CMYK
RGB Variations
Color information
#30432F (or 0x30432F) is known color: Palm Leaf. HEX triplet: 30, 43 and 2F. RGB value is (48,67,47). Sum of RGB (Red+Green+Blue) = 48+67+47=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #30432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432F is #CFBCD0. Grayscale: #3B3B3B. Windows color (decimal): -13614289 or 3097392. OLE color: 3097392.
HSL color Cylindrical-coordinate representation of color #30432F: hue angle of 117º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #30432F is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 47 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.74 |
| HSL | 117º | 0.18% | 0.22% | - |
| HSV(B) | 117º | 0.3% | 0.26% | - |
| XYZ | 3.74 | 4.85 | 3.43 | - |
| YUV | 59.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 47 | 0.28 | 0 | 0.30 | 0.74 | 117 | 0.18 | 0.22 |
| Hex | 30 | 43 | 2F | 1C | 0 | 1E | 4A | 75 | 12 | 16 |
| Octal | 60 | 103 | 57 | 34 | 0 | 36 | 112 | 165 | 22 | 26 |
| Binary | 110000 | 1000011 | 101111 | 11100 | 0 | 11110 | 1001010 | 1110101 | 10010 | 10110 |
Color Harmonies of #30432F
Complementary color
Monochromatic Colors of #30432F
Black with #30432F
Text Example
Text Example
White with #30432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30432F; }
p { color: rgb(48,67,47); }
H1.HeaderClassName
{
color: #30432F;
}
.AnyTagClassName
{
color: #30432F;
}
</style>
background-color css
<style>
a { background-color: #30432F; }
a { background-color: rgb(48,67,47); }
div.DivClassName
{
background-color: #30432F;
}
.BgClassName
{
background-color: #30432F;
}
</style>
border-color css
<style>
span { border-color: #30432F; }
span { border-color: rgb(48,67,47); }
td.TdClassName
{
border-color: #30432F;
}
.TagClassName
{
border-color: #30432F;
}
</style>