Color Hex Logo

#256002 Color Hex

#256002
(37,96,2)
0 Favorites   0 Comments

Color spaces of #256002

RGB 37962
HSL0.270.960.19
HSV98°98°38°
CMYK 0.610.000.98   0.62
XYZ4.95688.76341.4877
Yxy8.76340.32590.5762
Hunter Lab29.6030-21.916917.7425
CIE-Lab35.5247-35.283241.0224

#256002 color RGB value is (37,96,2).

#256002 hex color red value is 37, green value is 96 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #256002 hue: 0.27 , saturation: 0.96 and the lightness value of 256002 is 0.19.

The process color (four color CMYK) of #256002 color hex is 0.61, 0.00, 0.98, 0.62. Web safe color of #256002 is #336600. Color #256002 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100000 00000010
Octal 45 140 2
Decimal 37 96 2
Hex 25 60 2

RGB Percentages of Color #256002

%27.41
%71.11
%1.48

CMYK Percentages of Color #256002

%61
%0
%98
%62

Triadic Colors of #256002

#256002 #022560 #600225

Analogous Colors of #256002

#256002 #02600e #546002

Monochromatic Colors of #256002

#256002

Complementary Color

#256002 #3d0260

#256002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#256002 Color CSS Codes

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

#256002 Text Font Color

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

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


#256002 Background Color

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

This div background color is #256002


#256002 Border Color

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

This div border color is #256002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256002


Comments

No comments written yet.

Please login to write comment.