Shades of La Palma #4BA02F
Tints of La Palma #4BA02F
RGB
CMYK
RGB Variations
Color information
#4BA02F (or 0x4BA02F) is known color: La Palma. HEX triplet: 4B, A0 and 2F. RGB value is (75,160,47). Sum of RGB (Red+Green+Blue) = 75+160+47=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA02F is #B45FD0. Grayscale: #7A7A7A. Windows color (decimal): -11821009 or 3121227. OLE color: 3121227.
HSL color Cylindrical-coordinate representation of color #4BA02F: hue angle of 105.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BA02F is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 47 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.37 |
| HSL | 105.13º | 0.55% | 0.41% | - |
| HSV(B) | 105.13º | 0.71% | 0.63% | - |
| XYZ | 15.99 | 26.84 | 7.03 | - |
| YUV | 121.7 | 85.84 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 47 | 0.53 | 0 | 0.71 | 0.37 | 105.13 | 0.55 | 0.41 |
| Hex | 4B | A0 | 2F | 35 | 0 | 47 | 25 | 69 | 37 | 29 |
| Octal | 113 | 240 | 57 | 65 | 0 | 107 | 45 | 151 | 67 | 51 |
| Binary | 1001011 | 10100000 | 101111 | 110101 | 0 | 1000111 | 100101 | 1101001 | 110111 | 101001 |
Color Harmonies of #4BA02F
Complementary color
Monochromatic Colors of #4BA02F
Black with #4BA02F
Text Example
Text Example
White with #4BA02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA02F; }
p { color: rgb(75,160,47); }
H1.HeaderClassName
{
color: #4BA02F;
}
.AnyTagClassName
{
color: #4BA02F;
}
</style>
background-color css
<style>
a { background-color: #4BA02F; }
a { background-color: rgb(75,160,47); }
div.DivClassName
{
background-color: #4BA02F;
}
.BgClassName
{
background-color: #4BA02F;
}
</style>
border-color css
<style>
span { border-color: #4BA02F; }
span { border-color: rgb(75,160,47); }
td.TdClassName
{
border-color: #4BA02F;
}
.TagClassName
{
border-color: #4BA02F;
}
</style>