Shades of La Palma #47952C
Tints of La Palma #47952C
RGB
CMYK
RGB Variations
Color information
#47952C (or 0x47952C) is known color: La Palma. HEX triplet: 47, 95 and 2C. RGB value is (71,149,44). Sum of RGB (Red+Green+Blue) = 71+149+44=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #47952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47952C is #B86AD3. Grayscale: #727272. Windows color (decimal): -12085972 or 2921799. OLE color: 2921799.
HSL color Cylindrical-coordinate representation of color #47952C: hue angle of 104.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47952C is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 149 | 44 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.42 |
| HSL | 104.57º | 0.54% | 0.38% | - |
| HSV(B) | 104.57º | 0.7% | 0.58% | - |
| XYZ | 13.8 | 23.02 | 6.1 | - |
| YUV | 113.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 44 | 0.52 | 0 | 0.70 | 0.42 | 104.57 | 0.54 | 0.38 |
| Hex | 47 | 95 | 2C | 34 | 0 | 46 | 2A | 69 | 36 | 26 |
| Octal | 107 | 225 | 54 | 64 | 0 | 106 | 52 | 151 | 66 | 46 |
| Binary | 1000111 | 10010101 | 101100 | 110100 | 0 | 1000110 | 101010 | 1101001 | 110110 | 100110 |
Color Harmonies of #47952C
Complementary color
Monochromatic Colors of #47952C
Black with #47952C
Text Example
Text Example
White with #47952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47952C; }
p { color: rgb(71,149,44); }
H1.HeaderClassName
{
color: #47952C;
}
.AnyTagClassName
{
color: #47952C;
}
</style>
background-color css
<style>
a { background-color: #47952C; }
a { background-color: rgb(71,149,44); }
div.DivClassName
{
background-color: #47952C;
}
.BgClassName
{
background-color: #47952C;
}
</style>
border-color css
<style>
span { border-color: #47952C; }
span { border-color: rgb(71,149,44); }
td.TdClassName
{
border-color: #47952C;
}
.TagClassName
{
border-color: #47952C;
}
</style>