Shades of La Palma #479D2F
Tints of La Palma #479D2F
RGB
CMYK
RGB Variations
Color information
#479D2F (or 0x479D2F) is known color: La Palma. HEX triplet: 47, 9D and 2F. RGB value is (71,157,47). Sum of RGB (Red+Green+Blue) = 71+157+47=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #479D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D2F is #B862D0. Grayscale: #777777. Windows color (decimal): -12083921 or 3120455. OLE color: 3120455.
HSL color Cylindrical-coordinate representation of color #479D2F: hue angle of 106.91º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #479D2F is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 47 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.38 |
| HSL | 106.91º | 0.54% | 0.4% | - |
| HSV(B) | 106.91º | 0.7% | 0.62% | - |
| XYZ | 15.17 | 25.66 | 6.84 | - |
| YUV | 118.75 | 87.51 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 47 | 0.55 | 0 | 0.70 | 0.38 | 106.91 | 0.54 | 0.4 |
| Hex | 47 | 9D | 2F | 37 | 0 | 46 | 26 | 6B | 36 | 28 |
| Octal | 107 | 235 | 57 | 67 | 0 | 106 | 46 | 153 | 66 | 50 |
| Binary | 1000111 | 10011101 | 101111 | 110111 | 0 | 1000110 | 100110 | 1101011 | 110110 | 101000 |
Color Harmonies of #479D2F
Complementary color
Monochromatic Colors of #479D2F
Black with #479D2F
Text Example
Text Example
White with #479D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D2F; }
p { color: rgb(71,157,47); }
H1.HeaderClassName
{
color: #479D2F;
}
.AnyTagClassName
{
color: #479D2F;
}
</style>
background-color css
<style>
a { background-color: #479D2F; }
a { background-color: rgb(71,157,47); }
div.DivClassName
{
background-color: #479D2F;
}
.BgClassName
{
background-color: #479D2F;
}
</style>
border-color css
<style>
span { border-color: #479D2F; }
span { border-color: rgb(71,157,47); }
td.TdClassName
{
border-color: #479D2F;
}
.TagClassName
{
border-color: #479D2F;
}
</style>