Shades of La Palma #48A228
Tints of La Palma #48A228
RGB
CMYK
RGB Variations
Color information
#48A228 (or 0x48A228) is known color: La Palma. HEX triplet: 48, A2 and 28. RGB value is (72,162,40). Sum of RGB (Red+Green+Blue) = 72+162+40=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #48A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A228 is #B75DD7. Grayscale: #797979. Windows color (decimal): -12017112 or 2662984. OLE color: 2662984.
HSL color Cylindrical-coordinate representation of color #48A228: hue angle of 104.26º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48A228 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 40 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.36 |
| HSL | 104.26º | 0.6% | 0.4% | - |
| HSV(B) | 104.26º | 0.75% | 0.64% | - |
| XYZ | 15.98 | 27.37 | 6.45 | - |
| YUV | 121.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 40 | 0.56 | 0 | 0.75 | 0.36 | 104.26 | 0.6 | 0.4 |
| Hex | 48 | A2 | 28 | 38 | 0 | 4B | 24 | 68 | 3C | 28 |
| Octal | 110 | 242 | 50 | 70 | 0 | 113 | 44 | 150 | 74 | 50 |
| Binary | 1001000 | 10100010 | 101000 | 111000 | 0 | 1001011 | 100100 | 1101000 | 111100 | 101000 |
Color Harmonies of #48A228
Complementary color
Monochromatic Colors of #48A228
Black with #48A228
Text Example
Text Example
White with #48A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A228; }
p { color: rgb(72,162,40); }
H1.HeaderClassName
{
color: #48A228;
}
.AnyTagClassName
{
color: #48A228;
}
</style>
background-color css
<style>
a { background-color: #48A228; }
a { background-color: rgb(72,162,40); }
div.DivClassName
{
background-color: #48A228;
}
.BgClassName
{
background-color: #48A228;
}
</style>
border-color css
<style>
span { border-color: #48A228; }
span { border-color: rgb(72,162,40); }
td.TdClassName
{
border-color: #48A228;
}
.TagClassName
{
border-color: #48A228;
}
</style>