Shades of La Palma #429B34
Tints of La Palma #429B34
RGB
CMYK
RGB Variations
Color information
#429B34 (or 0x429B34) is known color: La Palma. HEX triplet: 42, 9B and 34. RGB value is (66,155,52). Sum of RGB (Red+Green+Blue) = 66+155+52=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #429B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B34 is #BD64CB. Grayscale: #747474. Windows color (decimal): -12412108 or 3447618. OLE color: 3447618.
HSL color Cylindrical-coordinate representation of color #429B34: hue angle of 111.84º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429B34 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 52 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.39 |
| HSL | 111.84º | 0.5% | 0.41% | - |
| HSV(B) | 111.84º | 0.66% | 0.61% | - |
| XYZ | 14.59 | 24.85 | 7.28 | - |
| YUV | 116.65 | 91.51 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 52 | 0.57 | 0 | 0.66 | 0.39 | 111.84 | 0.5 | 0.41 |
| Hex | 42 | 9B | 34 | 39 | 0 | 42 | 27 | 70 | 32 | 29 |
| Octal | 102 | 233 | 64 | 71 | 0 | 102 | 47 | 160 | 62 | 51 |
| Binary | 1000010 | 10011011 | 110100 | 111001 | 0 | 1000010 | 100111 | 1110000 | 110010 | 101001 |
Color Harmonies of #429B34
Complementary color
Monochromatic Colors of #429B34
Black with #429B34
Text Example
Text Example
White with #429B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B34; }
p { color: rgb(66,155,52); }
H1.HeaderClassName
{
color: #429B34;
}
.AnyTagClassName
{
color: #429B34;
}
</style>
background-color css
<style>
a { background-color: #429B34; }
a { background-color: rgb(66,155,52); }
div.DivClassName
{
background-color: #429B34;
}
.BgClassName
{
background-color: #429B34;
}
</style>
border-color css
<style>
span { border-color: #429B34; }
span { border-color: rgb(66,155,52); }
td.TdClassName
{
border-color: #429B34;
}
.TagClassName
{
border-color: #429B34;
}
</style>