Color Hex Logo

#029220 Color Hex

#029220
(2,146,32)
1 Favorites   0 Comments

Color spaces of #029220

RGB 214632
HSL0.370.970.29
HSV133°99°57°
CMYK 0.990.000.78   0.43
XYZ10.564620.67504.8004
Yxy20.67500.29310.5737
Hunter Lab45.4698-38.098825.5694
CIE-Lab52.5920-55.251047.6081

#029220 color RGB value is (2,146,32).

#029220 hex color red value is 2, green value is 146 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #029220 hue: 0.37 , saturation: 0.97 and the lightness value of 029220 is 0.29.

The process color (four color CMYK) of #029220 color hex is 0.99, 0.00, 0.78, 0.43. Web safe color of #029220 is #009933. Color #029220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010010 00100000
Octal 2 222 40
Decimal 2 146 32
Hex 2 92 20

RGB Percentages of Color #029220

%1.11
%81.11
%17.78

CMYK Percentages of Color #029220

%99
%0
%78
%43

Triadic Colors of #029220

#029220 #200292 #922002

Analogous Colors of #029220

#029220 #029268 #2c9202

Monochromatic Colors of #029220

#029220

Complementary Color

#029220 #920274

#029220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029220 Color CSS Codes

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

#029220 Text Font Color

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

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


#029220 Background Color

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

This div background color is #029220


#029220 Border Color

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

This div border color is #029220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029220


Comments

No comments written yet.

Please login to write comment.