Shades of La Palma #47A32D
Tints of La Palma #47A32D
RGB
CMYK
RGB Variations
Color information
#47A32D (or 0x47A32D) is known color: La Palma. HEX triplet: 47, A3 and 2D. RGB value is (71,163,45). Sum of RGB (Red+Green+Blue) = 71+163+45=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #47A32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A32D is #B85CD2. Grayscale: #7A7A7A. Windows color (decimal): -12082387 or 2990919. OLE color: 2990919.
HSL color Cylindrical-coordinate representation of color #47A32D: hue angle of 106.78º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47A32D is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 163 | 45 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.36 |
| HSL | 106.78º | 0.57% | 0.41% | - |
| HSV(B) | 106.78º | 0.72% | 0.64% | - |
| XYZ | 16.17 | 27.72 | 6.98 | - |
| YUV | 122.04 | 84.52 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 163 | 45 | 0.56 | 0 | 0.72 | 0.36 | 106.78 | 0.57 | 0.41 |
| Hex | 47 | A3 | 2D | 38 | 0 | 48 | 24 | 6B | 39 | 29 |
| Octal | 107 | 243 | 55 | 70 | 0 | 110 | 44 | 153 | 71 | 51 |
| Binary | 1000111 | 10100011 | 101101 | 111000 | 0 | 1001000 | 100100 | 1101011 | 111001 | 101001 |
Color Harmonies of #47A32D
Complementary color
Monochromatic Colors of #47A32D
Black with #47A32D
Text Example
Text Example
White with #47A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A32D; }
p { color: rgb(71,163,45); }
H1.HeaderClassName
{
color: #47A32D;
}
.AnyTagClassName
{
color: #47A32D;
}
</style>
background-color css
<style>
a { background-color: #47A32D; }
a { background-color: rgb(71,163,45); }
div.DivClassName
{
background-color: #47A32D;
}
.BgClassName
{
background-color: #47A32D;
}
</style>
border-color css
<style>
span { border-color: #47A32D; }
span { border-color: rgb(71,163,45); }
td.TdClassName
{
border-color: #47A32D;
}
.TagClassName
{
border-color: #47A32D;
}
</style>