Shades of La Palma #429D30
Tints of La Palma #429D30
RGB
CMYK
RGB Variations
Color information
#429D30 (or 0x429D30) is known color: La Palma. HEX triplet: 42, 9D and 30. RGB value is (66,157,48). Sum of RGB (Red+Green+Blue) = 66+157+48=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #429D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D30 is #BD62CF. Grayscale: #757575. Windows color (decimal): -12411600 or 3185986. OLE color: 3185986.
HSL color Cylindrical-coordinate representation of color #429D30: hue angle of 110.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429D30 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 48 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.38 |
| HSL | 110.09º | 0.53% | 0.4% | - |
| HSV(B) | 110.09º | 0.69% | 0.62% | - |
| XYZ | 14.84 | 25.49 | 6.93 | - |
| YUV | 117.37 | 88.85 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 48 | 0.58 | 0 | 0.69 | 0.38 | 110.09 | 0.53 | 0.4 |
| Hex | 42 | 9D | 30 | 3A | 0 | 45 | 26 | 6E | 35 | 28 |
| Octal | 102 | 235 | 60 | 72 | 0 | 105 | 46 | 156 | 65 | 50 |
| Binary | 1000010 | 10011101 | 110000 | 111010 | 0 | 1000101 | 100110 | 1101110 | 110101 | 101000 |
Color Harmonies of #429D30
Complementary color
Monochromatic Colors of #429D30
Black with #429D30
Text Example
Text Example
White with #429D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D30; }
p { color: rgb(66,157,48); }
H1.HeaderClassName
{
color: #429D30;
}
.AnyTagClassName
{
color: #429D30;
}
</style>
background-color css
<style>
a { background-color: #429D30; }
a { background-color: rgb(66,157,48); }
div.DivClassName
{
background-color: #429D30;
}
.BgClassName
{
background-color: #429D30;
}
</style>
border-color css
<style>
span { border-color: #429D30; }
span { border-color: rgb(66,157,48); }
td.TdClassName
{
border-color: #429D30;
}
.TagClassName
{
border-color: #429D30;
}
</style>