Color Hex Logo

#72b442 Color Hex

#72B442
(114,180,66)
0 Favorites   0 Comments

Color spaces of #72b442

RGB 11418066
HSL0.260.460.48
HSV95°63°71°
CMYK 0.370.000.63   0.29
XYZ24.244136.613310.9435
Yxy36.61330.33770.5099
Hunter Lab60.5089-34.371131.6332
CIE-Lab66.9859-40.600550.0907

#72b442 color RGB value is (114,180,66).

#72b442 hex color red value is 114, green value is 180 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #72b442 hue: 0.26 , saturation: 0.46 and the lightness value of 72b442 is 0.48.

The process color (four color CMYK) of #72b442 color hex is 0.37, 0.00, 0.63, 0.29. Web safe color of #72b442 is #66cc33. Color #72b442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10110100 01000010
Octal 162 264 102
Decimal 114 180 66
Hex 72 B4 42

RGB Percentages of Color #72b442

%31.67
%50.00
%18.33

CMYK Percentages of Color #72b442

%37
%0
%63
%29

Triadic Colors of #72b442

#72b442 #4272b4 #b44272

Analogous Colors of #72b442

#72b442 #42b44b #abb442

Monochromatic Colors of #72b442

#72b442

Complementary Color

#72b442 #8442b4

#72b442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72b442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72b442 Color CSS Codes

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

#72b442 Text Font Color

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

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


#72b442 Background Color

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

This div background color is #72b442


#72b442 Border Color

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

This div border color is #72b442


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,180,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72b442; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72b442;
  -webkit-box-shadow: 1px 1px 3px 2px #72b442;
  box-shadow:         1px 1px 3px 2px #72b442; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72b442


Comments

No comments written yet.

Please login to write comment.