Color Hex Logo

#42961c Color Hex

#42961C
(66,150,28)
0 Favorites   0 Comments

Color spaces of #42961c

RGB 6615028
HSL0.280.690.35
HSV101°81°59°
CMYK 0.560.000.81   0.41
XYZ13.362723.05484.8443
Yxy23.05480.32390.5587
Hunter Lab48.0154-34.350427.6290
CIE-Lab55.1287-46.600251.7672

#42961c color RGB value is (66,150,28).

#42961c hex color red value is 66, green value is 150 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #42961c hue: 0.28 , saturation: 0.69 and the lightness value of 42961c is 0.35.

The process color (four color CMYK) of #42961c color hex is 0.56, 0.00, 0.81, 0.41. Web safe color of #42961c is #339933. Color #42961c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010110 00011100
Octal 102 226 34
Decimal 66 150 28
Hex 42 96 1C

RGB Percentages of Color #42961c

%27.05
%61.48
%11.48

CMYK Percentages of Color #42961c

%56
%0
%81
%41

Triadic Colors of #42961c

#42961c #1c4296 #961c42

Analogous Colors of #42961c

#42961c #1c9633 #7f961c

Monochromatic Colors of #42961c

#42961c

Complementary Color

#42961c #701c96

#42961c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42961c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42961c Color CSS Codes

.mybgcolor {background-color:#42961c; } 
.myforecolor {color:#42961c; }
.mybordercolor {border:3px solid #42961c; }

#42961c Text Font Color

<p style="color:#42961c">Text here</p>

This sample text font color is #42961c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#42961c Background Color

<div style="background-color:#42961c">
Div content here</div>

This div background color is #42961c


#42961c Border Color

<div style="border:3px solid #42961c">
Div here</div>

This div border color is #42961c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,150,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42961c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42961c;
  -webkit-box-shadow: 1px 1px 3px 2px #42961c;
  box-shadow:         1px 1px 3px 2px #42961c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,150,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #42961c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #42961c;
  -webkit-box-shadow: 1px 1px 3px 2px #42961c;
  box-shadow:         1px 1px 3px 2px #42961c;">
Div content here</div>

This div box has shadow with color #42961c


Comments

No comments written yet.

Please login to write comment.