Shades of La Palma #488D2B
Tints of La Palma #488D2B
RGB
CMYK
RGB Variations
Color information
#488D2B (or 0x488D2B) is known color: La Palma. HEX triplet: 48, 8D and 2B. RGB value is (72,141,43). Sum of RGB (Red+Green+Blue) = 72+141+43=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #488D2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D2B is #B772D4. Grayscale: #6D6D6D. Windows color (decimal): -12022485 or 2854216. OLE color: 2854216.
HSL color Cylindrical-coordinate representation of color #488D2B: hue angle of 102.24º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #488D2B is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 43 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.45 |
| HSL | 102.24º | 0.53% | 0.36% | - |
| HSV(B) | 102.24º | 0.7% | 0.55% | - |
| XYZ | 12.63 | 20.6 | 5.6 | - |
| YUV | 109.2 | 90.64 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 43 | 0.49 | 0 | 0.70 | 0.45 | 102.24 | 0.53 | 0.36 |
| Hex | 48 | 8D | 2B | 31 | 0 | 46 | 2D | 66 | 35 | 24 |
| Octal | 110 | 215 | 53 | 61 | 0 | 106 | 55 | 146 | 65 | 44 |
| Binary | 1001000 | 10001101 | 101011 | 110001 | 0 | 1000110 | 101101 | 1100110 | 110101 | 100100 |
Color Harmonies of #488D2B
Complementary color
Monochromatic Colors of #488D2B
Black with #488D2B
Text Example
Text Example
White with #488D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D2B; }
p { color: rgb(72,141,43); }
H1.HeaderClassName
{
color: #488D2B;
}
.AnyTagClassName
{
color: #488D2B;
}
</style>
background-color css
<style>
a { background-color: #488D2B; }
a { background-color: rgb(72,141,43); }
div.DivClassName
{
background-color: #488D2B;
}
.BgClassName
{
background-color: #488D2B;
}
</style>
border-color css
<style>
span { border-color: #488D2B; }
span { border-color: rgb(72,141,43); }
td.TdClassName
{
border-color: #488D2B;
}
.TagClassName
{
border-color: #488D2B;
}
</style>