Color Hex Logo

#255000 Color Hex

#255000
(37,80,0)
0 Favorites   0 Comments

Color spaces of #255000

RGB 37800
HSL0.261.000.16
HSV92°100°31°
CMYK 0.540.001.00   0.69
XYZ3.63166.13060.9919
Yxy6.13060.33770.5701
Hunter Lab24.7600-17.149214.9568
CIE-Lab29.7396-28.747837.0912

#255000 color RGB value is (37,80,0).

#255000 hex color red value is 37, green value is 80 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #255000 hue: 0.26 , saturation: 1.00 and the lightness value of 255000 is 0.16.

The process color (four color CMYK) of #255000 color hex is 0.54, 0.00, 1.00, 0.69. Web safe color of #255000 is #336600. Color #255000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010000 00000000
Octal 45 120 0
Decimal 37 80 0
Hex 25 50 0

RGB Percentages of Color #255000

%31.62
%68.38
%0.00

CMYK Percentages of Color #255000

%54
%0
%100
%69

Triadic Colors of #255000

#255000 #002550 #500025

Analogous Colors of #255000

#255000 #005003 #4d5000

Monochromatic Colors of #255000

#255000

Complementary Color

#255000 #2b0050

#255000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255000 Color CSS Codes

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

#255000 Text Font Color

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

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


#255000 Background Color

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

This div background color is #255000


#255000 Border Color

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

This div border color is #255000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255000


Comments

No comments written yet.

Please login to write comment.