Shades of La Palma #428529
Tints of La Palma #428529
RGB
CMYK
RGB Variations
Color information
#428529 (or 0x428529) is known color: La Palma. HEX triplet: 42, 85 and 29. RGB value is (66,133,41). Sum of RGB (Red+Green+Blue) = 66+133+41=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #428529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428529 is #BD7AD6. Grayscale: #666666. Windows color (decimal): -12417751 or 2721090. OLE color: 2721090.
HSL color Cylindrical-coordinate representation of color #428529: hue angle of 103.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428529 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 41 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.48 |
| HSL | 103.7º | 0.53% | 0.34% | - |
| HSV(B) | 103.7º | 0.69% | 0.52% | - |
| XYZ | 11.03 | 18.09 | 5.01 | - |
| YUV | 102.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 41 | 0.50 | 0 | 0.69 | 0.48 | 103.7 | 0.53 | 0.34 |
| Hex | 42 | 85 | 29 | 32 | 0 | 45 | 30 | 68 | 35 | 22 |
| Octal | 102 | 205 | 51 | 62 | 0 | 105 | 60 | 150 | 65 | 42 |
| Binary | 1000010 | 10000101 | 101001 | 110010 | 0 | 1000101 | 110000 | 1101000 | 110101 | 100010 |
Color Harmonies of #428529
Complementary color
Monochromatic Colors of #428529
Black with #428529
Text Example
Text Example
White with #428529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428529; }
p { color: rgb(66,133,41); }
H1.HeaderClassName
{
color: #428529;
}
.AnyTagClassName
{
color: #428529;
}
</style>
background-color css
<style>
a { background-color: #428529; }
a { background-color: rgb(66,133,41); }
div.DivClassName
{
background-color: #428529;
}
.BgClassName
{
background-color: #428529;
}
</style>
border-color css
<style>
span { border-color: #428529; }
span { border-color: rgb(66,133,41); }
td.TdClassName
{
border-color: #428529;
}
.TagClassName
{
border-color: #428529;
}
</style>