Shades of La Palma #429F32
Tints of La Palma #429F32
RGB
CMYK
RGB Variations
Color information
#429F32 (or 0x429F32) is known color: La Palma. HEX triplet: 42, 9F and 32. RGB value is (66,159,50). Sum of RGB (Red+Green+Blue) = 66+159+50=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #429F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F32 is #BD60CD. Grayscale: #777777. Windows color (decimal): -12411086 or 3317570. OLE color: 3317570.
HSL color Cylindrical-coordinate representation of color #429F32: hue angle of 111.19º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429F32 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 50 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.38 |
| HSL | 111.19º | 0.52% | 0.41% | - |
| HSV(B) | 111.19º | 0.69% | 0.62% | - |
| XYZ | 15.22 | 26.18 | 7.27 | - |
| YUV | 118.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 50 | 0.58 | 0 | 0.69 | 0.38 | 111.19 | 0.52 | 0.41 |
| Hex | 42 | 9F | 32 | 3A | 0 | 45 | 26 | 6F | 34 | 29 |
| Octal | 102 | 237 | 62 | 72 | 0 | 105 | 46 | 157 | 64 | 51 |
| Binary | 1000010 | 10011111 | 110010 | 111010 | 0 | 1000101 | 100110 | 1101111 | 110100 | 101001 |
Color Harmonies of #429F32
Complementary color
Monochromatic Colors of #429F32
Black with #429F32
Text Example
Text Example
White with #429F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F32; }
p { color: rgb(66,159,50); }
H1.HeaderClassName
{
color: #429F32;
}
.AnyTagClassName
{
color: #429F32;
}
</style>
background-color css
<style>
a { background-color: #429F32; }
a { background-color: rgb(66,159,50); }
div.DivClassName
{
background-color: #429F32;
}
.BgClassName
{
background-color: #429F32;
}
</style>
border-color css
<style>
span { border-color: #429F32; }
span { border-color: rgb(66,159,50); }
td.TdClassName
{
border-color: #429F32;
}
.TagClassName
{
border-color: #429F32;
}
</style>