Shades of Palm Leaf #30412A
Tints of Palm Leaf #30412A
RGB
CMYK
RGB Variations
Color information
#30412A (or 0x30412A) is known color: Palm Leaf. HEX triplet: 30, 41 and 2A. RGB value is (48,65,42). Sum of RGB (Red+Green+Blue) = 48+65+42=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #30412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30412A is #CFBED5. Grayscale: #393939. Windows color (decimal): -13614806 or 2769200. OLE color: 2769200.
HSL color Cylindrical-coordinate representation of color #30412A: hue angle of 104.35º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30412A is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 42 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.75 |
| HSL | 104.35º | 0.21% | 0.21% | - |
| HSV(B) | 104.35º | 0.35% | 0.25% | - |
| XYZ | 3.53 | 4.58 | 2.89 | - |
| YUV | 57.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 42 | 0.26 | 0 | 0.35 | 0.75 | 104.35 | 0.21 | 0.21 |
| Hex | 30 | 41 | 2A | 1A | 0 | 23 | 4B | 68 | 15 | 15 |
| Octal | 60 | 101 | 52 | 32 | 0 | 43 | 113 | 150 | 25 | 25 |
| Binary | 110000 | 1000001 | 101010 | 11010 | 0 | 100011 | 1001011 | 1101000 | 10101 | 10101 |
Color Harmonies of #30412A
Complementary color
Monochromatic Colors of #30412A
Black with #30412A
Text Example
Text Example
White with #30412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30412A; }
p { color: rgb(48,65,42); }
H1.HeaderClassName
{
color: #30412A;
}
.AnyTagClassName
{
color: #30412A;
}
</style>
background-color css
<style>
a { background-color: #30412A; }
a { background-color: rgb(48,65,42); }
div.DivClassName
{
background-color: #30412A;
}
.BgClassName
{
background-color: #30412A;
}
</style>
border-color css
<style>
span { border-color: #30412A; }
span { border-color: rgb(48,65,42); }
td.TdClassName
{
border-color: #30412A;
}
.TagClassName
{
border-color: #30412A;
}
</style>