Shades of La Palma #429D1D
Tints of La Palma #429D1D
RGB
CMYK
RGB Variations
Color information
#429D1D (or 0x429D1D) is known color: La Palma. HEX triplet: 42, 9D and 1D. RGB value is (66,157,29). Sum of RGB (Red+Green+Blue) = 66+157+29=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 157 (61.72% from 255 or 62.30% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 157 - color contains mainly: green. Hex color #429D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D1D is #BD62E2. Grayscale: #737373. Windows color (decimal): -12411619 or 1940802. OLE color: 1940802.
HSL color Cylindrical-coordinate representation of color #429D1D: hue angle of 102.66º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #429D1D is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 29 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.38 |
| HSL | 102.66º | 0.69% | 0.36% | - |
| HSV(B) | 102.66º | 0.82% | 0.62% | - |
| XYZ | 14.53 | 25.36 | 5.29 | - |
| YUV | 115.2 | 79.35 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 29 | 0.58 | 0 | 0.82 | 0.38 | 102.66 | 0.69 | 0.36 |
| Hex | 42 | 9D | 1D | 3A | 0 | 52 | 26 | 67 | 45 | 24 |
| Octal | 102 | 235 | 35 | 72 | 0 | 122 | 46 | 147 | 105 | 44 |
| Binary | 1000010 | 10011101 | 11101 | 111010 | 0 | 1010010 | 100110 | 1100111 | 1000101 | 100100 |
Color Harmonies of #429D1D
Complementary color
Monochromatic Colors of #429D1D
Black with #429D1D
Text Example
Text Example
White with #429D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D1D; }
p { color: rgb(66,157,29); }
H1.HeaderClassName
{
color: #429D1D;
}
.AnyTagClassName
{
color: #429D1D;
}
</style>
background-color css
<style>
a { background-color: #429D1D; }
a { background-color: rgb(66,157,29); }
div.DivClassName
{
background-color: #429D1D;
}
.BgClassName
{
background-color: #429D1D;
}
</style>
border-color css
<style>
span { border-color: #429D1D; }
span { border-color: rgb(66,157,29); }
td.TdClassName
{
border-color: #429D1D;
}
.TagClassName
{
border-color: #429D1D;
}
</style>