Shades of Palm Leaf #30501D
Tints of Palm Leaf #30501D
RGB
CMYK
RGB Variations
Color information
#30501D (or 0x30501D) is known color: Palm Leaf. HEX triplet: 30, 50 and 1D. RGB value is (48,80,29). Sum of RGB (Red+Green+Blue) = 48+80+29=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #30501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30501D is #CFAFE2. Grayscale: #404040. Windows color (decimal): -13610979 or 1921072. OLE color: 1921072.
HSL color Cylindrical-coordinate representation of color #30501D: hue angle of 97.65º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30501D is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 29 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.69 |
| HSL | 97.65º | 0.47% | 0.21% | - |
| HSV(B) | 97.65º | 0.64% | 0.31% | - |
| XYZ | 4.31 | 6.45 | 2.18 | - |
| YUV | 64.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 29 | 0.40 | 0 | 0.64 | 0.69 | 97.65 | 0.47 | 0.21 |
| Hex | 30 | 50 | 1D | 28 | 0 | 40 | 45 | 62 | 2F | 15 |
| Octal | 60 | 120 | 35 | 50 | 0 | 100 | 105 | 142 | 57 | 25 |
| Binary | 110000 | 1010000 | 11101 | 101000 | 0 | 1000000 | 1000101 | 1100010 | 101111 | 10101 |
Color Harmonies of #30501D
Complementary color
Monochromatic Colors of #30501D
Black with #30501D
Text Example
Text Example
White with #30501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30501D; }
p { color: rgb(48,80,29); }
H1.HeaderClassName
{
color: #30501D;
}
.AnyTagClassName
{
color: #30501D;
}
</style>
background-color css
<style>
a { background-color: #30501D; }
a { background-color: rgb(48,80,29); }
div.DivClassName
{
background-color: #30501D;
}
.BgClassName
{
background-color: #30501D;
}
</style>
border-color css
<style>
span { border-color: #30501D; }
span { border-color: rgb(48,80,29); }
td.TdClassName
{
border-color: #30501D;
}
.TagClassName
{
border-color: #30501D;
}
</style>