Color Hex Logo

#029272 Color Hex

#029272
(2,146,114)
0 Favorites   0 Comments

Color spaces of #029272

RGB 2146114
HSL0.460.970.29
HSV167°99°57°
CMYK 0.990.000.22   0.43
XYZ13.341221.785619.4215
Yxy21.78560.24460.3994
Hunter Lab46.6750-30.66048.0019
CIE-Lab53.7988-41.00717.7602

#029272 color RGB value is (2,146,114).

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

The process color (four color CMYK) of #029272 color hex is 0.99, 0.00, 0.22, 0.43. Web safe color of #029272 is #009966. Color #029272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010010 01110010
Octal 2 222 162
Decimal 2 146 114
Hex 2 92 72

RGB Percentages of Color #029272

%0.76
%55.73
%43.51

CMYK Percentages of Color #029272

%99
%0
%22
%43

Triadic Colors of #029272

#029272 #720292 #927202

Analogous Colors of #029272

#029272 #026a92 #02922a

Monochromatic Colors of #029272

#029272

Complementary Color

#029272 #920222

#029272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029272 Color CSS Codes

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

#029272 Text Font Color

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

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


#029272 Background Color

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

This div background color is #029272


#029272 Border Color

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

This div border color is #029272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029272


Comments

No comments written yet.

Please login to write comment.