Color Hex Logo

#30a123 Color Hex

#30A123
(48,161,35)
0 Favorites   0 Comments

Color spaces of #30a123

RGB 4816135
HSL0.320.640.38
HSV114°78°63°
CMYK 0.700.000.78   0.37
XYZ14.267226.23955.9029
Yxy26.23950.30740.5654
Hunter Lab51.2245-39.926529.0248
CIE-Lab58.2637-54.374452.3462

#30a123 color RGB value is (48,161,35).

#30a123 hex color red value is 48, green value is 161 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #30a123 hue: 0.32 , saturation: 0.64 and the lightness value of 30a123 is 0.38.

The process color (four color CMYK) of #30a123 color hex is 0.70, 0.00, 0.78, 0.37. Web safe color of #30a123 is #339933. Color #30a123 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10100001 00100011
Octal 60 241 43
Decimal 48 161 35
Hex 30 A1 23

RGB Percentages of Color #30a123

%19.67
%65.98
%14.34

CMYK Percentages of Color #30a123

%70
%0
%78
%37

Triadic Colors of #30a123

#30a123 #2330a1 #a12330

Analogous Colors of #30a123

#30a123 #23a155 #6fa123

Monochromatic Colors of #30a123

#30a123

Complementary Color

#30a123 #9423a1

#30a123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a123 Color CSS Codes

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

#30a123 Text Font Color

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

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


#30a123 Background Color

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

This div background color is #30a123


#30a123 Border Color

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

This div border color is #30a123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30a123


Comments

No comments written yet.

Please login to write comment.