Color Hex Logo

#02976d Color Hex

#02976D
(2,151,109)
0 Favorites   0 Comments

Color spaces of #02976d

RGB 2151109
HSL0.450.970.30
HSV163°99°59°
CMYK 0.990.000.28   0.41
XYZ13.852023.250318.2257
Yxy23.25030.25040.4202
Hunter Lab48.2186-33.103911.3425
CIE-Lab55.3292-44.329012.7586

#02976d color RGB value is (2,151,109).

#02976d hex color red value is 2, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #02976d hue: 0.45 , saturation: 0.97 and the lightness value of 02976d is 0.30.

The process color (four color CMYK) of #02976d color hex is 0.99, 0.00, 0.28, 0.41. Web safe color of #02976d is #009966. Color #02976d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010111 01101101
Octal 2 227 155
Decimal 2 151 109
Hex 2 97 6D

RGB Percentages of Color #02976d

%0.76
%57.63
%41.60

CMYK Percentages of Color #02976d

%99
%0
%28
%41

Triadic Colors of #02976d

#02976d #6d0297 #976d02

Analogous Colors of #02976d

#02976d #027797 #029723

Monochromatic Colors of #02976d

#02976d

Complementary Color

#02976d #97022c

#02976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02976d Color CSS Codes

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

#02976d Text Font Color

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

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


#02976d Background Color

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

This div background color is #02976d


#02976d Border Color

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

This div border color is #02976d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,151,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02976d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02976d;
  -webkit-box-shadow: 1px 1px 3px 2px #02976d;
  box-shadow:         1px 1px 3px 2px #02976d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02976d


Comments

No comments written yet.

Please login to write comment.