Shades of La Palma #488E28
Tints of La Palma #488E28
RGB
CMYK
RGB Variations
Color information
#488E28 (or 0x488E28) is known color: La Palma. HEX triplet: 48, 8E and 28. RGB value is (72,142,40). Sum of RGB (Red+Green+Blue) = 72+142+40=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #488E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488E28 is #B771D7. Grayscale: #6D6D6D. Windows color (decimal): -12022232 or 2657864. OLE color: 2657864.
HSL color Cylindrical-coordinate representation of color #488E28: hue angle of 101.18º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488E28 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 40 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.44 |
| HSL | 101.18º | 0.56% | 0.36% | - |
| HSV(B) | 101.18º | 0.72% | 0.56% | - |
| XYZ | 12.73 | 20.88 | 5.37 | - |
| YUV | 109.44 | 88.81 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 40 | 0.49 | 0 | 0.72 | 0.44 | 101.18 | 0.56 | 0.36 |
| Hex | 48 | 8E | 28 | 31 | 0 | 48 | 2C | 65 | 38 | 24 |
| Octal | 110 | 216 | 50 | 61 | 0 | 110 | 54 | 145 | 70 | 44 |
| Binary | 1001000 | 10001110 | 101000 | 110001 | 0 | 1001000 | 101100 | 1100101 | 111000 | 100100 |
Color Harmonies of #488E28
Complementary color
Monochromatic Colors of #488E28
Black with #488E28
Text Example
Text Example
White with #488E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E28; }
p { color: rgb(72,142,40); }
H1.HeaderClassName
{
color: #488E28;
}
.AnyTagClassName
{
color: #488E28;
}
</style>
background-color css
<style>
a { background-color: #488E28; }
a { background-color: rgb(72,142,40); }
div.DivClassName
{
background-color: #488E28;
}
.BgClassName
{
background-color: #488E28;
}
</style>
border-color css
<style>
span { border-color: #488E28; }
span { border-color: rgb(72,142,40); }
td.TdClassName
{
border-color: #488E28;
}
.TagClassName
{
border-color: #488E28;
}
</style>