Shades of Palm Leaf #30521C
Tints of Palm Leaf #30521C
RGB
CMYK
RGB Variations
Color information
#30521C (or 0x30521C) is known color: Palm Leaf. HEX triplet: 30, 52 and 1C. RGB value is (48,82,28). Sum of RGB (Red+Green+Blue) = 48+82+28=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #30521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30521C is #CFADE3. Grayscale: #414141. Windows color (decimal): -13610468 or 1856048. OLE color: 1856048.
HSL color Cylindrical-coordinate representation of color #30521C: hue angle of 97.78º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30521C is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 82 | 28 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.68 |
| HSL | 97.78º | 0.49% | 0.22% | - |
| HSV(B) | 97.78º | 0.66% | 0.32% | - |
| XYZ | 4.45 | 6.75 | 2.17 | - |
| YUV | 65.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 28 | 0.41 | 0 | 0.66 | 0.68 | 97.78 | 0.49 | 0.22 |
| Hex | 30 | 52 | 1C | 29 | 0 | 42 | 44 | 62 | 31 | 16 |
| Octal | 60 | 122 | 34 | 51 | 0 | 102 | 104 | 142 | 61 | 26 |
| Binary | 110000 | 1010010 | 11100 | 101001 | 0 | 1000010 | 1000100 | 1100010 | 110001 | 10110 |
Color Harmonies of #30521C
Complementary color
Monochromatic Colors of #30521C
Black with #30521C
Text Example
Text Example
White with #30521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30521C; }
p { color: rgb(48,82,28); }
H1.HeaderClassName
{
color: #30521C;
}
.AnyTagClassName
{
color: #30521C;
}
</style>
background-color css
<style>
a { background-color: #30521C; }
a { background-color: rgb(48,82,28); }
div.DivClassName
{
background-color: #30521C;
}
.BgClassName
{
background-color: #30521C;
}
</style>
border-color css
<style>
span { border-color: #30521C; }
span { border-color: rgb(48,82,28); }
td.TdClassName
{
border-color: #30521C;
}
.TagClassName
{
border-color: #30521C;
}
</style>