Shades of La Palma #429D33
Tints of La Palma #429D33
RGB
CMYK
RGB Variations
Color information
#429D33 (or 0x429D33) is known color: La Palma. HEX triplet: 42, 9D and 33. RGB value is (66,157,51). Sum of RGB (Red+Green+Blue) = 66+157+51=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #429D33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D33 is #BD62CC. Grayscale: #767676. Windows color (decimal): -12411597 or 3382594. OLE color: 3382594.
HSL color Cylindrical-coordinate representation of color #429D33: hue angle of 111.51º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429D33 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 51 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.38 |
| HSL | 111.51º | 0.51% | 0.41% | - |
| HSV(B) | 111.51º | 0.68% | 0.62% | - |
| XYZ | 14.9 | 25.51 | 7.27 | - |
| YUV | 117.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 51 | 0.58 | 0 | 0.68 | 0.38 | 111.51 | 0.51 | 0.41 |
| Hex | 42 | 9D | 33 | 3A | 0 | 44 | 26 | 70 | 33 | 29 |
| Octal | 102 | 235 | 63 | 72 | 0 | 104 | 46 | 160 | 63 | 51 |
| Binary | 1000010 | 10011101 | 110011 | 111010 | 0 | 1000100 | 100110 | 1110000 | 110011 | 101001 |
Color Harmonies of #429D33
Complementary color
Monochromatic Colors of #429D33
Black with #429D33
Text Example
Text Example
White with #429D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D33; }
p { color: rgb(66,157,51); }
H1.HeaderClassName
{
color: #429D33;
}
.AnyTagClassName
{
color: #429D33;
}
</style>
background-color css
<style>
a { background-color: #429D33; }
a { background-color: rgb(66,157,51); }
div.DivClassName
{
background-color: #429D33;
}
.BgClassName
{
background-color: #429D33;
}
</style>
border-color css
<style>
span { border-color: #429D33; }
span { border-color: rgb(66,157,51); }
td.TdClassName
{
border-color: #429D33;
}
.TagClassName
{
border-color: #429D33;
}
</style>