Shades of Palm Leaf #30501E
Tints of Palm Leaf #30501E
RGB
CMYK
RGB Variations
Color information
#30501E (or 0x30501E) is known color: Palm Leaf. HEX triplet: 30, 50 and 1E. RGB value is (48,80,30). Sum of RGB (Red+Green+Blue) = 48+80+30=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #30501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30501E is #CFAFE1. Grayscale: #404040. Windows color (decimal): -13610978 or 1986608. OLE color: 1986608.
HSL color Cylindrical-coordinate representation of color #30501E: hue angle of 98.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30501E is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 30 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.69 |
| HSL | 98.4º | 0.45% | 0.22% | - |
| HSV(B) | 98.4º | 0.63% | 0.31% | - |
| XYZ | 4.32 | 6.46 | 2.25 | - |
| YUV | 64.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 30 | 0.40 | 0 | 0.62 | 0.69 | 98.4 | 0.45 | 0.22 |
| Hex | 30 | 50 | 1E | 28 | 0 | 3E | 45 | 62 | 2D | 16 |
| Octal | 60 | 120 | 36 | 50 | 0 | 76 | 105 | 142 | 55 | 26 |
| Binary | 110000 | 1010000 | 11110 | 101000 | 0 | 111110 | 1000101 | 1100010 | 101101 | 10110 |
Color Harmonies of #30501E
Complementary color
Monochromatic Colors of #30501E
Black with #30501E
Text Example
Text Example
White with #30501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30501E; }
p { color: rgb(48,80,30); }
H1.HeaderClassName
{
color: #30501E;
}
.AnyTagClassName
{
color: #30501E;
}
</style>
background-color css
<style>
a { background-color: #30501E; }
a { background-color: rgb(48,80,30); }
div.DivClassName
{
background-color: #30501E;
}
.BgClassName
{
background-color: #30501E;
}
</style>
border-color css
<style>
span { border-color: #30501E; }
span { border-color: rgb(48,80,30); }
td.TdClassName
{
border-color: #30501E;
}
.TagClassName
{
border-color: #30501E;
}
</style>