Shades of La Palma #518F2F
Tints of La Palma #518F2F
RGB
CMYK
RGB Variations
Color information
#518F2F (or 0x518F2F) is known color: La Palma. HEX triplet: 51, 8F and 2F. RGB value is (81,143,47). Sum of RGB (Red+Green+Blue) = 81+143+47=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #518F2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518F2F is #AE70D0. Grayscale: #717171. Windows color (decimal): -11432145 or 3116881. OLE color: 3116881.
HSL color Cylindrical-coordinate representation of color #518F2F: hue angle of 98.75º 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 #518F2F is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 47 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.44 |
| HSL | 98.75º | 0.51% | 0.37% | - |
| HSV(B) | 98.75º | 0.67% | 0.56% | - |
| XYZ | 13.73 | 21.6 | 6.13 | - |
| YUV | 113.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 47 | 0.43 | 0 | 0.67 | 0.44 | 98.75 | 0.51 | 0.37 |
| Hex | 51 | 8F | 2F | 2B | 0 | 43 | 2C | 63 | 33 | 25 |
| Octal | 121 | 217 | 57 | 53 | 0 | 103 | 54 | 143 | 63 | 45 |
| Binary | 1010001 | 10001111 | 101111 | 101011 | 0 | 1000011 | 101100 | 1100011 | 110011 | 100101 |
Color Harmonies of #518F2F
Complementary color
Monochromatic Colors of #518F2F
Black with #518F2F
Text Example
Text Example
White with #518F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F2F; }
p { color: rgb(81,143,47); }
H1.HeaderClassName
{
color: #518F2F;
}
.AnyTagClassName
{
color: #518F2F;
}
</style>
background-color css
<style>
a { background-color: #518F2F; }
a { background-color: rgb(81,143,47); }
div.DivClassName
{
background-color: #518F2F;
}
.BgClassName
{
background-color: #518F2F;
}
</style>
border-color css
<style>
span { border-color: #518F2F; }
span { border-color: rgb(81,143,47); }
td.TdClassName
{
border-color: #518F2F;
}
.TagClassName
{
border-color: #518F2F;
}
</style>