Color Hex Logo

#02915b Color Hex

#02915B
(2,145,91)
0 Favorites   0 Comments

Color spaces of #02915b

RGB 214591
HSL0.440.970.29
HSV157°99°57°
CMYK 0.990.000.37   0.43
XYZ12.038821.019013.3201
Yxy21.01900.25960.4532
Hunter Lab45.8465-33.359114.8666
CIE-Lab52.9703-46.182919.6303

#02915b color RGB value is (2,145,91).

#02915b hex color red value is 2, green value is 145 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #02915b hue: 0.44 , saturation: 0.97 and the lightness value of 02915b is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010001 01011011
Octal 2 221 133
Decimal 2 145 91
Hex 2 91 5B

RGB Percentages of Color #02915b

%0.84
%60.92
%38.24

CMYK Percentages of Color #02915b

%99
%0
%37
%43

Triadic Colors of #02915b

#02915b #5b0291 #915b02

Analogous Colors of #02915b

#02915b #028091 #029114

Monochromatic Colors of #02915b

#02915b

Complementary Color

#02915b #910238

#02915b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02915b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02915b Color CSS Codes

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

#02915b Text Font Color

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

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


#02915b Background Color

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

This div background color is #02915b


#02915b Border Color

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

This div border color is #02915b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,145,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02915b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02915b;
  -webkit-box-shadow: 1px 1px 3px 2px #02915b;
  box-shadow:         1px 1px 3px 2px #02915b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02915b


Comments

No comments written yet.

Please login to write comment.