Shades of La Palma #42842A
Tints of La Palma #42842A
RGB
CMYK
RGB Variations
Color information
#42842A (or 0x42842A) is known color: La Palma. HEX triplet: 42, 84 and 2A. RGB value is (66,132,42). Sum of RGB (Red+Green+Blue) = 66+132+42=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #42842A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42842A is #BD7BD5. Grayscale: #666666. Windows color (decimal): -12418006 or 2786370. OLE color: 2786370.
HSL color Cylindrical-coordinate representation of color #42842A: hue angle of 104º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42842A is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 42 | - |
| CMYK | 0.5 | 0 | 0.68 | 0.48 |
| HSL | 104º | 0.52% | 0.34% | - |
| HSV(B) | 104º | 0.68% | 0.52% | - |
| XYZ | 10.92 | 17.83 | 5.06 | - |
| YUV | 102.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 42 | 0.5 | 0 | 0.68 | 0.48 | 104 | 0.52 | 0.34 |
| Hex | 42 | 84 | 2A | 32 | 0 | 44 | 30 | 68 | 34 | 22 |
| Octal | 102 | 204 | 52 | 62 | 0 | 104 | 60 | 150 | 64 | 42 |
| Binary | 1000010 | 10000100 | 101010 | 110010 | 0 | 1000100 | 110000 | 1101000 | 110100 | 100010 |
Color Harmonies of #42842A
Complementary color
Monochromatic Colors of #42842A
Black with #42842A
Text Example
Text Example
White with #42842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42842A; }
p { color: rgb(66,132,42); }
H1.HeaderClassName
{
color: #42842A;
}
.AnyTagClassName
{
color: #42842A;
}
</style>
background-color css
<style>
a { background-color: #42842A; }
a { background-color: rgb(66,132,42); }
div.DivClassName
{
background-color: #42842A;
}
.BgClassName
{
background-color: #42842A;
}
</style>
border-color css
<style>
span { border-color: #42842A; }
span { border-color: rgb(66,132,42); }
td.TdClassName
{
border-color: #42842A;
}
.TagClassName
{
border-color: #42842A;
}
</style>