Color Hex Logo

#42951b Color Hex

#42951B
(66,149,27)
0 Favorites   0 Comments

Color spaces of #42951b

RGB 6614927
HSL0.280.690.35
HSV101°82°58°
CMYK 0.560.000.82   0.42
XYZ13.192022.73234.7294
Yxy22.73230.32450.5592
Hunter Lab47.6784-34.048627.4937
CIE-Lab54.7955-46.275751.7575

#42951b color RGB value is (66,149,27).

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

The process color (four color CMYK) of #42951b color hex is 0.56, 0.00, 0.82, 0.42. Web safe color of #42951b is #339933. Color #42951b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010101 00011011
Octal 102 225 33
Decimal 66 149 27
Hex 42 95 1B

RGB Percentages of Color #42951b

%27.27
%61.57
%11.16

CMYK Percentages of Color #42951b

%56
%0
%82
%42

Triadic Colors of #42951b

#42951b #1b4295 #951b42

Analogous Colors of #42951b

#42951b #1b9531 #7f951b

Monochromatic Colors of #42951b

#42951b

Complementary Color

#42951b #6e1b95

#42951b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42951b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42951b Color CSS Codes

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

#42951b Text Font Color

<p style="color:#42951b">Text here</p>

This sample text font color is #42951b
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.


#42951b Background Color

<div style="background-color:#42951b">
Div content here</div>

This div background color is #42951b


#42951b Border Color

<div style="border:3px solid #42951b">
Div here</div>

This div border color is #42951b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,149,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42951b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42951b;
  -webkit-box-shadow: 1px 1px 3px 2px #42951b;
  box-shadow:         1px 1px 3px 2px #42951b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42951b


Comments

No comments written yet.

Please login to write comment.