Shades of La Palma #429D15
Tints of La Palma #429D15
RGB
CMYK
RGB Variations
Color information
#429D15 (or 0x429D15) is known color: La Palma. HEX triplet: 42, 9D and 15. RGB value is (66,157,21). Sum of RGB (Red+Green+Blue) = 66+157+21=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #429D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429D15 is #BD62EA. Grayscale: #727272. Windows color (decimal): -12411627 or 1416514. OLE color: 1416514.
HSL color Cylindrical-coordinate representation of color #429D15: hue angle of 100.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #429D15 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 21 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.38 |
| HSL | 100.15º | 0.76% | 0.35% | - |
| HSV(B) | 100.15º | 0.87% | 0.62% | - |
| XYZ | 14.44 | 25.33 | 4.84 | - |
| YUV | 114.29 | 75.35 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 21 | 0.58 | 0 | 0.87 | 0.38 | 100.15 | 0.76 | 0.35 |
| Hex | 42 | 9D | 15 | 3A | 0 | 57 | 26 | 64 | 4C | 23 |
| Octal | 102 | 235 | 25 | 72 | 0 | 127 | 46 | 144 | 114 | 43 |
| Binary | 1000010 | 10011101 | 10101 | 111010 | 0 | 1010111 | 100110 | 1100100 | 1001100 | 100011 |
Color Harmonies of #429D15
Complementary color
Monochromatic Colors of #429D15
Black with #429D15
Text Example
Text Example
White with #429D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D15; }
p { color: rgb(66,157,21); }
H1.HeaderClassName
{
color: #429D15;
}
.AnyTagClassName
{
color: #429D15;
}
</style>
background-color css
<style>
a { background-color: #429D15; }
a { background-color: rgb(66,157,21); }
div.DivClassName
{
background-color: #429D15;
}
.BgClassName
{
background-color: #429D15;
}
</style>
border-color css
<style>
span { border-color: #429D15; }
span { border-color: rgb(66,157,21); }
td.TdClassName
{
border-color: #429D15;
}
.TagClassName
{
border-color: #429D15;
}
</style>