Color Hex Logo

#628001 Color Hex

#628001
(98,128,1)
0 Favorites   0 Comments

Color spaces of #628001

RGB 981281
HSL0.210.980.25
HSV74°99°50°
CMYK 0.230.000.99   0.50
XYZ12.761718.03722.8376
Yxy18.03720.37940.5362
Hunter Lab42.4702-20.686225.7678
CIE-Lab49.5412-26.473753.7058

#628001 color RGB value is (98,128,1).

#628001 hex color red value is 98, green value is 128 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #628001 hue: 0.21 , saturation: 0.98 and the lightness value of 628001 is 0.25.

The process color (four color CMYK) of #628001 color hex is 0.23, 0.00, 0.99, 0.50. Web safe color of #628001 is #669900. Color #628001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000000 00000001
Octal 142 200 1
Decimal 98 128 1
Hex 62 80 1

RGB Percentages of Color #628001

%43.17
%56.39
%0.44

CMYK Percentages of Color #628001

%23
%0
%99
%50

Triadic Colors of #628001

#628001 #016280 #800162

Analogous Colors of #628001

#628001 #238001 #805e01

Monochromatic Colors of #628001

#628001

Complementary Color

#628001 #1f0180

#628001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628001 Color CSS Codes

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

#628001 Text Font Color

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

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


#628001 Background Color

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

This div background color is #628001


#628001 Border Color

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

This div border color is #628001


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,128,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 #628001">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628001


Comments

No comments written yet.

Please login to write comment.