Shades of La Palma #48952D
Tints of La Palma #48952D
RGB
CMYK
RGB Variations
Color information
#48952D (or 0x48952D) is known color: La Palma. HEX triplet: 48, 95 and 2D. RGB value is (72,149,45). Sum of RGB (Red+Green+Blue) = 72+149+45=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #48952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48952D is #B76AD2. Grayscale: #727272. Windows color (decimal): -12020435 or 2987336. OLE color: 2987336.
HSL color Cylindrical-coordinate representation of color #48952D: hue angle of 104.42º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48952D is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 149 | 45 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.42 |
| HSL | 104.42º | 0.54% | 0.38% | - |
| HSV(B) | 104.42º | 0.7% | 0.58% | - |
| XYZ | 13.89 | 23.06 | 6.2 | - |
| YUV | 114.12 | 88.99 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 45 | 0.52 | 0 | 0.70 | 0.42 | 104.42 | 0.54 | 0.38 |
| Hex | 48 | 95 | 2D | 34 | 0 | 46 | 2A | 68 | 36 | 26 |
| Octal | 110 | 225 | 55 | 64 | 0 | 106 | 52 | 150 | 66 | 46 |
| Binary | 1001000 | 10010101 | 101101 | 110100 | 0 | 1000110 | 101010 | 1101000 | 110110 | 100110 |
Color Harmonies of #48952D
Complementary color
Monochromatic Colors of #48952D
Black with #48952D
Text Example
Text Example
White with #48952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48952D; }
p { color: rgb(72,149,45); }
H1.HeaderClassName
{
color: #48952D;
}
.AnyTagClassName
{
color: #48952D;
}
</style>
background-color css
<style>
a { background-color: #48952D; }
a { background-color: rgb(72,149,45); }
div.DivClassName
{
background-color: #48952D;
}
.BgClassName
{
background-color: #48952D;
}
</style>
border-color css
<style>
span { border-color: #48952D; }
span { border-color: rgb(72,149,45); }
td.TdClassName
{
border-color: #48952D;
}
.TagClassName
{
border-color: #48952D;
}
</style>