Shades of La Palma #48970F
Tints of La Palma #48970F
RGB
CMYK
RGB Variations
Color information
#48970F (or 0x48970F) is known color: La Palma. HEX triplet: 48, 97 and 0F. RGB value is (72,151,15). Sum of RGB (Red+Green+Blue) = 72+151+15=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #48970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48970F is #B768F0. Grayscale: #707070. Windows color (decimal): -12019953 or 1021768. OLE color: 1021768.
HSL color Cylindrical-coordinate representation of color #48970F: hue angle of 94.85º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48970F is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 151 | 15 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.41 |
| HSL | 94.85º | 0.82% | 0.33% | - |
| HSV(B) | 94.85º | 0.9% | 0.59% | - |
| XYZ | 13.83 | 23.55 | 4.27 | - |
| YUV | 111.88 | 73.33 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 151 | 15 | 0.52 | 0 | 0.90 | 0.41 | 94.85 | 0.82 | 0.33 |
| Hex | 48 | 97 | F | 34 | 0 | 5A | 29 | 5F | 52 | 21 |
| Octal | 110 | 227 | 17 | 64 | 0 | 132 | 51 | 137 | 122 | 41 |
| Binary | 1001000 | 10010111 | 1111 | 110100 | 0 | 1011010 | 101001 | 1011111 | 1010010 | 100001 |
Color Harmonies of #48970F
Complementary color
Monochromatic Colors of #48970F
Black with #48970F
Text Example
Text Example
White with #48970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48970F; }
p { color: rgb(72,151,15); }
H1.HeaderClassName
{
color: #48970F;
}
.AnyTagClassName
{
color: #48970F;
}
</style>
background-color css
<style>
a { background-color: #48970F; }
a { background-color: rgb(72,151,15); }
div.DivClassName
{
background-color: #48970F;
}
.BgClassName
{
background-color: #48970F;
}
</style>
border-color css
<style>
span { border-color: #48970F; }
span { border-color: rgb(72,151,15); }
td.TdClassName
{
border-color: #48970F;
}
.TagClassName
{
border-color: #48970F;
}
</style>