Shades of La Palma #429D1B
Tints of La Palma #429D1B
RGB
CMYK
RGB Variations
Color information
#429D1B (or 0x429D1B) is known color: La Palma. HEX triplet: 42, 9D and 1B. RGB value is (66,157,27). Sum of RGB (Red+Green+Blue) = 66+157+27=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 157 (61.72% from 255 or 62.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 157 - color contains mainly: green. Hex color #429D1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D1B is #BD62E4. Grayscale: #737373. Windows color (decimal): -12411621 or 1809730. OLE color: 1809730.
HSL color Cylindrical-coordinate representation of color #429D1B: hue angle of 102º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #429D1B is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 27 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.38 |
| HSL | 102º | 0.71% | 0.36% | - |
| HSV(B) | 102º | 0.83% | 0.62% | - |
| XYZ | 14.5 | 25.35 | 5.17 | - |
| YUV | 114.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 27 | 0.58 | 0 | 0.83 | 0.38 | 102 | 0.71 | 0.36 |
| Hex | 42 | 9D | 1B | 3A | 0 | 53 | 26 | 66 | 47 | 24 |
| Octal | 102 | 235 | 33 | 72 | 0 | 123 | 46 | 146 | 107 | 44 |
| Binary | 1000010 | 10011101 | 11011 | 111010 | 0 | 1010011 | 100110 | 1100110 | 1000111 | 100100 |
Color Harmonies of #429D1B
Complementary color
Monochromatic Colors of #429D1B
Black with #429D1B
Text Example
Text Example
White with #429D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D1B; }
p { color: rgb(66,157,27); }
H1.HeaderClassName
{
color: #429D1B;
}
.AnyTagClassName
{
color: #429D1B;
}
</style>
background-color css
<style>
a { background-color: #429D1B; }
a { background-color: rgb(66,157,27); }
div.DivClassName
{
background-color: #429D1B;
}
.BgClassName
{
background-color: #429D1B;
}
</style>
border-color css
<style>
span { border-color: #429D1B; }
span { border-color: rgb(66,157,27); }
td.TdClassName
{
border-color: #429D1B;
}
.TagClassName
{
border-color: #429D1B;
}
</style>