Shades of La Palma #42A129
Tints of La Palma #42A129
RGB
CMYK
RGB Variations
Color information
#42A129 (or 0x42A129) is known color: La Palma. HEX triplet: 42, A1 and 29. RGB value is (66,161,41). Sum of RGB (Red+Green+Blue) = 66+161+41=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #42A129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A129 is #BD5ED6. Grayscale: #777777. Windows color (decimal): -12410583 or 2728258. OLE color: 2728258.
HSL color Cylindrical-coordinate representation of color #42A129: hue angle of 107.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42A129 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 41 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.37 |
| HSL | 107.5º | 0.59% | 0.4% | - |
| HSV(B) | 107.5º | 0.75% | 0.63% | - |
| XYZ | 15.39 | 26.81 | 6.46 | - |
| YUV | 118.92 | 84.03 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 41 | 0.59 | 0 | 0.75 | 0.37 | 107.5 | 0.59 | 0.4 |
| Hex | 42 | A1 | 29 | 3B | 0 | 4B | 25 | 6C | 3B | 28 |
| Octal | 102 | 241 | 51 | 73 | 0 | 113 | 45 | 154 | 73 | 50 |
| Binary | 1000010 | 10100001 | 101001 | 111011 | 0 | 1001011 | 100101 | 1101100 | 111011 | 101000 |
Color Harmonies of #42A129
Complementary color
Monochromatic Colors of #42A129
Black with #42A129
Text Example
Text Example
White with #42A129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A129; }
p { color: rgb(66,161,41); }
H1.HeaderClassName
{
color: #42A129;
}
.AnyTagClassName
{
color: #42A129;
}
</style>
background-color css
<style>
a { background-color: #42A129; }
a { background-color: rgb(66,161,41); }
div.DivClassName
{
background-color: #42A129;
}
.BgClassName
{
background-color: #42A129;
}
</style>
border-color css
<style>
span { border-color: #42A129; }
span { border-color: rgb(66,161,41); }
td.TdClassName
{
border-color: #42A129;
}
.TagClassName
{
border-color: #42A129;
}
</style>