#42A42A

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

Shades of La Palma #42A42A

Tints of La Palma #42A42A

Color information

#42A42A (or 0x42A42A) is unknown color: approx La Palma. HEX triplet: 42, A4 and 2A. RGB value is (66,164,42). Sum of RGB (Red+Green+Blue) = 66+164+42=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 164 (64.45% from 255 or 60.29% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 164 - color contains mainly: green. Hex color #42A42A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A42A is #BD5BD5. Grayscale: #797979. Windows color (decimal): -12409814 or 2794562. OLE color: 2794562.

HSL color Cylindrical-coordinate representation of color #42A42A: hue angle of 108.2º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A42A is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB6616442-
CMYK0.6000.740.36
HSL108.2º59.22%40.39%-
HSV(B)108.2º74.39%64.31%-
XYZ15.9427.886.73-
YUV120.7983.5388.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 164 (64.45% from 255) = 60.29%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=24.26%
G=60.29%
B=15.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164420.6000.740.36108.259.2240.39
Hex42A42A3C04A246c3b28
Octal10224452740112441547350
Binary100001010100100101010111100010010101001001101100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,164,42); }

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

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

 a { background-color: rgb(66,164,42); }

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

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

 span { border-color: rgb(66,164,42); }

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