Color Hex Logo

#72b218 Color Hex

#72B218
(114,178,24)
0 Favorites   0 Comments

Color spaces of #72b218

RGB 11417824
HSL0.240.760.40
HSV85°87°70°
CMYK 0.360.000.87   0.30
XYZ23.024735.48416.4998
Yxy35.48410.35420.5458
Hunter Lab59.5685-35.250335.2286
CIE-Lab66.1238-42.292863.4283

#72b218 color RGB value is (114,178,24).

#72b218 hex color red value is 114, green value is 178 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #72b218 hue: 0.24 , saturation: 0.76 and the lightness value of 72b218 is 0.40.

The process color (four color CMYK) of #72b218 color hex is 0.36, 0.00, 0.87, 0.30. Web safe color of #72b218 is #669900. Color #72b218 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10110010 00011000
Octal 162 262 30
Decimal 114 178 24
Hex 72 B2 18

RGB Percentages of Color #72b218

%36.08
%56.33
%7.59

CMYK Percentages of Color #72b218

%36
%0
%87
%30

Triadic Colors of #72b218

#72b218 #1872b2 #b21872

Analogous Colors of #72b218

#72b218 #25b218 #b2a518

Monochromatic Colors of #72b218

#72b218

Complementary Color

#72b218 #5818b2

#72b218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72b218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72b218 Color CSS Codes

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

#72b218 Text Font Color

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

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


#72b218 Background Color

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

This div background color is #72b218


#72b218 Border Color

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

This div border color is #72b218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72b218


Comments

No comments written yet.

Please login to write comment.