Shades of La Palma #47A32F
Tints of La Palma #47A32F
RGB
CMYK
RGB Variations
Color information
#47A32F (or 0x47A32F) is known color: La Palma. HEX triplet: 47, A3 and 2F. RGB value is (71,163,47). Sum of RGB (Red+Green+Blue) = 71+163+47=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #47A32F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A32F is #B85CD0. Grayscale: #7A7A7A. Windows color (decimal): -12082385 or 3121991. OLE color: 3121991.
HSL color Cylindrical-coordinate representation of color #47A32F: hue angle of 107.59º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47A32F is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 163 | 47 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.36 |
| HSL | 107.59º | 0.55% | 0.41% | - |
| HSV(B) | 107.59º | 0.71% | 0.64% | - |
| XYZ | 16.21 | 27.74 | 7.19 | - |
| YUV | 122.27 | 85.52 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 163 | 47 | 0.56 | 0 | 0.71 | 0.36 | 107.59 | 0.55 | 0.41 |
| Hex | 47 | A3 | 2F | 38 | 0 | 47 | 24 | 6C | 37 | 29 |
| Octal | 107 | 243 | 57 | 70 | 0 | 107 | 44 | 154 | 67 | 51 |
| Binary | 1000111 | 10100011 | 101111 | 111000 | 0 | 1000111 | 100100 | 1101100 | 110111 | 101001 |
Color Harmonies of #47A32F
Complementary color
Monochromatic Colors of #47A32F
Black with #47A32F
Text Example
Text Example
White with #47A32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A32F; }
p { color: rgb(71,163,47); }
H1.HeaderClassName
{
color: #47A32F;
}
.AnyTagClassName
{
color: #47A32F;
}
</style>
background-color css
<style>
a { background-color: #47A32F; }
a { background-color: rgb(71,163,47); }
div.DivClassName
{
background-color: #47A32F;
}
.BgClassName
{
background-color: #47A32F;
}
</style>
border-color css
<style>
span { border-color: #47A32F; }
span { border-color: rgb(71,163,47); }
td.TdClassName
{
border-color: #47A32F;
}
.TagClassName
{
border-color: #47A32F;
}
</style>