Shades of La Palma #429D2F
Tints of La Palma #429D2F
RGB
CMYK
RGB Variations
Color information
#429D2F (or 0x429D2F) is known color: La Palma. HEX triplet: 42, 9D and 2F. RGB value is (66,157,47). Sum of RGB (Red+Green+Blue) = 66+157+47=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #429D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D2F is #BD62D0. Grayscale: #757575. Windows color (decimal): -12411601 or 3120450. OLE color: 3120450.
HSL color Cylindrical-coordinate representation of color #429D2F: hue angle of 109.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429D2F is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 47 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.38 |
| HSL | 109.64º | 0.54% | 0.4% | - |
| HSV(B) | 109.64º | 0.7% | 0.62% | - |
| XYZ | 14.82 | 25.48 | 6.83 | - |
| YUV | 117.25 | 88.35 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 47 | 0.58 | 0 | 0.70 | 0.38 | 109.64 | 0.54 | 0.4 |
| Hex | 42 | 9D | 2F | 3A | 0 | 46 | 26 | 6E | 36 | 28 |
| Octal | 102 | 235 | 57 | 72 | 0 | 106 | 46 | 156 | 66 | 50 |
| Binary | 1000010 | 10011101 | 101111 | 111010 | 0 | 1000110 | 100110 | 1101110 | 110110 | 101000 |
Color Harmonies of #429D2F
Complementary color
Monochromatic Colors of #429D2F
Black with #429D2F
Text Example
Text Example
White with #429D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D2F; }
p { color: rgb(66,157,47); }
H1.HeaderClassName
{
color: #429D2F;
}
.AnyTagClassName
{
color: #429D2F;
}
</style>
background-color css
<style>
a { background-color: #429D2F; }
a { background-color: rgb(66,157,47); }
div.DivClassName
{
background-color: #429D2F;
}
.BgClassName
{
background-color: #429D2F;
}
</style>
border-color css
<style>
span { border-color: #429D2F; }
span { border-color: rgb(66,157,47); }
td.TdClassName
{
border-color: #429D2F;
}
.TagClassName
{
border-color: #429D2F;
}
</style>