#42A62D

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

Shades of La Palma #42A62D

Tints of La Palma #42A62D

Color information

#42A62D (or 0x42A62D) is unknown color: approx La Palma. HEX triplet: 42, A6 and 2D. RGB value is (66,166,45). Sum of RGB (Red+Green+Blue) = 66+166+45=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #42A62D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A62D is #BD59D2. Grayscale: #7A7A7A. Windows color (decimal): -12409299 or 2991682. OLE color: 2991682.

HSL color Cylindrical-coordinate representation of color #42A62D: hue angle of 109.59º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42A62D is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB6616645-
CMYK0.6000.730.35
HSL109.59º57.35%41.37%-
HSV(B)109.59º72.89%65.1%-
XYZ16.3628.627.14-
YUV122.3184.3787.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 166 (65.23% from 255) = 59.93%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=23.83%
G=59.93%
B=16.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66166450.6000.730.35109.5957.3541.37
Hex42A62D3C049236e3929
Octal10224655740111431567151
Binary100001010100110101101111100010010011000111101110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A62D; }

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

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

<style>
 a { background-color: #42A62D; }

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

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

<style>
 span { border-color: #42A62D; }

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

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