Shades of La Palma #42962D
Tints of La Palma #42962D
RGB
CMYK
RGB Variations
Color information
#42962D (or 0x42962D) is known color: La Palma. HEX triplet: 42, 96 and 2D. RGB value is (66,150,45). Sum of RGB (Red+Green+Blue) = 66+150+45=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #42962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42962D is #BD69D2. Grayscale: #717171. Windows color (decimal): -12413395 or 2987586. OLE color: 2987586.
HSL color Cylindrical-coordinate representation of color #42962D: hue angle of 108º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42962D is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 150 | 45 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.41 |
| HSL | 108º | 0.54% | 0.38% | - |
| HSV(B) | 108º | 0.7% | 0.59% | - |
| XYZ | 13.63 | 23.16 | 6.23 | - |
| YUV | 112.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 45 | 0.56 | 0 | 0.70 | 0.41 | 108 | 0.54 | 0.38 |
| Hex | 42 | 96 | 2D | 38 | 0 | 46 | 29 | 6C | 36 | 26 |
| Octal | 102 | 226 | 55 | 70 | 0 | 106 | 51 | 154 | 66 | 46 |
| Binary | 1000010 | 10010110 | 101101 | 111000 | 0 | 1000110 | 101001 | 1101100 | 110110 | 100110 |
Color Harmonies of #42962D
Complementary color
Monochromatic Colors of #42962D
Black with #42962D
Text Example
Text Example
White with #42962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42962D; }
p { color: rgb(66,150,45); }
H1.HeaderClassName
{
color: #42962D;
}
.AnyTagClassName
{
color: #42962D;
}
</style>
background-color css
<style>
a { background-color: #42962D; }
a { background-color: rgb(66,150,45); }
div.DivClassName
{
background-color: #42962D;
}
.BgClassName
{
background-color: #42962D;
}
</style>
border-color css
<style>
span { border-color: #42962D; }
span { border-color: rgb(66,150,45); }
td.TdClassName
{
border-color: #42962D;
}
.TagClassName
{
border-color: #42962D;
}
</style>