Shades of La Palma #429E32
Tints of La Palma #429E32
RGB
CMYK
RGB Variations
Color information
#429E32 (or 0x429E32) is known color: La Palma. HEX triplet: 42, 9E and 32. RGB value is (66,158,50). Sum of RGB (Red+Green+Blue) = 66+158+50=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #429E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429E32 is #BD61CD. Grayscale: #767676. Windows color (decimal): -12411342 or 3317314. OLE color: 3317314.
HSL color Cylindrical-coordinate representation of color #429E32: hue angle of 111.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429E32 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 50 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.38 |
| HSL | 111.11º | 0.52% | 0.41% | - |
| HSV(B) | 111.11º | 0.68% | 0.62% | - |
| XYZ | 15.05 | 25.84 | 7.21 | - |
| YUV | 118.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 50 | 0.58 | 0 | 0.68 | 0.38 | 111.11 | 0.52 | 0.41 |
| Hex | 42 | 9E | 32 | 3A | 0 | 44 | 26 | 6F | 34 | 29 |
| Octal | 102 | 236 | 62 | 72 | 0 | 104 | 46 | 157 | 64 | 51 |
| Binary | 1000010 | 10011110 | 110010 | 111010 | 0 | 1000100 | 100110 | 1101111 | 110100 | 101001 |
Color Harmonies of #429E32
Complementary color
Monochromatic Colors of #429E32
Black with #429E32
Text Example
Text Example
White with #429E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E32; }
p { color: rgb(66,158,50); }
H1.HeaderClassName
{
color: #429E32;
}
.AnyTagClassName
{
color: #429E32;
}
</style>
background-color css
<style>
a { background-color: #429E32; }
a { background-color: rgb(66,158,50); }
div.DivClassName
{
background-color: #429E32;
}
.BgClassName
{
background-color: #429E32;
}
</style>
border-color css
<style>
span { border-color: #429E32; }
span { border-color: rgb(66,158,50); }
td.TdClassName
{
border-color: #429E32;
}
.TagClassName
{
border-color: #429E32;
}
</style>