Shades of La Palma #47872D
Tints of La Palma #47872D
RGB
CMYK
RGB Variations
Color information
#47872D (or 0x47872D) is known color: La Palma. HEX triplet: 47, 87 and 2D. RGB value is (71,135,45). Sum of RGB (Red+Green+Blue) = 71+135+45=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #47872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47872D is #B878D2. Grayscale: #696969. Windows color (decimal): -12089555 or 2983751. OLE color: 2983751.
HSL color Cylindrical-coordinate representation of color #47872D: hue angle of 102.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47872D is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 135 | 45 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.47 |
| HSL | 102.67º | 0.5% | 0.35% | - |
| HSV(B) | 102.67º | 0.67% | 0.53% | - |
| XYZ | 11.74 | 18.86 | 5.5 | - |
| YUV | 105.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 45 | 0.47 | 0 | 0.67 | 0.47 | 102.67 | 0.5 | 0.35 |
| Hex | 47 | 87 | 2D | 2F | 0 | 43 | 2F | 67 | 32 | 23 |
| Octal | 107 | 207 | 55 | 57 | 0 | 103 | 57 | 147 | 62 | 43 |
| Binary | 1000111 | 10000111 | 101101 | 101111 | 0 | 1000011 | 101111 | 1100111 | 110010 | 100011 |
Color Harmonies of #47872D
Complementary color
Monochromatic Colors of #47872D
Black with #47872D
Text Example
Text Example
White with #47872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47872D; }
p { color: rgb(71,135,45); }
H1.HeaderClassName
{
color: #47872D;
}
.AnyTagClassName
{
color: #47872D;
}
</style>
background-color css
<style>
a { background-color: #47872D; }
a { background-color: rgb(71,135,45); }
div.DivClassName
{
background-color: #47872D;
}
.BgClassName
{
background-color: #47872D;
}
</style>
border-color css
<style>
span { border-color: #47872D; }
span { border-color: rgb(71,135,45); }
td.TdClassName
{
border-color: #47872D;
}
.TagClassName
{
border-color: #47872D;
}
</style>