Shades of La Palma #42842E
Tints of La Palma #42842E
RGB
CMYK
RGB Variations
Color information
#42842E (or 0x42842E) is known color: La Palma. HEX triplet: 42, 84 and 2E. RGB value is (66,132,46). Sum of RGB (Red+Green+Blue) = 66+132+46=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #42842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42842E is #BD7BD1. Grayscale: #666666. Windows color (decimal): -12418002 or 3048514. OLE color: 3048514.
HSL color Cylindrical-coordinate representation of color #42842E: hue angle of 106.05º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42842E is Cyan = 0.5, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 46 | - |
| CMYK | 0.5 | 0 | 0.65 | 0.48 |
| HSL | 106.05º | 0.48% | 0.35% | - |
| HSV(B) | 106.05º | 0.65% | 0.52% | - |
| XYZ | 10.99 | 17.86 | 5.45 | - |
| YUV | 102.46 | 96.13 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 46 | 0.5 | 0 | 0.65 | 0.48 | 106.05 | 0.48 | 0.35 |
| Hex | 42 | 84 | 2E | 32 | 0 | 41 | 30 | 6A | 30 | 23 |
| Octal | 102 | 204 | 56 | 62 | 0 | 101 | 60 | 152 | 60 | 43 |
| Binary | 1000010 | 10000100 | 101110 | 110010 | 0 | 1000001 | 110000 | 1101010 | 110000 | 100011 |
Color Harmonies of #42842E
Complementary color
Monochromatic Colors of #42842E
Black with #42842E
Text Example
Text Example
White with #42842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42842E; }
p { color: rgb(66,132,46); }
H1.HeaderClassName
{
color: #42842E;
}
.AnyTagClassName
{
color: #42842E;
}
</style>
background-color css
<style>
a { background-color: #42842E; }
a { background-color: rgb(66,132,46); }
div.DivClassName
{
background-color: #42842E;
}
.BgClassName
{
background-color: #42842E;
}
</style>
border-color css
<style>
span { border-color: #42842E; }
span { border-color: rgb(66,132,46); }
td.TdClassName
{
border-color: #42842E;
}
.TagClassName
{
border-color: #42842E;
}
</style>