Shades of La Palma #428D3F
Tints of La Palma #428D3F
RGB
CMYK
RGB Variations
Color information
#428D3F (or 0x428D3F) is known color: La Palma. HEX triplet: 42, 8D and 3F. RGB value is (66,141,63). Sum of RGB (Red+Green+Blue) = 66+141+63=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #428D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D3F is #BD72C0. Grayscale: #6D6D6D. Windows color (decimal): -12415681 or 4164930. OLE color: 4164930.
HSL color Cylindrical-coordinate representation of color #428D3F: hue angle of 117.69º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428D3F is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 63 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.45 |
| HSL | 117.69º | 0.38% | 0.4% | - |
| HSV(B) | 117.69º | 0.55% | 0.55% | - |
| XYZ | 12.67 | 20.57 | 8 | - |
| YUV | 109.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 63 | 0.53 | 0 | 0.55 | 0.45 | 117.69 | 0.38 | 0.4 |
| Hex | 42 | 8D | 3F | 35 | 0 | 37 | 2D | 76 | 26 | 28 |
| Octal | 102 | 215 | 77 | 65 | 0 | 67 | 55 | 166 | 46 | 50 |
| Binary | 1000010 | 10001101 | 111111 | 110101 | 0 | 110111 | 101101 | 1110110 | 100110 | 101000 |
Color Harmonies of #428D3F
Complementary color
Monochromatic Colors of #428D3F
Black with #428D3F
Text Example
Text Example
White with #428D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D3F; }
p { color: rgb(66,141,63); }
H1.HeaderClassName
{
color: #428D3F;
}
.AnyTagClassName
{
color: #428D3F;
}
</style>
background-color css
<style>
a { background-color: #428D3F; }
a { background-color: rgb(66,141,63); }
div.DivClassName
{
background-color: #428D3F;
}
.BgClassName
{
background-color: #428D3F;
}
</style>
border-color css
<style>
span { border-color: #428D3F; }
span { border-color: rgb(66,141,63); }
td.TdClassName
{
border-color: #428D3F;
}
.TagClassName
{
border-color: #428D3F;
}
</style>