Shades of La Palma #428D38
Tints of La Palma #428D38
RGB
CMYK
RGB Variations
Color information
#428D38 (or 0x428D38) is known color: La Palma. HEX triplet: 42, 8D and 38. RGB value is (66,141,56). Sum of RGB (Red+Green+Blue) = 66+141+56=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #428D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D38 is #BD72C7. Grayscale: #6D6D6D. Windows color (decimal): -12415688 or 3706178. OLE color: 3706178.
HSL color Cylindrical-coordinate representation of color #428D38: hue angle of 112.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428D38 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 56 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.45 |
| HSL | 112.94º | 0.43% | 0.39% | - |
| HSV(B) | 112.94º | 0.6% | 0.55% | - |
| XYZ | 12.49 | 20.49 | 7.04 | - |
| YUV | 108.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 56 | 0.53 | 0 | 0.60 | 0.45 | 112.94 | 0.43 | 0.39 |
| Hex | 42 | 8D | 38 | 35 | 0 | 3C | 2D | 71 | 2B | 27 |
| Octal | 102 | 215 | 70 | 65 | 0 | 74 | 55 | 161 | 53 | 47 |
| Binary | 1000010 | 10001101 | 111000 | 110101 | 0 | 111100 | 101101 | 1110001 | 101011 | 100111 |
Color Harmonies of #428D38
Complementary color
Monochromatic Colors of #428D38
Black with #428D38
Text Example
Text Example
White with #428D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D38; }
p { color: rgb(66,141,56); }
H1.HeaderClassName
{
color: #428D38;
}
.AnyTagClassName
{
color: #428D38;
}
</style>
background-color css
<style>
a { background-color: #428D38; }
a { background-color: rgb(66,141,56); }
div.DivClassName
{
background-color: #428D38;
}
.BgClassName
{
background-color: #428D38;
}
</style>
border-color css
<style>
span { border-color: #428D38; }
span { border-color: rgb(66,141,56); }
td.TdClassName
{
border-color: #428D38;
}
.TagClassName
{
border-color: #428D38;
}
</style>