Shades of La Palma #47952F
Tints of La Palma #47952F
RGB
CMYK
RGB Variations
Color information
#47952F (or 0x47952F) is known color: La Palma. HEX triplet: 47, 95 and 2F. RGB value is (71,149,47). Sum of RGB (Red+Green+Blue) = 71+149+47=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #47952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47952F is #B86AD0. Grayscale: #727272. Windows color (decimal): -12085969 or 3118407. OLE color: 3118407.
HSL color Cylindrical-coordinate representation of color #47952F: hue angle of 105.88º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47952F is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 149 | 47 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.42 |
| HSL | 105.88º | 0.52% | 0.38% | - |
| HSV(B) | 105.88º | 0.68% | 0.58% | - |
| XYZ | 13.86 | 23.04 | 6.41 | - |
| YUV | 114.05 | 90.16 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 47 | 0.52 | 0 | 0.68 | 0.42 | 105.88 | 0.52 | 0.38 |
| Hex | 47 | 95 | 2F | 34 | 0 | 44 | 2A | 6A | 34 | 26 |
| Octal | 107 | 225 | 57 | 64 | 0 | 104 | 52 | 152 | 64 | 46 |
| Binary | 1000111 | 10010101 | 101111 | 110100 | 0 | 1000100 | 101010 | 1101010 | 110100 | 100110 |
Color Harmonies of #47952F
Complementary color
Monochromatic Colors of #47952F
Black with #47952F
Text Example
Text Example
White with #47952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47952F; }
p { color: rgb(71,149,47); }
H1.HeaderClassName
{
color: #47952F;
}
.AnyTagClassName
{
color: #47952F;
}
</style>
background-color css
<style>
a { background-color: #47952F; }
a { background-color: rgb(71,149,47); }
div.DivClassName
{
background-color: #47952F;
}
.BgClassName
{
background-color: #47952F;
}
</style>
border-color css
<style>
span { border-color: #47952F; }
span { border-color: rgb(71,149,47); }
td.TdClassName
{
border-color: #47952F;
}
.TagClassName
{
border-color: #47952F;
}
</style>