#42842D

Color #42842D La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #42842D

Tints of La Palma #42842D

Color information

#42842D (or 0x42842D) is unknown color: approx La Palma. HEX triplet: 42, 84 and 2D. RGB value is (66,132,45). Sum of RGB (Red+Green+Blue) = 66+132+45=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #42842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42842D is #BD7BD2. Grayscale: #666666. Windows color (decimal): -12418003 or 2982978. OLE color: 2982978.

HSL color Cylindrical-coordinate representation of color #42842D: hue angle of 105.52º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42842D is Cyan = 0.5, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB6613245-
CMYK0.500.660.48
HSL105.52º49.15%34.71%-
HSV(B)105.52º65.91%51.76%-
XYZ10.9717.855.35-
YUV102.3595.63102.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=27.16%
G=54.32%
B=18.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132450.500.660.48105.5249.1534.71
Hex42842D32042306a3123
Octal10220455620102601526143
Binary100001010000100101101110010010000101100001101010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42842D; }

 p { color: rgb(66,132,45); }

 H1.HeaderClassName
 {
   color: #42842D;
 }
 .AnyTagClassName
 {
   color: #42842D;
 }
</style>
background-color css

<style>
 a { background-color: #42842D; }

 a { background-color: rgb(66,132,45); }

 div.DivClassName
 {
   background-color: #42842D;
 }
 .BgClassName
 {
   background-color: #42842D;
 }
</style>
border-color css

<style>
 span { border-color: #42842D; }

 span { border-color: rgb(66,132,45); }

 td.TdClassName
 {
   border-color: #42842D;
 }
 .TagClassName
 {
   border-color: #42842D;
 }
</style>