Shades of La Palma #47902F
Tints of La Palma #47902F
RGB
CMYK
RGB Variations
Color information
#47902F (or 0x47902F) is known color: La Palma. HEX triplet: 47, 90 and 2F. RGB value is (71,144,47). Sum of RGB (Red+Green+Blue) = 71+144+47=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #47902F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47902F is #B86FD0. Grayscale: #6F6F6F. Windows color (decimal): -12087249 or 3117127. OLE color: 3117127.
HSL color Cylindrical-coordinate representation of color #47902F: hue angle of 105.15º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47902F is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 47 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.44 |
| HSL | 105.15º | 0.51% | 0.37% | - |
| HSV(B) | 105.15º | 0.67% | 0.56% | - |
| XYZ | 13.08 | 21.49 | 6.15 | - |
| YUV | 111.12 | 91.82 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 47 | 0.51 | 0 | 0.67 | 0.44 | 105.15 | 0.51 | 0.37 |
| Hex | 47 | 90 | 2F | 33 | 0 | 43 | 2C | 69 | 33 | 25 |
| Octal | 107 | 220 | 57 | 63 | 0 | 103 | 54 | 151 | 63 | 45 |
| Binary | 1000111 | 10010000 | 101111 | 110011 | 0 | 1000011 | 101100 | 1101001 | 110011 | 100101 |
Color Harmonies of #47902F
Complementary color
Monochromatic Colors of #47902F
Black with #47902F
Text Example
Text Example
White with #47902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47902F; }
p { color: rgb(71,144,47); }
H1.HeaderClassName
{
color: #47902F;
}
.AnyTagClassName
{
color: #47902F;
}
</style>
background-color css
<style>
a { background-color: #47902F; }
a { background-color: rgb(71,144,47); }
div.DivClassName
{
background-color: #47902F;
}
.BgClassName
{
background-color: #47902F;
}
</style>
border-color css
<style>
span { border-color: #47902F; }
span { border-color: rgb(71,144,47); }
td.TdClassName
{
border-color: #47902F;
}
.TagClassName
{
border-color: #47902F;
}
</style>