Shades of Palm Leaf #30462C
Tints of Palm Leaf #30462C
RGB
CMYK
RGB Variations
Color information
#30462C (or 0x30462C) is known color: Palm Leaf. HEX triplet: 30, 46 and 2C. RGB value is (48,70,44). Sum of RGB (Red+Green+Blue) = 48+70+44=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #30462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30462C is #CFB9D3. Grayscale: #3C3C3C. Windows color (decimal): -13613524 or 2901552. OLE color: 2901552.
HSL color Cylindrical-coordinate representation of color #30462C: hue angle of 110.77º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30462C is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 70 | 44 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.73 |
| HSL | 110.77º | 0.23% | 0.22% | - |
| HSV(B) | 110.77º | 0.37% | 0.27% | - |
| XYZ | 3.86 | 5.19 | 3.18 | - |
| YUV | 60.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 44 | 0.31 | 0 | 0.37 | 0.73 | 110.77 | 0.23 | 0.22 |
| Hex | 30 | 46 | 2C | 1F | 0 | 25 | 49 | 6F | 17 | 16 |
| Octal | 60 | 106 | 54 | 37 | 0 | 45 | 111 | 157 | 27 | 26 |
| Binary | 110000 | 1000110 | 101100 | 11111 | 0 | 100101 | 1001001 | 1101111 | 10111 | 10110 |
Color Harmonies of #30462C
Complementary color
Monochromatic Colors of #30462C
Black with #30462C
Text Example
Text Example
White with #30462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30462C; }
p { color: rgb(48,70,44); }
H1.HeaderClassName
{
color: #30462C;
}
.AnyTagClassName
{
color: #30462C;
}
</style>
background-color css
<style>
a { background-color: #30462C; }
a { background-color: rgb(48,70,44); }
div.DivClassName
{
background-color: #30462C;
}
.BgClassName
{
background-color: #30462C;
}
</style>
border-color css
<style>
span { border-color: #30462C; }
span { border-color: rgb(48,70,44); }
td.TdClassName
{
border-color: #30462C;
}
.TagClassName
{
border-color: #30462C;
}
</style>