Color Hex Logo

#41992b Color Hex

#41992B
(65,153,43)
0 Favorites   0 Comments

Color spaces of #41992b

RGB 6515343
HSL0.300.560.38
HSV108°72°60°
CMYK 0.580.000.72   0.40
XYZ14.007324.08076.1953
Yxy24.08070.31630.5438
Hunter Lab49.0721-34.924526.8652
CIE-Lab56.1685-46.966947.5041

#41992b color RGB value is (65,153,43).

#41992b hex color red value is 65, green value is 153 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #41992b hue: 0.30 , saturation: 0.56 and the lightness value of 41992b is 0.38.

The process color (four color CMYK) of #41992b color hex is 0.58, 0.00, 0.72, 0.40. Web safe color of #41992b is #339933. Color #41992b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 00101011
Octal 101 231 53
Decimal 65 153 43
Hex 41 99 2B

RGB Percentages of Color #41992b

%24.90
%58.62
%16.48

CMYK Percentages of Color #41992b

%58
%0
%72
%40

Triadic Colors of #41992b

#41992b #2b4199 #992b41

Analogous Colors of #41992b

#41992b #2b994c #78992b

Monochromatic Colors of #41992b

#41992b

Complementary Color

#41992b #832b99

#41992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41992b Color CSS Codes

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

#41992b Text Font Color

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

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


#41992b Background Color

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

This div background color is #41992b


#41992b Border Color

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

This div border color is #41992b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,153,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41992b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41992b;
  -webkit-box-shadow: 1px 1px 3px 2px #41992b;
  box-shadow:         1px 1px 3px 2px #41992b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41992b


Comments

No comments written yet.

Please login to write comment.