Shades of La Palma #48902B
Tints of La Palma #48902B
RGB
CMYK
RGB Variations
Color information
#48902B (or 0x48902B) is known color: La Palma. HEX triplet: 48, 90 and 2B. RGB value is (72,144,43). Sum of RGB (Red+Green+Blue) = 72+144+43=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #48902B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48902B is #B76FD4. Grayscale: #6F6F6F. Windows color (decimal): -12021717 or 2854984. OLE color: 2854984.
HSL color Cylindrical-coordinate representation of color #48902B: hue angle of 102.77º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48902B is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 43 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.44 |
| HSL | 102.77º | 0.54% | 0.37% | - |
| HSV(B) | 102.77º | 0.7% | 0.56% | - |
| XYZ | 13.08 | 21.5 | 5.75 | - |
| YUV | 110.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 43 | 0.50 | 0 | 0.70 | 0.44 | 102.77 | 0.54 | 0.37 |
| Hex | 48 | 90 | 2B | 32 | 0 | 46 | 2C | 67 | 36 | 25 |
| Octal | 110 | 220 | 53 | 62 | 0 | 106 | 54 | 147 | 66 | 45 |
| Binary | 1001000 | 10010000 | 101011 | 110010 | 0 | 1000110 | 101100 | 1100111 | 110110 | 100101 |
Color Harmonies of #48902B
Complementary color
Monochromatic Colors of #48902B
Black with #48902B
Text Example
Text Example
White with #48902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48902B; }
p { color: rgb(72,144,43); }
H1.HeaderClassName
{
color: #48902B;
}
.AnyTagClassName
{
color: #48902B;
}
</style>
background-color css
<style>
a { background-color: #48902B; }
a { background-color: rgb(72,144,43); }
div.DivClassName
{
background-color: #48902B;
}
.BgClassName
{
background-color: #48902B;
}
</style>
border-color css
<style>
span { border-color: #48902B; }
span { border-color: rgb(72,144,43); }
td.TdClassName
{
border-color: #48902B;
}
.TagClassName
{
border-color: #48902B;
}
</style>