Shades of La Palma #508E2F
Tints of La Palma #508E2F
RGB
CMYK
RGB Variations
Color information
#508E2F (or 0x508E2F) is known color: La Palma. HEX triplet: 50, 8E and 2F. RGB value is (80,142,47). Sum of RGB (Red+Green+Blue) = 80+142+47=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #508E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E2F is #AF71D0. Grayscale: #707070. Windows color (decimal): -11497937 or 3116624. OLE color: 3116624.
HSL color Cylindrical-coordinate representation of color #508E2F: hue angle of 99.16º degrees, saturation: 0.5, 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 #508E2F is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 47 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.44 |
| HSL | 99.16º | 0.5% | 0.37% | - |
| HSV(B) | 99.16º | 0.67% | 0.56% | - |
| XYZ | 13.49 | 21.26 | 6.08 | - |
| YUV | 112.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 47 | 0.44 | 0 | 0.67 | 0.44 | 99.16 | 0.5 | 0.37 |
| Hex | 50 | 8E | 2F | 2C | 0 | 43 | 2C | 63 | 32 | 25 |
| Octal | 120 | 216 | 57 | 54 | 0 | 103 | 54 | 143 | 62 | 45 |
| Binary | 1010000 | 10001110 | 101111 | 101100 | 0 | 1000011 | 101100 | 1100011 | 110010 | 100101 |
Color Harmonies of #508E2F
Complementary color
Monochromatic Colors of #508E2F
Black with #508E2F
Text Example
Text Example
White with #508E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E2F; }
p { color: rgb(80,142,47); }
H1.HeaderClassName
{
color: #508E2F;
}
.AnyTagClassName
{
color: #508E2F;
}
</style>
background-color css
<style>
a { background-color: #508E2F; }
a { background-color: rgb(80,142,47); }
div.DivClassName
{
background-color: #508E2F;
}
.BgClassName
{
background-color: #508E2F;
}
</style>
border-color css
<style>
span { border-color: #508E2F; }
span { border-color: rgb(80,142,47); }
td.TdClassName
{
border-color: #508E2F;
}
.TagClassName
{
border-color: #508E2F;
}
</style>