Shades of La Palma #488B28
Tints of La Palma #488B28
RGB
CMYK
RGB Variations
Color information
#488B28 (or 0x488B28) is known color: La Palma. HEX triplet: 48, 8B and 28. RGB value is (72,139,40). Sum of RGB (Red+Green+Blue) = 72+139+40=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #488B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B28 is #B774D7. Grayscale: #6C6C6C. Windows color (decimal): -12023000 or 2657096. OLE color: 2657096.
HSL color Cylindrical-coordinate representation of color #488B28: hue angle of 100.61º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488B28 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 40 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.45 |
| HSL | 100.61º | 0.55% | 0.35% | - |
| HSV(B) | 100.61º | 0.71% | 0.55% | - |
| XYZ | 12.29 | 20 | 5.22 | - |
| YUV | 107.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 40 | 0.48 | 0 | 0.71 | 0.45 | 100.61 | 0.55 | 0.35 |
| Hex | 48 | 8B | 28 | 30 | 0 | 47 | 2D | 65 | 37 | 23 |
| Octal | 110 | 213 | 50 | 60 | 0 | 107 | 55 | 145 | 67 | 43 |
| Binary | 1001000 | 10001011 | 101000 | 110000 | 0 | 1000111 | 101101 | 1100101 | 110111 | 100011 |
Color Harmonies of #488B28
Complementary color
Monochromatic Colors of #488B28
Black with #488B28
Text Example
Text Example
White with #488B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B28; }
p { color: rgb(72,139,40); }
H1.HeaderClassName
{
color: #488B28;
}
.AnyTagClassName
{
color: #488B28;
}
</style>
background-color css
<style>
a { background-color: #488B28; }
a { background-color: rgb(72,139,40); }
div.DivClassName
{
background-color: #488B28;
}
.BgClassName
{
background-color: #488B28;
}
</style>
border-color css
<style>
span { border-color: #488B28; }
span { border-color: rgb(72,139,40); }
td.TdClassName
{
border-color: #488B28;
}
.TagClassName
{
border-color: #488B28;
}
</style>