Color Hex Logo

#02a730 Color Hex

#02A730
(2,167,48)
0 Favorites   0 Comments

Color spaces of #02a730

RGB 216748
HSL0.380.980.33
HSV137°99°65°
CMYK 0.990.000.71   0.35
XYZ14.377327.86377.4168
Yxy27.86370.28950.5611
Hunter Lab52.7861-43.757728.6196
CIE-Lab59.7654-60.165548.9500

#02a730 color RGB value is (2,167,48).

#02a730 hex color red value is 2, green value is 167 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #02a730 hue: 0.38 , saturation: 0.98 and the lightness value of 02a730 is 0.33.

The process color (four color CMYK) of #02a730 color hex is 0.99, 0.00, 0.71, 0.35. Web safe color of #02a730 is #009933. Color #02a730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10100111 00110000
Octal 2 247 60
Decimal 2 167 48
Hex 2 A7 30

RGB Percentages of Color #02a730

%0.92
%76.96
%22.12

CMYK Percentages of Color #02a730

%99
%0
%71
%35

Triadic Colors of #02a730

#02a730 #3002a7 #a73002

Analogous Colors of #02a730

#02a730 #02a783 #27a702

Monochromatic Colors of #02a730

#02a730

Complementary Color

#02a730 #a70279

#02a730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02a730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#02a730 Color CSS Codes

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

#02a730 Text Font Color

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

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


#02a730 Background Color

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

This div background color is #02a730


#02a730 Border Color

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

This div border color is #02a730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02a730


Comments

No comments written yet.

Please login to write comment.