Color Hex Logo

#379402 Color Hex

#379402
(55,148,2)
0 Favorites   0 Comments

Color spaces of #379402

RGB 551482
HSL0.270.970.29
HSV98°99°58°
CMYK 0.630.000.99   0.42
XYZ12.176421.99643.6614
Yxy21.99640.32180.5814
Hunter Lab46.9003-35.732928.2016
CIE-Lab54.0232-49.768256.1753

#379402 color RGB value is (55,148,2).

#379402 hex color red value is 55, green value is 148 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #379402 hue: 0.27 , saturation: 0.97 and the lightness value of 379402 is 0.29.

The process color (four color CMYK) of #379402 color hex is 0.63, 0.00, 0.99, 0.42. Web safe color of #379402 is #339900. Color #379402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10010100 00000010
Octal 67 224 2
Decimal 55 148 2
Hex 37 94 2

RGB Percentages of Color #379402

%26.83
%72.20
%0.98

CMYK Percentages of Color #379402

%63
%0
%99
%42

Triadic Colors of #379402

#379402 #023794 #940237

Analogous Colors of #379402

#379402 #029416 #809402

Monochromatic Colors of #379402

#379402

Complementary Color

#379402 #5f0294

#379402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379402 Color CSS Codes

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

#379402 Text Font Color

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

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


#379402 Background Color

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

This div background color is #379402


#379402 Border Color

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

This div border color is #379402


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,148,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #379402; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #379402;
  -webkit-box-shadow: 1px 1px 3px 2px #379402;
  box-shadow:         1px 1px 3px 2px #379402; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379402


Comments

No comments written yet.

Please login to write comment.