Shades of La Palma #48A22E
Tints of La Palma #48A22E
RGB
CMYK
RGB Variations
Color information
#48A22E (or 0x48A22E) is known color: La Palma. HEX triplet: 48, A2 and 2E. RGB value is (72,162,46). Sum of RGB (Red+Green+Blue) = 72+162+46=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #48A22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A22E is #B75DD1. Grayscale: #7A7A7A. Windows color (decimal): -12017106 or 3056200. OLE color: 3056200.
HSL color Cylindrical-coordinate representation of color #48A22E: hue angle of 106.55º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48A22E is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 46 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.36 |
| HSL | 106.55º | 0.56% | 0.41% | - |
| HSV(B) | 106.55º | 0.72% | 0.64% | - |
| XYZ | 16.09 | 27.42 | 7.03 | - |
| YUV | 121.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 46 | 0.56 | 0 | 0.72 | 0.36 | 106.55 | 0.56 | 0.41 |
| Hex | 48 | A2 | 2E | 38 | 0 | 48 | 24 | 6B | 38 | 29 |
| Octal | 110 | 242 | 56 | 70 | 0 | 110 | 44 | 153 | 70 | 51 |
| Binary | 1001000 | 10100010 | 101110 | 111000 | 0 | 1001000 | 100100 | 1101011 | 111000 | 101001 |
Color Harmonies of #48A22E
Complementary color
Monochromatic Colors of #48A22E
Black with #48A22E
Text Example
Text Example
White with #48A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A22E; }
p { color: rgb(72,162,46); }
H1.HeaderClassName
{
color: #48A22E;
}
.AnyTagClassName
{
color: #48A22E;
}
</style>
background-color css
<style>
a { background-color: #48A22E; }
a { background-color: rgb(72,162,46); }
div.DivClassName
{
background-color: #48A22E;
}
.BgClassName
{
background-color: #48A22E;
}
</style>
border-color css
<style>
span { border-color: #48A22E; }
span { border-color: rgb(72,162,46); }
td.TdClassName
{
border-color: #48A22E;
}
.TagClassName
{
border-color: #48A22E;
}
</style>