Color Hex Logo

#02651f Color Hex

#02651F
(2,101,31)
0 Favorites   0 Comments

Color spaces of #02651f

RGB 210131
HSL0.380.960.20
HSV138°98°40°
CMYK 0.980.000.69   0.60
XYZ4.92609.41922.8548
Yxy9.41920.28640.5476
Hunter Lab30.6907-25.058715.9684
CIE-Lab36.7792-41.078131.5828

#02651f color RGB value is (2,101,31).

#02651f hex color red value is 2, green value is 101 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #02651f hue: 0.38 , saturation: 0.96 and the lightness value of 02651f is 0.20.

The process color (four color CMYK) of #02651f color hex is 0.98, 0.00, 0.69, 0.60. Web safe color of #02651f is #006633. Color #02651f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01100101 00011111
Octal 2 145 37
Decimal 2 101 31
Hex 2 65 1F

RGB Percentages of Color #02651f

%1.49
%75.37
%23.13

CMYK Percentages of Color #02651f

%98
%0
%69
%60

Triadic Colors of #02651f

#02651f #1f0265 #651f02

Analogous Colors of #02651f

#02651f #026551 #176502

Monochromatic Colors of #02651f

#02651f

Complementary Color

#02651f #650248

#02651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02651f Color CSS Codes

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

#02651f Text Font Color

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

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


#02651f Background Color

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

This div background color is #02651f


#02651f Border Color

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

This div border color is #02651f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,101,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02651f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02651f;
  -webkit-box-shadow: 1px 1px 3px 2px #02651f;
  box-shadow:         1px 1px 3px 2px #02651f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02651f


Comments

No comments written yet.

Please login to write comment.