Shades of Palm Leaf #30501B
Tints of Palm Leaf #30501B
RGB
CMYK
RGB Variations
Color information
#30501B (or 0x30501B) is known color: Palm Leaf. HEX triplet: 30, 50 and 1B. RGB value is (48,80,27). Sum of RGB (Red+Green+Blue) = 48+80+27=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #30501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30501B is #CFAFE4. Grayscale: #404040. Windows color (decimal): -13610981 or 1790000. OLE color: 1790000.
HSL color Cylindrical-coordinate representation of color #30501B: hue angle of 96.23º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30501B is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 27 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.69 |
| HSL | 96.23º | 0.5% | 0.21% | - |
| HSV(B) | 96.23º | 0.66% | 0.31% | - |
| XYZ | 4.29 | 6.44 | 2.06 | - |
| YUV | 64.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 27 | 0.40 | 0 | 0.66 | 0.69 | 96.23 | 0.5 | 0.21 |
| Hex | 30 | 50 | 1B | 28 | 0 | 42 | 45 | 60 | 32 | 15 |
| Octal | 60 | 120 | 33 | 50 | 0 | 102 | 105 | 140 | 62 | 25 |
| Binary | 110000 | 1010000 | 11011 | 101000 | 0 | 1000010 | 1000101 | 1100000 | 110010 | 10101 |
Color Harmonies of #30501B
Complementary color
Monochromatic Colors of #30501B
Black with #30501B
Text Example
Text Example
White with #30501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30501B; }
p { color: rgb(48,80,27); }
H1.HeaderClassName
{
color: #30501B;
}
.AnyTagClassName
{
color: #30501B;
}
</style>
background-color css
<style>
a { background-color: #30501B; }
a { background-color: rgb(48,80,27); }
div.DivClassName
{
background-color: #30501B;
}
.BgClassName
{
background-color: #30501B;
}
</style>
border-color css
<style>
span { border-color: #30501B; }
span { border-color: rgb(48,80,27); }
td.TdClassName
{
border-color: #30501B;
}
.TagClassName
{
border-color: #30501B;
}
</style>