Shades of La Palma #47930C
Tints of La Palma #47930C
RGB
CMYK
RGB Variations
Color information
#47930C (or 0x47930C) is known color: La Palma. HEX triplet: 47, 93 and 0C. RGB value is (71,147,12). Sum of RGB (Red+Green+Blue) = 71+147+12=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #47930C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47930C is #B86CF3. Grayscale: #6D6D6D. Windows color (decimal): -12086516 or 824135. OLE color: 824135.
HSL color Cylindrical-coordinate representation of color #47930C: hue angle of 93.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47930C is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 12 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.42 |
| HSL | 93.78º | 0.85% | 0.31% | - |
| HSV(B) | 93.78º | 0.92% | 0.58% | - |
| XYZ | 13.1 | 22.23 | 3.95 | - |
| YUV | 108.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 12 | 0.52 | 0 | 0.92 | 0.42 | 93.78 | 0.85 | 0.31 |
| Hex | 47 | 93 | C | 34 | 0 | 5C | 2A | 5E | 55 | 1F |
| Octal | 107 | 223 | 14 | 64 | 0 | 134 | 52 | 136 | 125 | 37 |
| Binary | 1000111 | 10010011 | 1100 | 110100 | 0 | 1011100 | 101010 | 1011110 | 1010101 | 11111 |
Color Harmonies of #47930C
Complementary color
Monochromatic Colors of #47930C
Black with #47930C
Text Example
Text Example
White with #47930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47930C; }
p { color: rgb(71,147,12); }
H1.HeaderClassName
{
color: #47930C;
}
.AnyTagClassName
{
color: #47930C;
}
</style>
background-color css
<style>
a { background-color: #47930C; }
a { background-color: rgb(71,147,12); }
div.DivClassName
{
background-color: #47930C;
}
.BgClassName
{
background-color: #47930C;
}
</style>
border-color css
<style>
span { border-color: #47930C; }
span { border-color: rgb(71,147,12); }
td.TdClassName
{
border-color: #47930C;
}
.TagClassName
{
border-color: #47930C;
}
</style>