Shades of La Palma #429C22
Tints of La Palma #429C22
RGB
CMYK
RGB Variations
Color information
#429C22 (or 0x429C22) is known color: La Palma. HEX triplet: 42, 9C and 22. RGB value is (66,156,34). Sum of RGB (Red+Green+Blue) = 66+156+34=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #429C22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C22 is #BD63DD. Grayscale: #737373. Windows color (decimal): -12411870 or 2268226. OLE color: 2268226.
HSL color Cylindrical-coordinate representation of color #429C22: hue angle of 104.26º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #429C22 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 34 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.39 |
| HSL | 104.26º | 0.64% | 0.37% | - |
| HSV(B) | 104.26º | 0.78% | 0.61% | - |
| XYZ | 14.42 | 25.05 | 5.59 | - |
| YUV | 115.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 34 | 0.58 | 0 | 0.78 | 0.39 | 104.26 | 0.64 | 0.37 |
| Hex | 42 | 9C | 22 | 3A | 0 | 4E | 27 | 68 | 40 | 25 |
| Octal | 102 | 234 | 42 | 72 | 0 | 116 | 47 | 150 | 100 | 45 |
| Binary | 1000010 | 10011100 | 100010 | 111010 | 0 | 1001110 | 100111 | 1101000 | 1000000 | 100101 |
Color Harmonies of #429C22
Complementary color
Monochromatic Colors of #429C22
Black with #429C22
Text Example
Text Example
White with #429C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C22; }
p { color: rgb(66,156,34); }
H1.HeaderClassName
{
color: #429C22;
}
.AnyTagClassName
{
color: #429C22;
}
</style>
background-color css
<style>
a { background-color: #429C22; }
a { background-color: rgb(66,156,34); }
div.DivClassName
{
background-color: #429C22;
}
.BgClassName
{
background-color: #429C22;
}
</style>
border-color css
<style>
span { border-color: #429C22; }
span { border-color: rgb(66,156,34); }
td.TdClassName
{
border-color: #429C22;
}
.TagClassName
{
border-color: #429C22;
}
</style>