Shades of La Palma #429E38
Tints of La Palma #429E38
RGB
CMYK
RGB Variations
Color information
#429E38 (or 0x429E38) is known color: La Palma. HEX triplet: 42, 9E and 38. RGB value is (66,158,56). Sum of RGB (Red+Green+Blue) = 66+158+56=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #429E38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429E38 is #BD61C7. Grayscale: #777777. Windows color (decimal): -12411336 or 3710530. OLE color: 3710530.
HSL color Cylindrical-coordinate representation of color #429E38: hue angle of 114.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429E38 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 56 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.38 |
| HSL | 114.12º | 0.48% | 0.42% | - |
| HSV(B) | 114.12º | 0.65% | 0.62% | - |
| XYZ | 15.19 | 25.9 | 7.94 | - |
| YUV | 118.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 56 | 0.58 | 0 | 0.65 | 0.38 | 114.12 | 0.48 | 0.42 |
| Hex | 42 | 9E | 38 | 3A | 0 | 41 | 26 | 72 | 30 | 2A |
| Octal | 102 | 236 | 70 | 72 | 0 | 101 | 46 | 162 | 60 | 52 |
| Binary | 1000010 | 10011110 | 111000 | 111010 | 0 | 1000001 | 100110 | 1110010 | 110000 | 101010 |
Color Harmonies of #429E38
Complementary color
Monochromatic Colors of #429E38
Black with #429E38
Text Example
Text Example
White with #429E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E38; }
p { color: rgb(66,158,56); }
H1.HeaderClassName
{
color: #429E38;
}
.AnyTagClassName
{
color: #429E38;
}
</style>
background-color css
<style>
a { background-color: #429E38; }
a { background-color: rgb(66,158,56); }
div.DivClassName
{
background-color: #429E38;
}
.BgClassName
{
background-color: #429E38;
}
</style>
border-color css
<style>
span { border-color: #429E38; }
span { border-color: rgb(66,158,56); }
td.TdClassName
{
border-color: #429E38;
}
.TagClassName
{
border-color: #429E38;
}
</style>