Shades of La Palma #4BA028
Tints of La Palma #4BA028
RGB
CMYK
RGB Variations
Color information
#4BA028 (or 0x4BA028) is known color: La Palma. HEX triplet: 4B, A0 and 28. RGB value is (75,160,40). Sum of RGB (Red+Green+Blue) = 75+160+40=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA028 is #B45FD7. Grayscale: #797979. Windows color (decimal): -11821016 or 2662475. OLE color: 2662475.
HSL color Cylindrical-coordinate representation of color #4BA028: hue angle of 102.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BA028 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 40 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.37 |
| HSL | 102.5º | 0.6% | 0.39% | - |
| HSV(B) | 102.5º | 0.75% | 0.63% | - |
| XYZ | 15.86 | 26.79 | 6.34 | - |
| YUV | 120.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 40 | 0.53 | 0 | 0.75 | 0.37 | 102.5 | 0.6 | 0.39 |
| Hex | 4B | A0 | 28 | 35 | 0 | 4B | 25 | 66 | 3C | 27 |
| Octal | 113 | 240 | 50 | 65 | 0 | 113 | 45 | 146 | 74 | 47 |
| Binary | 1001011 | 10100000 | 101000 | 110101 | 0 | 1001011 | 100101 | 1100110 | 111100 | 100111 |
Color Harmonies of #4BA028
Complementary color
Monochromatic Colors of #4BA028
Black with #4BA028
Text Example
Text Example
White with #4BA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA028; }
p { color: rgb(75,160,40); }
H1.HeaderClassName
{
color: #4BA028;
}
.AnyTagClassName
{
color: #4BA028;
}
</style>
background-color css
<style>
a { background-color: #4BA028; }
a { background-color: rgb(75,160,40); }
div.DivClassName
{
background-color: #4BA028;
}
.BgClassName
{
background-color: #4BA028;
}
</style>
border-color css
<style>
span { border-color: #4BA028; }
span { border-color: rgb(75,160,40); }
td.TdClassName
{
border-color: #4BA028;
}
.TagClassName
{
border-color: #4BA028;
}
</style>