Shades of La Palma #47940D
Tints of La Palma #47940D
RGB
CMYK
RGB Variations
Color information
#47940D (or 0x47940D) is known color: La Palma. HEX triplet: 47, 94 and 0D. RGB value is (71,148,13). Sum of RGB (Red+Green+Blue) = 71+148+13=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #47940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47940D is #B86BF2. Grayscale: #6E6E6E. Windows color (decimal): -12086259 or 889927. OLE color: 889927.
HSL color Cylindrical-coordinate representation of color #47940D: hue angle of 94.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47940D is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 148 | 13 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.42 |
| HSL | 94.22º | 0.84% | 0.32% | - |
| HSV(B) | 94.22º | 0.91% | 0.58% | - |
| XYZ | 13.26 | 22.55 | 4.03 | - |
| YUV | 109.59 | 73.49 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 13 | 0.52 | 0 | 0.91 | 0.42 | 94.22 | 0.84 | 0.32 |
| Hex | 47 | 94 | D | 34 | 0 | 5B | 2A | 5E | 54 | 20 |
| Octal | 107 | 224 | 15 | 64 | 0 | 133 | 52 | 136 | 124 | 40 |
| Binary | 1000111 | 10010100 | 1101 | 110100 | 0 | 1011011 | 101010 | 1011110 | 1010100 | 100000 |
Color Harmonies of #47940D
Complementary color
Monochromatic Colors of #47940D
Black with #47940D
Text Example
Text Example
White with #47940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47940D; }
p { color: rgb(71,148,13); }
H1.HeaderClassName
{
color: #47940D;
}
.AnyTagClassName
{
color: #47940D;
}
</style>
background-color css
<style>
a { background-color: #47940D; }
a { background-color: rgb(71,148,13); }
div.DivClassName
{
background-color: #47940D;
}
.BgClassName
{
background-color: #47940D;
}
</style>
border-color css
<style>
span { border-color: #47940D; }
span { border-color: rgb(71,148,13); }
td.TdClassName
{
border-color: #47940D;
}
.TagClassName
{
border-color: #47940D;
}
</style>