Shades of La Palma #429B14
Tints of La Palma #429B14
RGB
CMYK
RGB Variations
Color information
#429B14 (or 0x429B14) is known color: La Palma. HEX triplet: 42, 9B and 14. RGB value is (66,155,20). Sum of RGB (Red+Green+Blue) = 66+155+20=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 155 (60.94% from 255 or 64.32% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 155 - color contains mainly: green. Hex color #429B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B14 is #BD64EB. Grayscale: #717171. Windows color (decimal): -12412140 or 1350466. OLE color: 1350466.
HSL color Cylindrical-coordinate representation of color #429B14: hue angle of 99.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #429B14 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 20 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.39 |
| HSL | 99.56º | 0.77% | 0.34% | - |
| HSV(B) | 99.56º | 0.87% | 0.61% | - |
| XYZ | 14.09 | 24.65 | 4.68 | - |
| YUV | 113 | 75.51 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 20 | 0.57 | 0 | 0.87 | 0.39 | 99.56 | 0.77 | 0.34 |
| Hex | 42 | 9B | 14 | 39 | 0 | 57 | 27 | 64 | 4D | 22 |
| Octal | 102 | 233 | 24 | 71 | 0 | 127 | 47 | 144 | 115 | 42 |
| Binary | 1000010 | 10011011 | 10100 | 111001 | 0 | 1010111 | 100111 | 1100100 | 1001101 | 100010 |
Color Harmonies of #429B14
Complementary color
Monochromatic Colors of #429B14
Black with #429B14
Text Example
Text Example
White with #429B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B14; }
p { color: rgb(66,155,20); }
H1.HeaderClassName
{
color: #429B14;
}
.AnyTagClassName
{
color: #429B14;
}
</style>
background-color css
<style>
a { background-color: #429B14; }
a { background-color: rgb(66,155,20); }
div.DivClassName
{
background-color: #429B14;
}
.BgClassName
{
background-color: #429B14;
}
</style>
border-color css
<style>
span { border-color: #429B14; }
span { border-color: rgb(66,155,20); }
td.TdClassName
{
border-color: #429B14;
}
.TagClassName
{
border-color: #429B14;
}
</style>