Shades of La Palma #48A232
Tints of La Palma #48A232
RGB
CMYK
RGB Variations
Color information
#48A232 (or 0x48A232) is known color: La Palma. HEX triplet: 48, A2 and 32. RGB value is (72,162,50). Sum of RGB (Red+Green+Blue) = 72+162+50=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #48A232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A232 is #B75DCD. Grayscale: #7A7A7A. Windows color (decimal): -12017102 or 3318344. OLE color: 3318344.
HSL color Cylindrical-coordinate representation of color #48A232: hue angle of 108.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48A232 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 50 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.36 |
| HSL | 108.21º | 0.53% | 0.42% | - |
| HSV(B) | 108.21º | 0.69% | 0.64% | - |
| XYZ | 16.17 | 27.45 | 7.46 | - |
| YUV | 122.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 50 | 0.56 | 0 | 0.69 | 0.36 | 108.21 | 0.53 | 0.42 |
| Hex | 48 | A2 | 32 | 38 | 0 | 45 | 24 | 6C | 35 | 2A |
| Octal | 110 | 242 | 62 | 70 | 0 | 105 | 44 | 154 | 65 | 52 |
| Binary | 1001000 | 10100010 | 110010 | 111000 | 0 | 1000101 | 100100 | 1101100 | 110101 | 101010 |
Color Harmonies of #48A232
Complementary color
Monochromatic Colors of #48A232
Black with #48A232
Text Example
Text Example
White with #48A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A232; }
p { color: rgb(72,162,50); }
H1.HeaderClassName
{
color: #48A232;
}
.AnyTagClassName
{
color: #48A232;
}
</style>
background-color css
<style>
a { background-color: #48A232; }
a { background-color: rgb(72,162,50); }
div.DivClassName
{
background-color: #48A232;
}
.BgClassName
{
background-color: #48A232;
}
</style>
border-color css
<style>
span { border-color: #48A232; }
span { border-color: rgb(72,162,50); }
td.TdClassName
{
border-color: #48A232;
}
.TagClassName
{
border-color: #48A232;
}
</style>