Color Hex Logo

#029b0f Color Hex

#029B0F
(2,155,15)
0 Favorites   0 Comments

Color spaces of #029b0f

RGB 215515
HSL0.350.970.31
HSV125°99°61°
CMYK 0.990.000.90   0.39
XYZ11.832623.49014.3623
Yxy23.49010.29820.5919
Hunter Lab48.4666-41.237728.5901
CIE-Lab55.5736-58.846054.9672

#029b0f color RGB value is (2,155,15).

#029b0f hex color red value is 2, green value is 155 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #029b0f hue: 0.35 , saturation: 0.97 and the lightness value of 029b0f is 0.31.

The process color (four color CMYK) of #029b0f color hex is 0.99, 0.00, 0.90, 0.39. Web safe color of #029b0f is #009900. Color #029b0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011011 00001111
Octal 2 233 17
Decimal 2 155 15
Hex 2 9B F

RGB Percentages of Color #029b0f

%1.16
%90.12
%8.72

CMYK Percentages of Color #029b0f

%99
%0
%90
%39

Triadic Colors of #029b0f

#029b0f #0f029b #9b0f02

Analogous Colors of #029b0f

#029b0f #029b5b #429b02

Monochromatic Colors of #029b0f

#029b0f

Complementary Color

#029b0f #9b028e

#029b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#029b0f Color CSS Codes

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

#029b0f Text Font Color

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

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


#029b0f Background Color

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

This div background color is #029b0f


#029b0f Border Color

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

This div border color is #029b0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,155,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #029b0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #029b0f;
  -webkit-box-shadow: 1px 1px 3px 2px #029b0f;
  box-shadow:         1px 1px 3px 2px #029b0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029b0f


Comments

No comments written yet.

Please login to write comment.