Shades of Palm Leaf #30402C
Tints of Palm Leaf #30402C
RGB
CMYK
RGB Variations
Color information
#30402C (or 0x30402C) is known color: Palm Leaf. HEX triplet: 30, 40 and 2C. RGB value is (48,64,44). Sum of RGB (Red+Green+Blue) = 48+64+44=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #30402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30402C is #CFBFD3. Grayscale: #393939. Windows color (decimal): -13615060 or 2900016. OLE color: 2900016.
HSL color Cylindrical-coordinate representation of color #30402C: hue angle of 108º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30402C is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 44 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.75 |
| HSL | 108º | 0.19% | 0.21% | - |
| HSV(B) | 108º | 0.31% | 0.25% | - |
| XYZ | 3.51 | 4.48 | 3.06 | - |
| YUV | 56.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 44 | 0.25 | 0 | 0.31 | 0.75 | 108 | 0.19 | 0.21 |
| Hex | 30 | 40 | 2C | 19 | 0 | 1F | 4B | 6C | 13 | 15 |
| Octal | 60 | 100 | 54 | 31 | 0 | 37 | 113 | 154 | 23 | 25 |
| Binary | 110000 | 1000000 | 101100 | 11001 | 0 | 11111 | 1001011 | 1101100 | 10011 | 10101 |
Color Harmonies of #30402C
Complementary color
Monochromatic Colors of #30402C
Black with #30402C
Text Example
Text Example
White with #30402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30402C; }
p { color: rgb(48,64,44); }
H1.HeaderClassName
{
color: #30402C;
}
.AnyTagClassName
{
color: #30402C;
}
</style>
background-color css
<style>
a { background-color: #30402C; }
a { background-color: rgb(48,64,44); }
div.DivClassName
{
background-color: #30402C;
}
.BgClassName
{
background-color: #30402C;
}
</style>
border-color css
<style>
span { border-color: #30402C; }
span { border-color: rgb(48,64,44); }
td.TdClassName
{
border-color: #30402C;
}
.TagClassName
{
border-color: #30402C;
}
</style>