Shades of La Palma #48941E
Tints of La Palma #48941E
RGB
CMYK
RGB Variations
Color information
#48941E (or 0x48941E) is known color: La Palma. HEX triplet: 48, 94 and 1E. RGB value is (72,148,30). Sum of RGB (Red+Green+Blue) = 72+148+30=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #48941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48941E is #B76BE1. Grayscale: #707070. Windows color (decimal): -12020706 or 2004040. OLE color: 2004040.
HSL color Cylindrical-coordinate representation of color #48941E: hue angle of 98.64º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48941E is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 148 | 30 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.42 |
| HSL | 98.64º | 0.66% | 0.35% | - |
| HSV(B) | 98.64º | 0.8% | 0.58% | - |
| XYZ | 13.5 | 22.65 | 4.89 | - |
| YUV | 111.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 30 | 0.51 | 0 | 0.80 | 0.42 | 98.64 | 0.66 | 0.35 |
| Hex | 48 | 94 | 1E | 33 | 0 | 50 | 2A | 63 | 42 | 23 |
| Octal | 110 | 224 | 36 | 63 | 0 | 120 | 52 | 143 | 102 | 43 |
| Binary | 1001000 | 10010100 | 11110 | 110011 | 0 | 1010000 | 101010 | 1100011 | 1000010 | 100011 |
Color Harmonies of #48941E
Complementary color
Monochromatic Colors of #48941E
Black with #48941E
Text Example
Text Example
White with #48941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48941E; }
p { color: rgb(72,148,30); }
H1.HeaderClassName
{
color: #48941E;
}
.AnyTagClassName
{
color: #48941E;
}
</style>
background-color css
<style>
a { background-color: #48941E; }
a { background-color: rgb(72,148,30); }
div.DivClassName
{
background-color: #48941E;
}
.BgClassName
{
background-color: #48941E;
}
</style>
border-color css
<style>
span { border-color: #48941E; }
span { border-color: rgb(72,148,30); }
td.TdClassName
{
border-color: #48941E;
}
.TagClassName
{
border-color: #48941E;
}
</style>