Color Hex Logo

#023019 Color Hex

#023019
(2,48,25)
0 Favorites   0 Comments

Color spaces of #023019

RGB 24825
HSL0.420.920.10
HSV150°96°19°
CMYK 0.960.000.48   0.81
XYZ1.25752.19701.2775
Yxy2.19700.26570.4643
Hunter Lab14.8223-10.79535.2655
CIE-Lab16.4889-21.781310.5692

#023019 color RGB value is (2,48,25).

#023019 hex color red value is 2, green value is 48 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #023019 hue: 0.42 , saturation: 0.92 and the lightness value of 023019 is 0.10.

The process color (four color CMYK) of #023019 color hex is 0.96, 0.00, 0.48, 0.81. Web safe color of #023019 is #003300. Color #023019 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110000 00011001
Octal 2 60 31
Decimal 2 48 25
Hex 2 30 19

RGB Percentages of Color #023019

%2.67
%64.00
%33.33

CMYK Percentages of Color #023019

%96
%0
%48
%81

Triadic Colors of #023019

#023019 #190230 #301902

Analogous Colors of #023019

#023019 #023030 #023002

Monochromatic Colors of #023019

#023019

Complementary Color

#023019 #300219

#023019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023019 Color CSS Codes

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

#023019 Text Font Color

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

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


#023019 Background Color

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

This div background color is #023019


#023019 Border Color

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

This div border color is #023019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023019


Comments

No comments written yet.

Please login to write comment.