Shades of La Palma #429D26
Tints of La Palma #429D26
RGB
CMYK
RGB Variations
Color information
#429D26 (or 0x429D26) is known color: La Palma. HEX triplet: 42, 9D and 26. RGB value is (66,157,38). Sum of RGB (Red+Green+Blue) = 66+157+38=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #429D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D26 is #BD62D9. Grayscale: #747474. Windows color (decimal): -12411610 or 2530626. OLE color: 2530626.
HSL color Cylindrical-coordinate representation of color #429D26: hue angle of 105.88º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #429D26 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 38 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.38 |
| HSL | 105.88º | 0.61% | 0.38% | - |
| HSV(B) | 105.88º | 0.76% | 0.62% | - |
| XYZ | 14.65 | 25.41 | 5.97 | - |
| YUV | 116.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 38 | 0.58 | 0 | 0.76 | 0.38 | 105.88 | 0.61 | 0.38 |
| Hex | 42 | 9D | 26 | 3A | 0 | 4C | 26 | 6A | 3D | 26 |
| Octal | 102 | 235 | 46 | 72 | 0 | 114 | 46 | 152 | 75 | 46 |
| Binary | 1000010 | 10011101 | 100110 | 111010 | 0 | 1001100 | 100110 | 1101010 | 111101 | 100110 |
Color Harmonies of #429D26
Complementary color
Monochromatic Colors of #429D26
Black with #429D26
Text Example
Text Example
White with #429D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D26; }
p { color: rgb(66,157,38); }
H1.HeaderClassName
{
color: #429D26;
}
.AnyTagClassName
{
color: #429D26;
}
</style>
background-color css
<style>
a { background-color: #429D26; }
a { background-color: rgb(66,157,38); }
div.DivClassName
{
background-color: #429D26;
}
.BgClassName
{
background-color: #429D26;
}
</style>
border-color css
<style>
span { border-color: #429D26; }
span { border-color: rgb(66,157,38); }
td.TdClassName
{
border-color: #429D26;
}
.TagClassName
{
border-color: #429D26;
}
</style>