Shades of La Palma #47910F
Tints of La Palma #47910F
RGB
CMYK
RGB Variations
Color information
#47910F (or 0x47910F) is known color: La Palma. HEX triplet: 47, 91 and 0F. RGB value is (71,145,15). Sum of RGB (Red+Green+Blue) = 71+145+15=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #47910F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47910F is #B86EF0. Grayscale: #6C6C6C. Windows color (decimal): -12087025 or 1020231. OLE color: 1020231.
HSL color Cylindrical-coordinate representation of color #47910F: hue angle of 94.15º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47910F is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 15 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.43 |
| HSL | 94.15º | 0.81% | 0.31% | - |
| HSV(B) | 94.15º | 0.9% | 0.57% | - |
| XYZ | 12.81 | 21.62 | 3.95 | - |
| YUV | 108.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 15 | 0.51 | 0 | 0.90 | 0.43 | 94.15 | 0.81 | 0.31 |
| Hex | 47 | 91 | F | 33 | 0 | 5A | 2B | 5E | 51 | 1F |
| Octal | 107 | 221 | 17 | 63 | 0 | 132 | 53 | 136 | 121 | 37 |
| Binary | 1000111 | 10010001 | 1111 | 110011 | 0 | 1011010 | 101011 | 1011110 | 1010001 | 11111 |
Color Harmonies of #47910F
Complementary color
Monochromatic Colors of #47910F
Black with #47910F
Text Example
Text Example
White with #47910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47910F; }
p { color: rgb(71,145,15); }
H1.HeaderClassName
{
color: #47910F;
}
.AnyTagClassName
{
color: #47910F;
}
</style>
background-color css
<style>
a { background-color: #47910F; }
a { background-color: rgb(71,145,15); }
div.DivClassName
{
background-color: #47910F;
}
.BgClassName
{
background-color: #47910F;
}
</style>
border-color css
<style>
span { border-color: #47910F; }
span { border-color: rgb(71,145,15); }
td.TdClassName
{
border-color: #47910F;
}
.TagClassName
{
border-color: #47910F;
}
</style>