Shades of La Palma #428D20
Tints of La Palma #428D20
RGB
CMYK
RGB Variations
Color information
#428D20 (or 0x428D20) is known color: La Palma. HEX triplet: 42, 8D and 20. RGB value is (66,141,32). Sum of RGB (Red+Green+Blue) = 66+141+32=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #428D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D20 is #BD72DF. Grayscale: #6A6A6A. Windows color (decimal): -12415712 or 2133314. OLE color: 2133314.
HSL color Cylindrical-coordinate representation of color #428D20: hue angle of 101.28º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #428D20 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 32 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.45 |
| HSL | 101.28º | 0.63% | 0.34% | - |
| HSV(B) | 101.28º | 0.77% | 0.55% | - |
| XYZ | 12.03 | 20.31 | 4.65 | - |
| YUV | 106.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 32 | 0.53 | 0 | 0.77 | 0.45 | 101.28 | 0.63 | 0.34 |
| Hex | 42 | 8D | 20 | 35 | 0 | 4D | 2D | 65 | 3F | 22 |
| Octal | 102 | 215 | 40 | 65 | 0 | 115 | 55 | 145 | 77 | 42 |
| Binary | 1000010 | 10001101 | 100000 | 110101 | 0 | 1001101 | 101101 | 1100101 | 111111 | 100010 |
Color Harmonies of #428D20
Complementary color
Monochromatic Colors of #428D20
Black with #428D20
Text Example
Text Example
White with #428D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D20; }
p { color: rgb(66,141,32); }
H1.HeaderClassName
{
color: #428D20;
}
.AnyTagClassName
{
color: #428D20;
}
</style>
background-color css
<style>
a { background-color: #428D20; }
a { background-color: rgb(66,141,32); }
div.DivClassName
{
background-color: #428D20;
}
.BgClassName
{
background-color: #428D20;
}
</style>
border-color css
<style>
span { border-color: #428D20; }
span { border-color: rgb(66,141,32); }
td.TdClassName
{
border-color: #428D20;
}
.TagClassName
{
border-color: #428D20;
}
</style>