Shades of La Palma #488E2C
Tints of La Palma #488E2C
RGB
CMYK
RGB Variations
Color information
#488E2C (or 0x488E2C) is known color: La Palma. HEX triplet: 48, 8E and 2C. RGB value is (72,142,44). Sum of RGB (Red+Green+Blue) = 72+142+44=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #488E2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488E2C is #B771D3. Grayscale: #6E6E6E. Windows color (decimal): -12022228 or 2920008. OLE color: 2920008.
HSL color Cylindrical-coordinate representation of color #488E2C: hue angle of 102.86º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488E2C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 44 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.44 |
| HSL | 102.86º | 0.53% | 0.36% | - |
| HSV(B) | 102.86º | 0.69% | 0.56% | - |
| XYZ | 12.8 | 20.91 | 5.74 | - |
| YUV | 109.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 44 | 0.49 | 0 | 0.69 | 0.44 | 102.86 | 0.53 | 0.36 |
| Hex | 48 | 8E | 2C | 31 | 0 | 45 | 2C | 67 | 35 | 24 |
| Octal | 110 | 216 | 54 | 61 | 0 | 105 | 54 | 147 | 65 | 44 |
| Binary | 1001000 | 10001110 | 101100 | 110001 | 0 | 1000101 | 101100 | 1100111 | 110101 | 100100 |
Color Harmonies of #488E2C
Complementary color
Monochromatic Colors of #488E2C
Black with #488E2C
Text Example
Text Example
White with #488E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E2C; }
p { color: rgb(72,142,44); }
H1.HeaderClassName
{
color: #488E2C;
}
.AnyTagClassName
{
color: #488E2C;
}
</style>
background-color css
<style>
a { background-color: #488E2C; }
a { background-color: rgb(72,142,44); }
div.DivClassName
{
background-color: #488E2C;
}
.BgClassName
{
background-color: #488E2C;
}
</style>
border-color css
<style>
span { border-color: #488E2C; }
span { border-color: rgb(72,142,44); }
td.TdClassName
{
border-color: #488E2C;
}
.TagClassName
{
border-color: #488E2C;
}
</style>