Color Hex Logo

#018018 Color Hex

#018018
(1,128,24)
0 Favorites   0 Comments

Color spaces of #018018

RGB 112824
HSL0.360.980.25
HSV131°99°50°
CMYK 0.990.000.81   0.50
XYZ7.896615.51073.4418
Yxy15.51070.29410.5777
Hunter Lab39.3836-33.131322.3871
CIE-Lab46.3259-50.471644.2213

#018018 color RGB value is (1,128,24).

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

The process color (four color CMYK) of #018018 color hex is 0.99, 0.00, 0.81, 0.50. Web safe color of #018018 is #009900. Color #018018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000000 00011000
Octal 1 200 30
Decimal 1 128 24
Hex 1 80 18

RGB Percentages of Color #018018

%0.65
%83.66
%15.69

CMYK Percentages of Color #018018

%99
%0
%81
%50

Triadic Colors of #018018

#018018 #180180 #801801

Analogous Colors of #018018

#018018 #018058 #298001

Monochromatic Colors of #018018

#018018

Complementary Color

#018018 #800169

#018018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018018 Color CSS Codes

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

#018018 Text Font Color

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

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


#018018 Background Color

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

This div background color is #018018


#018018 Border Color

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

This div border color is #018018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018018


Comments

No comments written yet.

Please login to write comment.