Color Hex Logo

#237001 Color Hex

#237001
(35,112,1)
0 Favorites   0 Comments

Color spaces of #237001

RGB 351121
HSL0.280.980.22
HSV102°99°44°
CMYK 0.690.000.99   0.56
XYZ6.492811.94791.9927
Yxy11.94790.31780.5847
Hunter Lab34.5657-26.960720.7780
CIE-Lab41.1332-41.869945.7998

#237001 color RGB value is (35,112,1).

#237001 hex color red value is 35, green value is 112 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #237001 hue: 0.28 , saturation: 0.98 and the lightness value of 237001 is 0.22.

The process color (four color CMYK) of #237001 color hex is 0.69, 0.00, 0.99, 0.56. Web safe color of #237001 is #336600. Color #237001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01110000 00000001
Octal 43 160 1
Decimal 35 112 1
Hex 23 70 1

RGB Percentages of Color #237001

%23.65
%75.68
%0.68

CMYK Percentages of Color #237001

%69
%0
%99
%56

Triadic Colors of #237001

#237001 #012370 #700123

Analogous Colors of #237001

#237001 #017016 #5b7001

Monochromatic Colors of #237001

#237001

Complementary Color

#237001 #4e0170

#237001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#237001 Color CSS Codes

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

#237001 Text Font Color

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

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


#237001 Background Color

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

This div background color is #237001


#237001 Border Color

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

This div border color is #237001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237001


Comments

No comments written yet.

Please login to write comment.