Shades of Palm Leaf #30462A
Tints of Palm Leaf #30462A
RGB
CMYK
RGB Variations
Color information
#30462A (or 0x30462A) is known color: Palm Leaf. HEX triplet: 30, 46 and 2A. RGB value is (48,70,42). Sum of RGB (Red+Green+Blue) = 48+70+42=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #30462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30462A is #CFB9D5. Grayscale: #3C3C3C. Windows color (decimal): -13613526 or 2770480. OLE color: 2770480.
HSL color Cylindrical-coordinate representation of color #30462A: hue angle of 107.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30462A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 70 | 42 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.73 |
| HSL | 107.14º | 0.25% | 0.22% | - |
| HSV(B) | 107.14º | 0.4% | 0.27% | - |
| XYZ | 3.83 | 5.18 | 2.99 | - |
| YUV | 60.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 42 | 0.31 | 0 | 0.40 | 0.73 | 107.14 | 0.25 | 0.22 |
| Hex | 30 | 46 | 2A | 1F | 0 | 28 | 49 | 6B | 19 | 16 |
| Octal | 60 | 106 | 52 | 37 | 0 | 50 | 111 | 153 | 31 | 26 |
| Binary | 110000 | 1000110 | 101010 | 11111 | 0 | 101000 | 1001001 | 1101011 | 11001 | 10110 |
Color Harmonies of #30462A
Complementary color
Monochromatic Colors of #30462A
Black with #30462A
Text Example
Text Example
White with #30462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30462A; }
p { color: rgb(48,70,42); }
H1.HeaderClassName
{
color: #30462A;
}
.AnyTagClassName
{
color: #30462A;
}
</style>
background-color css
<style>
a { background-color: #30462A; }
a { background-color: rgb(48,70,42); }
div.DivClassName
{
background-color: #30462A;
}
.BgClassName
{
background-color: #30462A;
}
</style>
border-color css
<style>
span { border-color: #30462A; }
span { border-color: rgb(48,70,42); }
td.TdClassName
{
border-color: #30462A;
}
.TagClassName
{
border-color: #30462A;
}
</style>