Shades of La Palma #429B2A
Tints of La Palma #429B2A
RGB
CMYK
RGB Variations
Color information
#429B2A (or 0x429B2A) is known color: La Palma. HEX triplet: 42, 9B and 2A. RGB value is (66,155,42). Sum of RGB (Red+Green+Blue) = 66+155+42=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #429B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B2A is #BD64D5. Grayscale: #737373. Windows color (decimal): -12412118 or 2792258. OLE color: 2792258.
HSL color Cylindrical-coordinate representation of color #429B2A: hue angle of 107.26º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429B2A is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 42 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.39 |
| HSL | 107.26º | 0.57% | 0.39% | - |
| HSV(B) | 107.26º | 0.73% | 0.61% | - |
| XYZ | 14.39 | 24.77 | 6.21 | - |
| YUV | 115.51 | 86.51 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 42 | 0.57 | 0 | 0.73 | 0.39 | 107.26 | 0.57 | 0.39 |
| Hex | 42 | 9B | 2A | 39 | 0 | 49 | 27 | 6B | 39 | 27 |
| Octal | 102 | 233 | 52 | 71 | 0 | 111 | 47 | 153 | 71 | 47 |
| Binary | 1000010 | 10011011 | 101010 | 111001 | 0 | 1001001 | 100111 | 1101011 | 111001 | 100111 |
Color Harmonies of #429B2A
Complementary color
Monochromatic Colors of #429B2A
Black with #429B2A
Text Example
Text Example
White with #429B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B2A; }
p { color: rgb(66,155,42); }
H1.HeaderClassName
{
color: #429B2A;
}
.AnyTagClassName
{
color: #429B2A;
}
</style>
background-color css
<style>
a { background-color: #429B2A; }
a { background-color: rgb(66,155,42); }
div.DivClassName
{
background-color: #429B2A;
}
.BgClassName
{
background-color: #429B2A;
}
</style>
border-color css
<style>
span { border-color: #429B2A; }
span { border-color: rgb(66,155,42); }
td.TdClassName
{
border-color: #429B2A;
}
.TagClassName
{
border-color: #429B2A;
}
</style>