Shades of La Palma #47A020
Tints of La Palma #47A020
RGB
CMYK
RGB Variations
Color information
#47A020 (or 0x47A020) is known color: La Palma. HEX triplet: 47, A0 and 20. RGB value is (71,160,32). Sum of RGB (Red+Green+Blue) = 71+160+32=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #47A020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A020 is #B85FDF. Grayscale: #777777. Windows color (decimal): -12083168 or 2138183. OLE color: 2138183.
HSL color Cylindrical-coordinate representation of color #47A020: hue angle of 101.72º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47A020 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 32 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.37 |
| HSL | 101.72º | 0.67% | 0.38% | - |
| HSV(B) | 101.72º | 0.8% | 0.63% | - |
| XYZ | 15.43 | 26.59 | 5.68 | - |
| YUV | 118.8 | 79.01 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 32 | 0.56 | 0 | 0.80 | 0.37 | 101.72 | 0.67 | 0.38 |
| Hex | 47 | A0 | 20 | 38 | 0 | 50 | 25 | 66 | 43 | 26 |
| Octal | 107 | 240 | 40 | 70 | 0 | 120 | 45 | 146 | 103 | 46 |
| Binary | 1000111 | 10100000 | 100000 | 111000 | 0 | 1010000 | 100101 | 1100110 | 1000011 | 100110 |
Color Harmonies of #47A020
Complementary color
Monochromatic Colors of #47A020
Black with #47A020
Text Example
Text Example
White with #47A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A020; }
p { color: rgb(71,160,32); }
H1.HeaderClassName
{
color: #47A020;
}
.AnyTagClassName
{
color: #47A020;
}
</style>
background-color css
<style>
a { background-color: #47A020; }
a { background-color: rgb(71,160,32); }
div.DivClassName
{
background-color: #47A020;
}
.BgClassName
{
background-color: #47A020;
}
</style>
border-color css
<style>
span { border-color: #47A020; }
span { border-color: rgb(71,160,32); }
td.TdClassName
{
border-color: #47A020;
}
.TagClassName
{
border-color: #47A020;
}
</style>