Shades of Palm Leaf #30412B
Tints of Palm Leaf #30412B
RGB
CMYK
RGB Variations
Color information
#30412B (or 0x30412B) is known color: Palm Leaf. HEX triplet: 30, 41 and 2B. RGB value is (48,65,43). Sum of RGB (Red+Green+Blue) = 48+65+43=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #30412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30412B is #CFBED4. Grayscale: #393939. Windows color (decimal): -13614805 or 2834736. OLE color: 2834736.
HSL color Cylindrical-coordinate representation of color #30412B: hue angle of 106.36º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #30412B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 43 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.75 |
| HSL | 106.36º | 0.2% | 0.21% | - |
| HSV(B) | 106.36º | 0.34% | 0.25% | - |
| XYZ | 3.55 | 4.58 | 2.98 | - |
| YUV | 57.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 43 | 0.26 | 0 | 0.34 | 0.75 | 106.36 | 0.2 | 0.21 |
| Hex | 30 | 41 | 2B | 1A | 0 | 22 | 4B | 6A | 14 | 15 |
| Octal | 60 | 101 | 53 | 32 | 0 | 42 | 113 | 152 | 24 | 25 |
| Binary | 110000 | 1000001 | 101011 | 11010 | 0 | 100010 | 1001011 | 1101010 | 10100 | 10101 |
Color Harmonies of #30412B
Complementary color
Monochromatic Colors of #30412B
Black with #30412B
Text Example
Text Example
White with #30412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30412B; }
p { color: rgb(48,65,43); }
H1.HeaderClassName
{
color: #30412B;
}
.AnyTagClassName
{
color: #30412B;
}
</style>
background-color css
<style>
a { background-color: #30412B; }
a { background-color: rgb(48,65,43); }
div.DivClassName
{
background-color: #30412B;
}
.BgClassName
{
background-color: #30412B;
}
</style>
border-color css
<style>
span { border-color: #30412B; }
span { border-color: rgb(48,65,43); }
td.TdClassName
{
border-color: #30412B;
}
.TagClassName
{
border-color: #30412B;
}
</style>