Shades of La Palma #429A34
Tints of La Palma #429A34
RGB
CMYK
RGB Variations
Color information
#429A34 (or 0x429A34) is known color: La Palma. HEX triplet: 42, 9A and 34. RGB value is (66,154,52). Sum of RGB (Red+Green+Blue) = 66+154+52=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 154 (60.55% from 255 or 56.62% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 154 - color contains mainly: green. Hex color #429A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429A34 is #BD65CB. Grayscale: #747474. Windows color (decimal): -12412364 or 3447362. OLE color: 3447362.
HSL color Cylindrical-coordinate representation of color #429A34: hue angle of 111.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429A34 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 52 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.40 |
| HSL | 111.76º | 0.5% | 0.4% | - |
| HSV(B) | 111.76º | 0.66% | 0.6% | - |
| XYZ | 14.42 | 24.52 | 7.22 | - |
| YUV | 116.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 52 | 0.57 | 0 | 0.66 | 0.40 | 111.76 | 0.5 | 0.4 |
| Hex | 42 | 9A | 34 | 39 | 0 | 42 | 28 | 70 | 32 | 28 |
| Octal | 102 | 232 | 64 | 71 | 0 | 102 | 50 | 160 | 62 | 50 |
| Binary | 1000010 | 10011010 | 110100 | 111001 | 0 | 1000010 | 101000 | 1110000 | 110010 | 101000 |
Color Harmonies of #429A34
Complementary color
Monochromatic Colors of #429A34
Black with #429A34
Text Example
Text Example
White with #429A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A34; }
p { color: rgb(66,154,52); }
H1.HeaderClassName
{
color: #429A34;
}
.AnyTagClassName
{
color: #429A34;
}
</style>
background-color css
<style>
a { background-color: #429A34; }
a { background-color: rgb(66,154,52); }
div.DivClassName
{
background-color: #429A34;
}
.BgClassName
{
background-color: #429A34;
}
</style>
border-color css
<style>
span { border-color: #429A34; }
span { border-color: rgb(66,154,52); }
td.TdClassName
{
border-color: #429A34;
}
.TagClassName
{
border-color: #429A34;
}
</style>