Shades of La Palma #47871C
Tints of La Palma #47871C
RGB
CMYK
RGB Variations
Color information
#47871C (or 0x47871C) is known color: La Palma. HEX triplet: 47, 87 and 1C. RGB value is (71,135,28). Sum of RGB (Red+Green+Blue) = 71+135+28=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #47871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47871C is #B878E3. Grayscale: #686868. Windows color (decimal): -12089572 or 1869639. OLE color: 1869639.
HSL color Cylindrical-coordinate representation of color #47871C: hue angle of 95.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47871C is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 135 | 28 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.47 |
| HSL | 95.89º | 0.66% | 0.32% | - |
| HSV(B) | 95.89º | 0.79% | 0.53% | - |
| XYZ | 11.47 | 18.75 | 4.11 | - |
| YUV | 103.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 28 | 0.47 | 0 | 0.79 | 0.47 | 95.89 | 0.66 | 0.32 |
| Hex | 47 | 87 | 1C | 2F | 0 | 4F | 2F | 60 | 42 | 20 |
| Octal | 107 | 207 | 34 | 57 | 0 | 117 | 57 | 140 | 102 | 40 |
| Binary | 1000111 | 10000111 | 11100 | 101111 | 0 | 1001111 | 101111 | 1100000 | 1000010 | 100000 |
Color Harmonies of #47871C
Complementary color
Monochromatic Colors of #47871C
Black with #47871C
Text Example
Text Example
White with #47871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47871C; }
p { color: rgb(71,135,28); }
H1.HeaderClassName
{
color: #47871C;
}
.AnyTagClassName
{
color: #47871C;
}
</style>
background-color css
<style>
a { background-color: #47871C; }
a { background-color: rgb(71,135,28); }
div.DivClassName
{
background-color: #47871C;
}
.BgClassName
{
background-color: #47871C;
}
</style>
border-color css
<style>
span { border-color: #47871C; }
span { border-color: rgb(71,135,28); }
td.TdClassName
{
border-color: #47871C;
}
.TagClassName
{
border-color: #47871C;
}
</style>