Shades of La Palma #488C1C
Tints of La Palma #488C1C
RGB
CMYK
RGB Variations
Color information
#488C1C (or 0x488C1C) is known color: La Palma. HEX triplet: 48, 8C and 1C. RGB value is (72,140,28). Sum of RGB (Red+Green+Blue) = 72+140+28=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 140 (55.08% from 255 or 58.33% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 140 - color contains mainly: green. Hex color #488C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C1C is #B773E3. Grayscale: #6B6B6B. Windows color (decimal): -12022756 or 1870920. OLE color: 1870920.
HSL color Cylindrical-coordinate representation of color #488C1C: hue angle of 96.43º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #488C1C is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 28 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.45 |
| HSL | 96.43º | 0.67% | 0.33% | - |
| HSV(B) | 96.43º | 0.8% | 0.55% | - |
| XYZ | 12.26 | 20.22 | 4.35 | - |
| YUV | 106.9 | 83.47 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 28 | 0.49 | 0 | 0.80 | 0.45 | 96.43 | 0.67 | 0.33 |
| Hex | 48 | 8C | 1C | 31 | 0 | 50 | 2D | 60 | 43 | 21 |
| Octal | 110 | 214 | 34 | 61 | 0 | 120 | 55 | 140 | 103 | 41 |
| Binary | 1001000 | 10001100 | 11100 | 110001 | 0 | 1010000 | 101101 | 1100000 | 1000011 | 100001 |
Color Harmonies of #488C1C
Complementary color
Monochromatic Colors of #488C1C
Black with #488C1C
Text Example
Text Example
White with #488C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C1C; }
p { color: rgb(72,140,28); }
H1.HeaderClassName
{
color: #488C1C;
}
.AnyTagClassName
{
color: #488C1C;
}
</style>
background-color css
<style>
a { background-color: #488C1C; }
a { background-color: rgb(72,140,28); }
div.DivClassName
{
background-color: #488C1C;
}
.BgClassName
{
background-color: #488C1C;
}
</style>
border-color css
<style>
span { border-color: #488C1C; }
span { border-color: rgb(72,140,28); }
td.TdClassName
{
border-color: #488C1C;
}
.TagClassName
{
border-color: #488C1C;
}
</style>