Shades of La Palma #47912F
Tints of La Palma #47912F
RGB
CMYK
RGB Variations
Color information
#47912F (or 0x47912F) is known color: La Palma. HEX triplet: 47, 91 and 2F. RGB value is (71,145,47). Sum of RGB (Red+Green+Blue) = 71+145+47=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #47912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47912F is #B86ED0. Grayscale: #707070. Windows color (decimal): -12086993 or 3117383. OLE color: 3117383.
HSL color Cylindrical-coordinate representation of color #47912F: hue angle of 105.31º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47912F is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 47 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.43 |
| HSL | 105.31º | 0.51% | 0.38% | - |
| HSV(B) | 105.31º | 0.68% | 0.57% | - |
| XYZ | 13.24 | 21.8 | 6.2 | - |
| YUV | 111.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 47 | 0.51 | 0 | 0.68 | 0.43 | 105.31 | 0.51 | 0.38 |
| Hex | 47 | 91 | 2F | 33 | 0 | 44 | 2B | 69 | 33 | 26 |
| Octal | 107 | 221 | 57 | 63 | 0 | 104 | 53 | 151 | 63 | 46 |
| Binary | 1000111 | 10010001 | 101111 | 110011 | 0 | 1000100 | 101011 | 1101001 | 110011 | 100110 |
Color Harmonies of #47912F
Complementary color
Monochromatic Colors of #47912F
Black with #47912F
Text Example
Text Example
White with #47912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47912F; }
p { color: rgb(71,145,47); }
H1.HeaderClassName
{
color: #47912F;
}
.AnyTagClassName
{
color: #47912F;
}
</style>
background-color css
<style>
a { background-color: #47912F; }
a { background-color: rgb(71,145,47); }
div.DivClassName
{
background-color: #47912F;
}
.BgClassName
{
background-color: #47912F;
}
</style>
border-color css
<style>
span { border-color: #47912F; }
span { border-color: rgb(71,145,47); }
td.TdClassName
{
border-color: #47912F;
}
.TagClassName
{
border-color: #47912F;
}
</style>