Shades of La Palma #429D34
Tints of La Palma #429D34
RGB
CMYK
RGB Variations
Color information
#429D34 (or 0x429D34) is known color: La Palma. HEX triplet: 42, 9D and 34. RGB value is (66,157,52). Sum of RGB (Red+Green+Blue) = 66+157+52=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #429D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D34 is #BD62CB. Grayscale: #767676. Windows color (decimal): -12411596 or 3448130. OLE color: 3448130.
HSL color Cylindrical-coordinate representation of color #429D34: hue angle of 112º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429D34 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 52 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.38 |
| HSL | 112º | 0.5% | 0.41% | - |
| HSV(B) | 112º | 0.67% | 0.62% | - |
| XYZ | 14.92 | 25.52 | 7.39 | - |
| YUV | 117.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 52 | 0.58 | 0 | 0.67 | 0.38 | 112 | 0.5 | 0.41 |
| Hex | 42 | 9D | 34 | 3A | 0 | 43 | 26 | 70 | 32 | 29 |
| Octal | 102 | 235 | 64 | 72 | 0 | 103 | 46 | 160 | 62 | 51 |
| Binary | 1000010 | 10011101 | 110100 | 111010 | 0 | 1000011 | 100110 | 1110000 | 110010 | 101001 |
Color Harmonies of #429D34
Complementary color
Monochromatic Colors of #429D34
Black with #429D34
Text Example
Text Example
White with #429D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D34; }
p { color: rgb(66,157,52); }
H1.HeaderClassName
{
color: #429D34;
}
.AnyTagClassName
{
color: #429D34;
}
</style>
background-color css
<style>
a { background-color: #429D34; }
a { background-color: rgb(66,157,52); }
div.DivClassName
{
background-color: #429D34;
}
.BgClassName
{
background-color: #429D34;
}
</style>
border-color css
<style>
span { border-color: #429D34; }
span { border-color: rgb(66,157,52); }
td.TdClassName
{
border-color: #429D34;
}
.TagClassName
{
border-color: #429D34;
}
</style>