Shades of La Palma #47990F
Tints of La Palma #47990F
RGB
CMYK
RGB Variations
Color information
#47990F (or 0x47990F) is known color: La Palma. HEX triplet: 47, 99 and 0F. RGB value is (71,153,15). Sum of RGB (Red+Green+Blue) = 71+153+15=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #47990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47990F is #B866F0. Grayscale: #717171. Windows color (decimal): -12084977 or 1022279. OLE color: 1022279.
HSL color Cylindrical-coordinate representation of color #47990F: hue angle of 95.65º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47990F is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 15 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.4 |
| HSL | 95.65º | 0.82% | 0.33% | - |
| HSV(B) | 95.65º | 0.9% | 0.6% | - |
| XYZ | 14.08 | 24.16 | 4.37 | - |
| YUV | 112.75 | 72.83 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 15 | 0.54 | 0 | 0.90 | 0.4 | 95.65 | 0.82 | 0.33 |
| Hex | 47 | 99 | F | 36 | 0 | 5A | 28 | 60 | 52 | 21 |
| Octal | 107 | 231 | 17 | 66 | 0 | 132 | 50 | 140 | 122 | 41 |
| Binary | 1000111 | 10011001 | 1111 | 110110 | 0 | 1011010 | 101000 | 1100000 | 1010010 | 100001 |
Color Harmonies of #47990F
Complementary color
Monochromatic Colors of #47990F
Black with #47990F
Text Example
Text Example
White with #47990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47990F; }
p { color: rgb(71,153,15); }
H1.HeaderClassName
{
color: #47990F;
}
.AnyTagClassName
{
color: #47990F;
}
</style>
background-color css
<style>
a { background-color: #47990F; }
a { background-color: rgb(71,153,15); }
div.DivClassName
{
background-color: #47990F;
}
.BgClassName
{
background-color: #47990F;
}
</style>
border-color css
<style>
span { border-color: #47990F; }
span { border-color: rgb(71,153,15); }
td.TdClassName
{
border-color: #47990F;
}
.TagClassName
{
border-color: #47990F;
}
</style>