Shades of Palm Leaf #30511F
Tints of Palm Leaf #30511F
RGB
CMYK
RGB Variations
Color information
#30511F (or 0x30511F) is known color: Palm Leaf. HEX triplet: 30, 51 and 1F. RGB value is (48,81,31). Sum of RGB (Red+Green+Blue) = 48+81+31=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #30511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30511F is #CFAEE0. Grayscale: #414141. Windows color (decimal): -13610721 or 2052400. OLE color: 2052400.
HSL color Cylindrical-coordinate representation of color #30511F: hue angle of 99.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30511F is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 31 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.68 |
| HSL | 99.6º | 0.45% | 0.22% | - |
| HSV(B) | 99.6º | 0.62% | 0.32% | - |
| XYZ | 4.41 | 6.61 | 2.34 | - |
| YUV | 65.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 31 | 0.41 | 0 | 0.62 | 0.68 | 99.6 | 0.45 | 0.22 |
| Hex | 30 | 51 | 1F | 29 | 0 | 3E | 44 | 64 | 2D | 16 |
| Octal | 60 | 121 | 37 | 51 | 0 | 76 | 104 | 144 | 55 | 26 |
| Binary | 110000 | 1010001 | 11111 | 101001 | 0 | 111110 | 1000100 | 1100100 | 101101 | 10110 |
Color Harmonies of #30511F
Complementary color
Monochromatic Colors of #30511F
Black with #30511F
Text Example
Text Example
White with #30511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30511F; }
p { color: rgb(48,81,31); }
H1.HeaderClassName
{
color: #30511F;
}
.AnyTagClassName
{
color: #30511F;
}
</style>
background-color css
<style>
a { background-color: #30511F; }
a { background-color: rgb(48,81,31); }
div.DivClassName
{
background-color: #30511F;
}
.BgClassName
{
background-color: #30511F;
}
</style>
border-color css
<style>
span { border-color: #30511F; }
span { border-color: rgb(48,81,31); }
td.TdClassName
{
border-color: #30511F;
}
.TagClassName
{
border-color: #30511F;
}
</style>