Shades of La Palma #429B0E
Tints of La Palma #429B0E
RGB
CMYK
RGB Variations
Color information
#429B0E (or 0x429B0E) is known color: La Palma. HEX triplet: 42, 9B and 0E. RGB value is (66,155,14). Sum of RGB (Red+Green+Blue) = 66+155+14=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 155 (60.94% from 255 or 65.96% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 155 - color contains mainly: green. Hex color #429B0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B0E is #BD64F1. Grayscale: #707070. Windows color (decimal): -12412146 or 957250. OLE color: 957250.
HSL color Cylindrical-coordinate representation of color #429B0E: hue angle of 97.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #429B0E is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 14 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.39 |
| HSL | 97.87º | 0.83% | 0.33% | - |
| HSV(B) | 97.87º | 0.91% | 0.61% | - |
| XYZ | 14.05 | 24.63 | 4.43 | - |
| YUV | 112.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 14 | 0.57 | 0 | 0.91 | 0.39 | 97.87 | 0.83 | 0.33 |
| Hex | 42 | 9B | E | 39 | 0 | 5B | 27 | 62 | 53 | 21 |
| Octal | 102 | 233 | 16 | 71 | 0 | 133 | 47 | 142 | 123 | 41 |
| Binary | 1000010 | 10011011 | 1110 | 111001 | 0 | 1011011 | 100111 | 1100010 | 1010011 | 100001 |
Color Harmonies of #429B0E
Complementary color
Monochromatic Colors of #429B0E
Black with #429B0E
Text Example
Text Example
White with #429B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B0E; }
p { color: rgb(66,155,14); }
H1.HeaderClassName
{
color: #429B0E;
}
.AnyTagClassName
{
color: #429B0E;
}
</style>
background-color css
<style>
a { background-color: #429B0E; }
a { background-color: rgb(66,155,14); }
div.DivClassName
{
background-color: #429B0E;
}
.BgClassName
{
background-color: #429B0E;
}
</style>
border-color css
<style>
span { border-color: #429B0E; }
span { border-color: rgb(66,155,14); }
td.TdClassName
{
border-color: #429B0E;
}
.TagClassName
{
border-color: #429B0E;
}
</style>