Shades of La Palma #429F34
Tints of La Palma #429F34
RGB
CMYK
RGB Variations
Color information
#429F34 (or 0x429F34) is known color: La Palma. HEX triplet: 42, 9F and 34. RGB value is (66,159,52). Sum of RGB (Red+Green+Blue) = 66+159+52=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #429F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F34 is #BD60CB. Grayscale: #777777. Windows color (decimal): -12411084 or 3448642. OLE color: 3448642.
HSL color Cylindrical-coordinate representation of color #429F34: hue angle of 112.15º degrees, saturation: 0.51, 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 #429F34 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 52 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.38 |
| HSL | 112.15º | 0.51% | 0.41% | - |
| HSV(B) | 112.15º | 0.67% | 0.62% | - |
| XYZ | 15.26 | 26.2 | 7.5 | - |
| YUV | 119 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 52 | 0.58 | 0 | 0.67 | 0.38 | 112.15 | 0.51 | 0.41 |
| Hex | 42 | 9F | 34 | 3A | 0 | 43 | 26 | 70 | 33 | 29 |
| Octal | 102 | 237 | 64 | 72 | 0 | 103 | 46 | 160 | 63 | 51 |
| Binary | 1000010 | 10011111 | 110100 | 111010 | 0 | 1000011 | 100110 | 1110000 | 110011 | 101001 |
Color Harmonies of #429F34
Complementary color
Monochromatic Colors of #429F34
Black with #429F34
Text Example
Text Example
White with #429F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F34; }
p { color: rgb(66,159,52); }
H1.HeaderClassName
{
color: #429F34;
}
.AnyTagClassName
{
color: #429F34;
}
</style>
background-color css
<style>
a { background-color: #429F34; }
a { background-color: rgb(66,159,52); }
div.DivClassName
{
background-color: #429F34;
}
.BgClassName
{
background-color: #429F34;
}
</style>
border-color css
<style>
span { border-color: #429F34; }
span { border-color: rgb(66,159,52); }
td.TdClassName
{
border-color: #429F34;
}
.TagClassName
{
border-color: #429F34;
}
</style>