#42A21E

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

Shades of La Palma #42A21E

Tints of La Palma #42A21E

Color information

#42A21E (or 0x42A21E) is unknown color: approx La Palma. HEX triplet: 42, A2 and 1E. RGB value is (66,162,30). Sum of RGB (Red+Green+Blue) = 66+162+30=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 162 (63.67% from 255 or 62.79% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 162 - color contains mainly: green. Hex color #42A21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A21E is #BD5DE1. Grayscale: #767676. Windows color (decimal): -12410338 or 2007618. OLE color: 2007618.

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

Color convert

RGB6616230-
CMYK0.5900.810.36
HSL103.64º68.75%37.65%-
HSV(B)103.64º81.48%63.53%-
XYZ15.427.095.65-
YUV118.2578.290.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 162 (63.67% from 255) = 62.79%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=25.58%
G=62.79%
B=11.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162300.5900.810.36103.6468.7537.65
Hex42A21E3B05124684526
Octal102242367301214415010546
Binary100001010100010111101110110101000110010011010001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,162,30); }

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

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

 a { background-color: rgb(66,162,30); }

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

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

 span { border-color: rgb(66,162,30); }

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