Shades of La Palma #429D39
Tints of La Palma #429D39
RGB
CMYK
RGB Variations
Color information
#429D39 (or 0x429D39) is known color: La Palma. HEX triplet: 42, 9D and 39. RGB value is (66,157,57). Sum of RGB (Red+Green+Blue) = 66+157+57=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #429D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D39 is #BD62C6. Grayscale: #767676. Windows color (decimal): -12411591 or 3775810. OLE color: 3775810.
HSL color Cylindrical-coordinate representation of color #429D39: hue angle of 114.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #429D39 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 57 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.38 |
| HSL | 114.6º | 0.47% | 0.42% | - |
| HSV(B) | 114.6º | 0.64% | 0.62% | - |
| XYZ | 15.04 | 25.57 | 8.01 | - |
| YUV | 118.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 57 | 0.58 | 0 | 0.64 | 0.38 | 114.6 | 0.47 | 0.42 |
| Hex | 42 | 9D | 39 | 3A | 0 | 40 | 26 | 73 | 2F | 2A |
| Octal | 102 | 235 | 71 | 72 | 0 | 100 | 46 | 163 | 57 | 52 |
| Binary | 1000010 | 10011101 | 111001 | 111010 | 0 | 1000000 | 100110 | 1110011 | 101111 | 101010 |
Color Harmonies of #429D39
Complementary color
Monochromatic Colors of #429D39
Black with #429D39
Text Example
Text Example
White with #429D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D39; }
p { color: rgb(66,157,57); }
H1.HeaderClassName
{
color: #429D39;
}
.AnyTagClassName
{
color: #429D39;
}
</style>
background-color css
<style>
a { background-color: #429D39; }
a { background-color: rgb(66,157,57); }
div.DivClassName
{
background-color: #429D39;
}
.BgClassName
{
background-color: #429D39;
}
</style>
border-color css
<style>
span { border-color: #429D39; }
span { border-color: rgb(66,157,57); }
td.TdClassName
{
border-color: #429D39;
}
.TagClassName
{
border-color: #429D39;
}
</style>