Shades of La Palma #488D03
Tints of La Palma #488D03
RGB
CMYK
RGB Variations
Color information
#488D03 (or 0x488D03) is known color: La Palma. HEX triplet: 48, 8D and 03. RGB value is (72,141,3). Sum of RGB (Red+Green+Blue) = 72+141+3=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #488D03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488D03 is #B772FC. Grayscale: #696969. Windows color (decimal): -12022525 or 232776. OLE color: 232776.
HSL color Cylindrical-coordinate representation of color #488D03: hue angle of 90º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #488D03 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.45 |
| HSL | 90º | 0.96% | 0.28% | - |
| HSV(B) | 90º | 0.98% | 0.55% | - |
| XYZ | 12.21 | 20.43 | 3.39 | - |
| YUV | 104.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 3 | 0.49 | 0 | 0.98 | 0.45 | 90 | 0.96 | 0.28 |
| Hex | 48 | 8D | 3 | 31 | 0 | 62 | 2D | 5A | 60 | 1C |
| Octal | 110 | 215 | 3 | 61 | 0 | 142 | 55 | 132 | 140 | 34 |
| Binary | 1001000 | 10001101 | 11 | 110001 | 0 | 1100010 | 101101 | 1011010 | 1100000 | 11100 |
Color Harmonies of #488D03
Complementary color
Monochromatic Colors of #488D03
Black with #488D03
Text Example
Text Example
White with #488D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D03; }
p { color: rgb(72,141,3); }
H1.HeaderClassName
{
color: #488D03;
}
.AnyTagClassName
{
color: #488D03;
}
</style>
background-color css
<style>
a { background-color: #488D03; }
a { background-color: rgb(72,141,3); }
div.DivClassName
{
background-color: #488D03;
}
.BgClassName
{
background-color: #488D03;
}
</style>
border-color css
<style>
span { border-color: #488D03; }
span { border-color: rgb(72,141,3); }
td.TdClassName
{
border-color: #488D03;
}
.TagClassName
{
border-color: #488D03;
}
</style>