Shades of La Palma #47971C
Tints of La Palma #47971C
RGB
CMYK
RGB Variations
Color information
#47971C (or 0x47971C) is known color: La Palma. HEX triplet: 47, 97 and 1C. RGB value is (71,151,28). Sum of RGB (Red+Green+Blue) = 71+151+28=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #47971C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47971C is #B868E3. Grayscale: #717171. Windows color (decimal): -12085476 or 1873735. OLE color: 1873735.
HSL color Cylindrical-coordinate representation of color #47971C: hue angle of 99.02º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #47971C is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 151 | 28 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.41 |
| HSL | 99.02º | 0.69% | 0.35% | - |
| HSV(B) | 99.02º | 0.81% | 0.59% | - |
| XYZ | 13.87 | 23.56 | 4.91 | - |
| YUV | 113.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 28 | 0.53 | 0 | 0.81 | 0.41 | 99.02 | 0.69 | 0.35 |
| Hex | 47 | 97 | 1C | 35 | 0 | 51 | 29 | 63 | 45 | 23 |
| Octal | 107 | 227 | 34 | 65 | 0 | 121 | 51 | 143 | 105 | 43 |
| Binary | 1000111 | 10010111 | 11100 | 110101 | 0 | 1010001 | 101001 | 1100011 | 1000101 | 100011 |
Color Harmonies of #47971C
Complementary color
Monochromatic Colors of #47971C
Black with #47971C
Text Example
Text Example
White with #47971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47971C; }
p { color: rgb(71,151,28); }
H1.HeaderClassName
{
color: #47971C;
}
.AnyTagClassName
{
color: #47971C;
}
</style>
background-color css
<style>
a { background-color: #47971C; }
a { background-color: rgb(71,151,28); }
div.DivClassName
{
background-color: #47971C;
}
.BgClassName
{
background-color: #47971C;
}
</style>
border-color css
<style>
span { border-color: #47971C; }
span { border-color: rgb(71,151,28); }
td.TdClassName
{
border-color: #47971C;
}
.TagClassName
{
border-color: #47971C;
}
</style>