Shades of La Palma #47870F
Tints of La Palma #47870F
RGB
CMYK
RGB Variations
Color information
#47870F (or 0x47870F) is known color: La Palma. HEX triplet: 47, 87 and 0F. RGB value is (71,135,15). Sum of RGB (Red+Green+Blue) = 71+135+15=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 135 (53.12% from 255 or 61.09% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 135 - color contains mainly: green. Hex color #47870F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47870F is #B878F0. Grayscale: #666666. Windows color (decimal): -12089585 or 1017671. OLE color: 1017671.
HSL color Cylindrical-coordinate representation of color #47870F: hue angle of 92º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47870F is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 135 | 15 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.47 |
| HSL | 92º | 0.8% | 0.29% | - |
| HSV(B) | 92º | 0.89% | 0.53% | - |
| XYZ | 11.35 | 18.7 | 3.46 | - |
| YUV | 102.18 | 78.8 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 15 | 0.47 | 0 | 0.89 | 0.47 | 92 | 0.8 | 0.29 |
| Hex | 47 | 87 | F | 2F | 0 | 59 | 2F | 5C | 50 | 1D |
| Octal | 107 | 207 | 17 | 57 | 0 | 131 | 57 | 134 | 120 | 35 |
| Binary | 1000111 | 10000111 | 1111 | 101111 | 0 | 1011001 | 101111 | 1011100 | 1010000 | 11101 |
Color Harmonies of #47870F
Complementary color
Monochromatic Colors of #47870F
Black with #47870F
Text Example
Text Example
White with #47870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47870F; }
p { color: rgb(71,135,15); }
H1.HeaderClassName
{
color: #47870F;
}
.AnyTagClassName
{
color: #47870F;
}
</style>
background-color css
<style>
a { background-color: #47870F; }
a { background-color: rgb(71,135,15); }
div.DivClassName
{
background-color: #47870F;
}
.BgClassName
{
background-color: #47870F;
}
</style>
border-color css
<style>
span { border-color: #47870F; }
span { border-color: rgb(71,135,15); }
td.TdClassName
{
border-color: #47870F;
}
.TagClassName
{
border-color: #47870F;
}
</style>