Shades of La Palma #4C8F2F
Tints of La Palma #4C8F2F
RGB
CMYK
RGB Variations
Color information
#4C8F2F (or 0x4C8F2F) is known color: La Palma. HEX triplet: 4C, 8F and 2F. RGB value is (76,143,47). Sum of RGB (Red+Green+Blue) = 76+143+47=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8F2F is #B370D0. Grayscale: #707070. Windows color (decimal): -11759825 or 3116876. OLE color: 3116876.
HSL color Cylindrical-coordinate representation of color #4C8F2F: hue angle of 101.88º 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 #4C8F2F is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 143 | 47 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.44 |
| HSL | 101.88º | 0.51% | 0.37% | - |
| HSV(B) | 101.88º | 0.67% | 0.56% | - |
| XYZ | 13.32 | 21.39 | 6.12 | - |
| YUV | 112.02 | 91.3 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 47 | 0.47 | 0 | 0.67 | 0.44 | 101.88 | 0.51 | 0.37 |
| Hex | 4C | 8F | 2F | 2F | 0 | 43 | 2C | 66 | 33 | 25 |
| Octal | 114 | 217 | 57 | 57 | 0 | 103 | 54 | 146 | 63 | 45 |
| Binary | 1001100 | 10001111 | 101111 | 101111 | 0 | 1000011 | 101100 | 1100110 | 110011 | 100101 |
Color Harmonies of #4C8F2F
Complementary color
Monochromatic Colors of #4C8F2F
Black with #4C8F2F
Text Example
Text Example
White with #4C8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8F2F; }
p { color: rgb(76,143,47); }
H1.HeaderClassName
{
color: #4C8F2F;
}
.AnyTagClassName
{
color: #4C8F2F;
}
</style>
background-color css
<style>
a { background-color: #4C8F2F; }
a { background-color: rgb(76,143,47); }
div.DivClassName
{
background-color: #4C8F2F;
}
.BgClassName
{
background-color: #4C8F2F;
}
</style>
border-color css
<style>
span { border-color: #4C8F2F; }
span { border-color: rgb(76,143,47); }
td.TdClassName
{
border-color: #4C8F2F;
}
.TagClassName
{
border-color: #4C8F2F;
}
</style>