Shades of Palm Leaf #30412D
Tints of Palm Leaf #30412D
RGB
CMYK
RGB Variations
Color information
#30412D (or 0x30412D) is known color: Palm Leaf. HEX triplet: 30, 41 and 2D. RGB value is (48,65,45). Sum of RGB (Red+Green+Blue) = 48+65+45=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #30412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30412D is #CFBED2. Grayscale: #393939. Windows color (decimal): -13614803 or 2965808. OLE color: 2965808.
HSL color Cylindrical-coordinate representation of color #30412D: hue angle of 111º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30412D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 45 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.75 |
| HSL | 111º | 0.18% | 0.22% | - |
| HSV(B) | 111º | 0.31% | 0.25% | - |
| XYZ | 3.58 | 4.6 | 3.18 | - |
| YUV | 57.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 45 | 0.26 | 0 | 0.31 | 0.75 | 111 | 0.18 | 0.22 |
| Hex | 30 | 41 | 2D | 1A | 0 | 1F | 4B | 6F | 12 | 16 |
| Octal | 60 | 101 | 55 | 32 | 0 | 37 | 113 | 157 | 22 | 26 |
| Binary | 110000 | 1000001 | 101101 | 11010 | 0 | 11111 | 1001011 | 1101111 | 10010 | 10110 |
Color Harmonies of #30412D
Complementary color
Monochromatic Colors of #30412D
Black with #30412D
Text Example
Text Example
White with #30412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30412D; }
p { color: rgb(48,65,45); }
H1.HeaderClassName
{
color: #30412D;
}
.AnyTagClassName
{
color: #30412D;
}
</style>
background-color css
<style>
a { background-color: #30412D; }
a { background-color: rgb(48,65,45); }
div.DivClassName
{
background-color: #30412D;
}
.BgClassName
{
background-color: #30412D;
}
</style>
border-color css
<style>
span { border-color: #30412D; }
span { border-color: rgb(48,65,45); }
td.TdClassName
{
border-color: #30412D;
}
.TagClassName
{
border-color: #30412D;
}
</style>