#42A82F

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

Shades of La Palma #42A82F

Tints of La Palma #42A82F

Color information

#42A82F (or 0x42A82F) is unknown color: approx La Palma. HEX triplet: 42, A8 and 2F. RGB value is (66,168,47). Sum of RGB (Red+Green+Blue) = 66+168+47=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #42A82F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A82F is #BD57D0. Grayscale: #7C7C7C. Windows color (decimal): -12408785 or 3123266. OLE color: 3123266.

HSL color Cylindrical-coordinate representation of color #42A82F: hue angle of 110.58º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A82F is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB6616847-
CMYK0.6100.720.34
HSL110.58º56.28%42.16%-
HSV(B)110.58º72.02%65.88%-
XYZ16.7629.377.47-
YUV123.7184.7186.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 168 (66.02% from 255) = 59.79%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=23.49%
G=59.79%
B=16.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal66168470.6100.720.34110.5856.2842.16
Hex42A82F3D048226f382a
Octal10225057750110421577052
Binary100001010101000101111111101010010001000101101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,168,47); }

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

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

 a { background-color: rgb(66,168,47); }

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

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

 span { border-color: rgb(66,168,47); }

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