Shades of La Palma #488B29
Tints of La Palma #488B29
RGB
CMYK
RGB Variations
Color information
#488B29 (or 0x488B29) is known color: La Palma. HEX triplet: 48, 8B and 29. RGB value is (72,139,41). Sum of RGB (Red+Green+Blue) = 72+139+41=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #488B29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B29 is #B774D6. Grayscale: #6C6C6C. Windows color (decimal): -12022999 or 2722632. OLE color: 2722632.
HSL color Cylindrical-coordinate representation of color #488B29: hue angle of 101.02º degrees, saturation: 0.54, 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 #488B29 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 41 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.45 |
| HSL | 101.02º | 0.54% | 0.35% | - |
| HSV(B) | 101.02º | 0.71% | 0.55% | - |
| XYZ | 12.31 | 20 | 5.31 | - |
| YUV | 107.8 | 90.3 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 41 | 0.48 | 0 | 0.71 | 0.45 | 101.02 | 0.54 | 0.35 |
| Hex | 48 | 8B | 29 | 30 | 0 | 47 | 2D | 65 | 36 | 23 |
| Octal | 110 | 213 | 51 | 60 | 0 | 107 | 55 | 145 | 66 | 43 |
| Binary | 1001000 | 10001011 | 101001 | 110000 | 0 | 1000111 | 101101 | 1100101 | 110110 | 100011 |
Color Harmonies of #488B29
Complementary color
Monochromatic Colors of #488B29
Black with #488B29
Text Example
Text Example
White with #488B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B29; }
p { color: rgb(72,139,41); }
H1.HeaderClassName
{
color: #488B29;
}
.AnyTagClassName
{
color: #488B29;
}
</style>
background-color css
<style>
a { background-color: #488B29; }
a { background-color: rgb(72,139,41); }
div.DivClassName
{
background-color: #488B29;
}
.BgClassName
{
background-color: #488B29;
}
</style>
border-color css
<style>
span { border-color: #488B29; }
span { border-color: rgb(72,139,41); }
td.TdClassName
{
border-color: #488B29;
}
.TagClassName
{
border-color: #488B29;
}
</style>