Shades of Palm Leaf #30581D
Tints of Palm Leaf #30581D
RGB
CMYK
RGB Variations
Color information
#30581D (or 0x30581D) is known color: Palm Leaf. HEX triplet: 30, 58 and 1D. RGB value is (48,88,29). Sum of RGB (Red+Green+Blue) = 48+88+29=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #30581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30581D is #CFA7E2. Grayscale: #454545. Windows color (decimal): -13608931 or 1923120. OLE color: 1923120.
HSL color Cylindrical-coordinate representation of color #30581D: hue angle of 100.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30581D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 29 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.65 |
| HSL | 100.68º | 0.5% | 0.23% | - |
| HSV(B) | 100.68º | 0.67% | 0.35% | - |
| XYZ | 4.93 | 7.7 | 2.39 | - |
| YUV | 69.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 29 | 0.45 | 0 | 0.67 | 0.65 | 100.68 | 0.5 | 0.23 |
| Hex | 30 | 58 | 1D | 2D | 0 | 43 | 41 | 65 | 32 | 17 |
| Octal | 60 | 130 | 35 | 55 | 0 | 103 | 101 | 145 | 62 | 27 |
| Binary | 110000 | 1011000 | 11101 | 101101 | 0 | 1000011 | 1000001 | 1100101 | 110010 | 10111 |
Color Harmonies of #30581D
Complementary color
Monochromatic Colors of #30581D
Black with #30581D
Text Example
Text Example
White with #30581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30581D; }
p { color: rgb(48,88,29); }
H1.HeaderClassName
{
color: #30581D;
}
.AnyTagClassName
{
color: #30581D;
}
</style>
background-color css
<style>
a { background-color: #30581D; }
a { background-color: rgb(48,88,29); }
div.DivClassName
{
background-color: #30581D;
}
.BgClassName
{
background-color: #30581D;
}
</style>
border-color css
<style>
span { border-color: #30581D; }
span { border-color: rgb(48,88,29); }
td.TdClassName
{
border-color: #30581D;
}
.TagClassName
{
border-color: #30581D;
}
</style>