#42942D

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

Shades of La Palma #42942D

Tints of La Palma #42942D

Color information

#42942D (or 0x42942D) is unknown color: approx La Palma. HEX triplet: 42, 94 and 2D. RGB value is (66,148,45). Sum of RGB (Red+Green+Blue) = 66+148+45=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #42942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42942D is #BD6BD2. Grayscale: #707070. Windows color (decimal): -12413907 or 2987074. OLE color: 2987074.

HSL color Cylindrical-coordinate representation of color #42942D: hue angle of 107.77º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42942D is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB6614845-
CMYK0.5500.700.42
HSL107.77º53.37%37.84%-
HSV(B)107.77º69.59%58.04%-
XYZ13.3122.536.13-
YUV111.7490.3395.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 148 (58.20% from 255) = 57.14%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=25.48%
G=57.14%
B=17.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148450.5500.700.42107.7753.3737.84
Hex42942D370462A6c3526
Octal10222455670106521546546
Binary100001010010100101101110111010001101010101101100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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