Shades of La Palma #428D28
Tints of La Palma #428D28
RGB
CMYK
RGB Variations
Color information
#428D28 (or 0x428D28) is known color: La Palma. HEX triplet: 42, 8D and 28. RGB value is (66,141,40). Sum of RGB (Red+Green+Blue) = 66+141+40=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #428D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D28 is #BD72D7. Grayscale: #6B6B6B. Windows color (decimal): -12415704 or 2657602. OLE color: 2657602.
HSL color Cylindrical-coordinate representation of color #428D28: hue angle of 104.55º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428D28 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 40 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.45 |
| HSL | 104.55º | 0.56% | 0.35% | - |
| HSV(B) | 104.55º | 0.72% | 0.55% | - |
| XYZ | 12.15 | 20.36 | 5.3 | - |
| YUV | 107.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 40 | 0.53 | 0 | 0.72 | 0.45 | 104.55 | 0.56 | 0.35 |
| Hex | 42 | 8D | 28 | 35 | 0 | 48 | 2D | 69 | 38 | 23 |
| Octal | 102 | 215 | 50 | 65 | 0 | 110 | 55 | 151 | 70 | 43 |
| Binary | 1000010 | 10001101 | 101000 | 110101 | 0 | 1001000 | 101101 | 1101001 | 111000 | 100011 |
Color Harmonies of #428D28
Complementary color
Monochromatic Colors of #428D28
Black with #428D28
Text Example
Text Example
White with #428D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D28; }
p { color: rgb(66,141,40); }
H1.HeaderClassName
{
color: #428D28;
}
.AnyTagClassName
{
color: #428D28;
}
</style>
background-color css
<style>
a { background-color: #428D28; }
a { background-color: rgb(66,141,40); }
div.DivClassName
{
background-color: #428D28;
}
.BgClassName
{
background-color: #428D28;
}
</style>
border-color css
<style>
span { border-color: #428D28; }
span { border-color: rgb(66,141,40); }
td.TdClassName
{
border-color: #428D28;
}
.TagClassName
{
border-color: #428D28;
}
</style>