Shades of La Palma #47982C
Tints of La Palma #47982C
RGB
CMYK
RGB Variations
Color information
#47982C (or 0x47982C) is known color: La Palma. HEX triplet: 47, 98 and 2C. RGB value is (71,152,44). Sum of RGB (Red+Green+Blue) = 71+152+44=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #47982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47982C is #B867D3. Grayscale: #737373. Windows color (decimal): -12085204 or 2922567. OLE color: 2922567.
HSL color Cylindrical-coordinate representation of color #47982C: hue angle of 105º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47982C is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 152 | 44 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.40 |
| HSL | 105º | 0.55% | 0.38% | - |
| HSV(B) | 105º | 0.71% | 0.6% | - |
| XYZ | 14.28 | 23.98 | 6.26 | - |
| YUV | 115.47 | 87.66 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 44 | 0.53 | 0 | 0.71 | 0.40 | 105 | 0.55 | 0.38 |
| Hex | 47 | 98 | 2C | 35 | 0 | 47 | 28 | 69 | 37 | 26 |
| Octal | 107 | 230 | 54 | 65 | 0 | 107 | 50 | 151 | 67 | 46 |
| Binary | 1000111 | 10011000 | 101100 | 110101 | 0 | 1000111 | 101000 | 1101001 | 110111 | 100110 |
Color Harmonies of #47982C
Complementary color
Monochromatic Colors of #47982C
Black with #47982C
Text Example
Text Example
White with #47982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47982C; }
p { color: rgb(71,152,44); }
H1.HeaderClassName
{
color: #47982C;
}
.AnyTagClassName
{
color: #47982C;
}
</style>
background-color css
<style>
a { background-color: #47982C; }
a { background-color: rgb(71,152,44); }
div.DivClassName
{
background-color: #47982C;
}
.BgClassName
{
background-color: #47982C;
}
</style>
border-color css
<style>
span { border-color: #47982C; }
span { border-color: rgb(71,152,44); }
td.TdClassName
{
border-color: #47982C;
}
.TagClassName
{
border-color: #47982C;
}
</style>