Shades of La Palma #47930A
Tints of La Palma #47930A
RGB
CMYK
RGB Variations
Color information
#47930A (or 0x47930A) is known color: La Palma. HEX triplet: 47, 93 and 0A. RGB value is (71,147,10). Sum of RGB (Red+Green+Blue) = 71+147+10=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #47930A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47930A is #B86CF5. Grayscale: #6D6D6D. Windows color (decimal): -12086518 or 693063. OLE color: 693063.
HSL color Cylindrical-coordinate representation of color #47930A: hue angle of 93.28º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47930A is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 10 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.42 |
| HSL | 93.28º | 0.87% | 0.31% | - |
| HSV(B) | 93.28º | 0.93% | 0.58% | - |
| XYZ | 13.09 | 22.23 | 3.89 | - |
| YUV | 108.66 | 72.32 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 10 | 0.52 | 0 | 0.93 | 0.42 | 93.28 | 0.87 | 0.31 |
| Hex | 47 | 93 | A | 34 | 0 | 5D | 2A | 5D | 57 | 1F |
| Octal | 107 | 223 | 12 | 64 | 0 | 135 | 52 | 135 | 127 | 37 |
| Binary | 1000111 | 10010011 | 1010 | 110100 | 0 | 1011101 | 101010 | 1011101 | 1010111 | 11111 |
Color Harmonies of #47930A
Complementary color
Monochromatic Colors of #47930A
Black with #47930A
Text Example
Text Example
White with #47930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47930A; }
p { color: rgb(71,147,10); }
H1.HeaderClassName
{
color: #47930A;
}
.AnyTagClassName
{
color: #47930A;
}
</style>
background-color css
<style>
a { background-color: #47930A; }
a { background-color: rgb(71,147,10); }
div.DivClassName
{
background-color: #47930A;
}
.BgClassName
{
background-color: #47930A;
}
</style>
border-color css
<style>
span { border-color: #47930A; }
span { border-color: rgb(71,147,10); }
td.TdClassName
{
border-color: #47930A;
}
.TagClassName
{
border-color: #47930A;
}
</style>