Shades of Palm Leaf #30532A
Tints of Palm Leaf #30532A
RGB
CMYK
RGB Variations
Color information
#30532A (or 0x30532A) is known color: Palm Leaf. HEX triplet: 30, 53 and 2A. RGB value is (48,83,42). Sum of RGB (Red+Green+Blue) = 48+83+42=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #30532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30532A is #CFACD5. Grayscale: #434343. Windows color (decimal): -13610198 or 2773808. OLE color: 2773808.
HSL color Cylindrical-coordinate representation of color #30532A: hue angle of 111.22º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30532A is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 42 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.67 |
| HSL | 111.22º | 0.33% | 0.25% | - |
| HSV(B) | 111.22º | 0.49% | 0.33% | - |
| XYZ | 4.73 | 6.98 | 3.29 | - |
| YUV | 67.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 42 | 0.42 | 0 | 0.49 | 0.67 | 111.22 | 0.33 | 0.25 |
| Hex | 30 | 53 | 2A | 2A | 0 | 31 | 43 | 6F | 21 | 19 |
| Octal | 60 | 123 | 52 | 52 | 0 | 61 | 103 | 157 | 41 | 31 |
| Binary | 110000 | 1010011 | 101010 | 101010 | 0 | 110001 | 1000011 | 1101111 | 100001 | 11001 |
Color Harmonies of #30532A
Complementary color
Monochromatic Colors of #30532A
Black with #30532A
Text Example
Text Example
White with #30532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30532A; }
p { color: rgb(48,83,42); }
H1.HeaderClassName
{
color: #30532A;
}
.AnyTagClassName
{
color: #30532A;
}
</style>
background-color css
<style>
a { background-color: #30532A; }
a { background-color: rgb(48,83,42); }
div.DivClassName
{
background-color: #30532A;
}
.BgClassName
{
background-color: #30532A;
}
</style>
border-color css
<style>
span { border-color: #30532A; }
span { border-color: rgb(48,83,42); }
td.TdClassName
{
border-color: #30532A;
}
.TagClassName
{
border-color: #30532A;
}
</style>