Color Hex Logo

#048148 Color Hex

#048148
(4,129,72)
0 Favorites   0 Comments

Color spaces of #048148

RGB 412972
HSL0.420.940.26
HSV153°97°51°
CMYK 0.970.000.44   0.49
XYZ9.070016.19428.7786
Yxy16.19420.26640.4757
Hunter Lab40.2420-30.192115.2356
CIE-Lab47.2282-44.049522.6133

#048148 color RGB value is (4,129,72).

#048148 hex color red value is 4, green value is 129 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #048148 hue: 0.42 , saturation: 0.94 and the lightness value of 048148 is 0.26.

The process color (four color CMYK) of #048148 color hex is 0.97, 0.00, 0.44, 0.49. Web safe color of #048148 is #009933. Color #048148 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000001 01001000
Octal 4 201 110
Decimal 4 129 72
Hex 4 81 48

RGB Percentages of Color #048148

%1.95
%62.93
%35.12

CMYK Percentages of Color #048148

%97
%0
%44
%49

Triadic Colors of #048148

#048148 #480481 #814804

Analogous Colors of #048148

#048148 #047c81 #048109

Monochromatic Colors of #048148

#048148

Complementary Color

#048148 #81043d

#048148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048148 Color CSS Codes

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

#048148 Text Font Color

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

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


#048148 Background Color

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

This div background color is #048148


#048148 Border Color

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

This div border color is #048148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048148


Comments

No comments written yet.

Please login to write comment.