Color Hex Logo

#72af2b Color Hex

#72AF2B
(114,175,43)
0 Favorites   0 Comments

Color spaces of #72af2b

RGB 11417543
HSL0.240.610.43
HSV88°75°69°
CMYK 0.350.000.75   0.31
XYZ22.705434.41187.7309
Yxy34.41180.35010.5307
Hunter Lab58.6616-33.568033.2494
CIE-Lab65.2881-40.138157.3348

#72af2b color RGB value is (114,175,43).

#72af2b hex color red value is 114, green value is 175 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #72af2b hue: 0.24 , saturation: 0.61 and the lightness value of 72af2b is 0.43.

The process color (four color CMYK) of #72af2b color hex is 0.35, 0.00, 0.75, 0.31. Web safe color of #72af2b is #669933. Color #72af2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 00101011
Octal 162 257 53
Decimal 114 175 43
Hex 72 AF 2B

RGB Percentages of Color #72af2b

%34.34
%52.71
%12.95

CMYK Percentages of Color #72af2b

%35
%0
%75
%31

Triadic Colors of #72af2b

#72af2b #2b72af #af2b72

Analogous Colors of #72af2b

#72af2b #30af2b #afaa2b

Monochromatic Colors of #72af2b

#72af2b

Complementary Color

#72af2b #682baf

#72af2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72af2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72af2b Color CSS Codes

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

#72af2b Text Font Color

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

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


#72af2b Background Color

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

This div background color is #72af2b


#72af2b Border Color

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

This div border color is #72af2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,175,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 #72af2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72af2b


Comments

No comments written yet.

Please login to write comment.