Shades of Palm Leaf #305325
Tints of Palm Leaf #305325
RGB
CMYK
RGB Variations
Color information
#305325 (or 0x305325) is known color: Palm Leaf. HEX triplet: 30, 53 and 25. RGB value is (48,83,37). Sum of RGB (Red+Green+Blue) = 48+83+37=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #305325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305325 is #CFACDA. Grayscale: #434343. Windows color (decimal): -13610203 or 2446128. OLE color: 2446128.
HSL color Cylindrical-coordinate representation of color #305325: hue angle of 105.65º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #305325 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 37 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.67 |
| HSL | 105.65º | 0.38% | 0.24% | - |
| HSV(B) | 105.65º | 0.55% | 0.33% | - |
| XYZ | 4.65 | 6.95 | 2.85 | - |
| YUV | 67.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 37 | 0.42 | 0 | 0.55 | 0.67 | 105.65 | 0.38 | 0.24 |
| Hex | 30 | 53 | 25 | 2A | 0 | 37 | 43 | 6A | 26 | 18 |
| Octal | 60 | 123 | 45 | 52 | 0 | 67 | 103 | 152 | 46 | 30 |
| Binary | 110000 | 1010011 | 100101 | 101010 | 0 | 110111 | 1000011 | 1101010 | 100110 | 11000 |
Color Harmonies of #305325
Complementary color
Monochromatic Colors of #305325
Black with #305325
Text Example
Text Example
White with #305325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305325; }
p { color: rgb(48,83,37); }
H1.HeaderClassName
{
color: #305325;
}
.AnyTagClassName
{
color: #305325;
}
</style>
background-color css
<style>
a { background-color: #305325; }
a { background-color: rgb(48,83,37); }
div.DivClassName
{
background-color: #305325;
}
.BgClassName
{
background-color: #305325;
}
</style>
border-color css
<style>
span { border-color: #305325; }
span { border-color: rgb(48,83,37); }
td.TdClassName
{
border-color: #305325;
}
.TagClassName
{
border-color: #305325;
}
</style>