Shades of La Palma #47980D
Tints of La Palma #47980D
RGB
CMYK
RGB Variations
Color information
#47980D (or 0x47980D) is known color: La Palma. HEX triplet: 47, 98 and 0D. RGB value is (71,152,13). Sum of RGB (Red+Green+Blue) = 71+152+13=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #47980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47980D is #B867F2. Grayscale: #707070. Windows color (decimal): -12085235 or 890951. OLE color: 890951.
HSL color Cylindrical-coordinate representation of color #47980D: hue angle of 94.96º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47980D is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 152 | 13 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.40 |
| HSL | 94.96º | 0.84% | 0.32% | - |
| HSV(B) | 94.96º | 0.91% | 0.6% | - |
| XYZ | 13.9 | 23.83 | 4.25 | - |
| YUV | 111.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 13 | 0.53 | 0 | 0.91 | 0.40 | 94.96 | 0.84 | 0.32 |
| Hex | 47 | 98 | D | 35 | 0 | 5B | 28 | 5F | 54 | 20 |
| Octal | 107 | 230 | 15 | 65 | 0 | 133 | 50 | 137 | 124 | 40 |
| Binary | 1000111 | 10011000 | 1101 | 110101 | 0 | 1011011 | 101000 | 1011111 | 1010100 | 100000 |
Color Harmonies of #47980D
Complementary color
Monochromatic Colors of #47980D
Black with #47980D
Text Example
Text Example
White with #47980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47980D; }
p { color: rgb(71,152,13); }
H1.HeaderClassName
{
color: #47980D;
}
.AnyTagClassName
{
color: #47980D;
}
</style>
background-color css
<style>
a { background-color: #47980D; }
a { background-color: rgb(71,152,13); }
div.DivClassName
{
background-color: #47980D;
}
.BgClassName
{
background-color: #47980D;
}
</style>
border-color css
<style>
span { border-color: #47980D; }
span { border-color: rgb(71,152,13); }
td.TdClassName
{
border-color: #47980D;
}
.TagClassName
{
border-color: #47980D;
}
</style>