Shades of La Palma #429B16
Tints of La Palma #429B16
RGB
CMYK
RGB Variations
Color information
#429B16 (or 0x429B16) is known color: La Palma. HEX triplet: 42, 9B and 16. RGB value is (66,155,22). Sum of RGB (Red+Green+Blue) = 66+155+22=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 155 (60.94% from 255 or 63.79% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 155 - color contains mainly: green. Hex color #429B16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B16 is #BD64E9. Grayscale: #717171. Windows color (decimal): -12412138 or 1481538. OLE color: 1481538.
HSL color Cylindrical-coordinate representation of color #429B16: hue angle of 100.15º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #429B16 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 22 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.39 |
| HSL | 100.15º | 0.75% | 0.35% | - |
| HSV(B) | 100.15º | 0.86% | 0.61% | - |
| XYZ | 14.11 | 24.66 | 4.77 | - |
| YUV | 113.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 22 | 0.57 | 0 | 0.86 | 0.39 | 100.15 | 0.75 | 0.35 |
| Hex | 42 | 9B | 16 | 39 | 0 | 56 | 27 | 64 | 4B | 23 |
| Octal | 102 | 233 | 26 | 71 | 0 | 126 | 47 | 144 | 113 | 43 |
| Binary | 1000010 | 10011011 | 10110 | 111001 | 0 | 1010110 | 100111 | 1100100 | 1001011 | 100011 |
Color Harmonies of #429B16
Complementary color
Monochromatic Colors of #429B16
Black with #429B16
Text Example
Text Example
White with #429B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B16; }
p { color: rgb(66,155,22); }
H1.HeaderClassName
{
color: #429B16;
}
.AnyTagClassName
{
color: #429B16;
}
</style>
background-color css
<style>
a { background-color: #429B16; }
a { background-color: rgb(66,155,22); }
div.DivClassName
{
background-color: #429B16;
}
.BgClassName
{
background-color: #429B16;
}
</style>
border-color css
<style>
span { border-color: #429B16; }
span { border-color: rgb(66,155,22); }
td.TdClassName
{
border-color: #429B16;
}
.TagClassName
{
border-color: #429B16;
}
</style>