Shades of Palm Leaf #30551F
Tints of Palm Leaf #30551F
RGB
CMYK
RGB Variations
Color information
#30551F (or 0x30551F) is known color: Palm Leaf. HEX triplet: 30, 55 and 1F. RGB value is (48,85,31). Sum of RGB (Red+Green+Blue) = 48+85+31=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #30551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30551F is #CFAAE0. Grayscale: #434343. Windows color (decimal): -13609697 or 2053424. OLE color: 2053424.
HSL color Cylindrical-coordinate representation of color #30551F: hue angle of 101.11º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30551F is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 31 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.67 |
| HSL | 101.11º | 0.47% | 0.23% | - |
| HSV(B) | 101.11º | 0.64% | 0.33% | - |
| XYZ | 4.71 | 7.22 | 2.44 | - |
| YUV | 67.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 31 | 0.44 | 0 | 0.64 | 0.67 | 101.11 | 0.47 | 0.23 |
| Hex | 30 | 55 | 1F | 2C | 0 | 40 | 43 | 65 | 2F | 17 |
| Octal | 60 | 125 | 37 | 54 | 0 | 100 | 103 | 145 | 57 | 27 |
| Binary | 110000 | 1010101 | 11111 | 101100 | 0 | 1000000 | 1000011 | 1100101 | 101111 | 10111 |
Color Harmonies of #30551F
Complementary color
Monochromatic Colors of #30551F
Black with #30551F
Text Example
Text Example
White with #30551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30551F; }
p { color: rgb(48,85,31); }
H1.HeaderClassName
{
color: #30551F;
}
.AnyTagClassName
{
color: #30551F;
}
</style>
background-color css
<style>
a { background-color: #30551F; }
a { background-color: rgb(48,85,31); }
div.DivClassName
{
background-color: #30551F;
}
.BgClassName
{
background-color: #30551F;
}
</style>
border-color css
<style>
span { border-color: #30551F; }
span { border-color: rgb(48,85,31); }
td.TdClassName
{
border-color: #30551F;
}
.TagClassName
{
border-color: #30551F;
}
</style>