Shades of La Palma #488F25
Tints of La Palma #488F25
RGB
CMYK
RGB Variations
Color information
#488F25 (or 0x488F25) is known color: La Palma. HEX triplet: 48, 8F and 25. RGB value is (72,143,37). Sum of RGB (Red+Green+Blue) = 72+143+37=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 143 (56.25% from 255 or 56.75% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 143 - color contains mainly: green. Hex color #488F25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488F25 is #B770DA. Grayscale: #6E6E6E. Windows color (decimal): -12021979 or 2461512. OLE color: 2461512.
HSL color Cylindrical-coordinate representation of color #488F25: hue angle of 100.19º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #488F25 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 143 | 37 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.44 |
| HSL | 100.19º | 0.59% | 0.35% | - |
| HSV(B) | 100.19º | 0.74% | 0.56% | - |
| XYZ | 12.83 | 21.16 | 5.16 | - |
| YUV | 109.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 37 | 0.50 | 0 | 0.74 | 0.44 | 100.19 | 0.59 | 0.35 |
| Hex | 48 | 8F | 25 | 32 | 0 | 4A | 2C | 64 | 3B | 23 |
| Octal | 110 | 217 | 45 | 62 | 0 | 112 | 54 | 144 | 73 | 43 |
| Binary | 1001000 | 10001111 | 100101 | 110010 | 0 | 1001010 | 101100 | 1100100 | 111011 | 100011 |
Color Harmonies of #488F25
Complementary color
Monochromatic Colors of #488F25
Black with #488F25
Text Example
Text Example
White with #488F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F25; }
p { color: rgb(72,143,37); }
H1.HeaderClassName
{
color: #488F25;
}
.AnyTagClassName
{
color: #488F25;
}
</style>
background-color css
<style>
a { background-color: #488F25; }
a { background-color: rgb(72,143,37); }
div.DivClassName
{
background-color: #488F25;
}
.BgClassName
{
background-color: #488F25;
}
</style>
border-color css
<style>
span { border-color: #488F25; }
span { border-color: rgb(72,143,37); }
td.TdClassName
{
border-color: #488F25;
}
.TagClassName
{
border-color: #488F25;
}
</style>