Color Hex Logo

#12992b Color Hex

#12992B
(18,153,43)
0 Favorites   0 Comments

Color spaces of #12992b

RGB 1815343
HSL0.360.790.34
HSV131°88°60°
CMYK 0.880.000.72   0.40
XYZ12.076723.08556.1049
Yxy23.08550.29260.5594
Hunter Lab48.0474-39.217026.0998
CIE-Lab55.1603-55.359446.1418

#12992b color RGB value is (18,153,43).

#12992b hex color red value is 18, green value is 153 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #12992b hue: 0.36 , saturation: 0.79 and the lightness value of 12992b is 0.34.

The process color (four color CMYK) of #12992b color hex is 0.88, 0.00, 0.72, 0.40. Web safe color of #12992b is #009933. Color #12992b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011001 00101011
Octal 22 231 53
Decimal 18 153 43
Hex 12 99 2B

RGB Percentages of Color #12992b

%8.41
%71.50
%20.09

CMYK Percentages of Color #12992b

%88
%0
%72
%40

Triadic Colors of #12992b

#12992b #2b1299 #992b12

Analogous Colors of #12992b

#12992b #12996f #3d9912

Monochromatic Colors of #12992b

#12992b

Complementary Color

#12992b #991280

#12992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12992b Color CSS Codes

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

#12992b Text Font Color

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

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


#12992b Background Color

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

This div background color is #12992b


#12992b Border Color

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

This div border color is #12992b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,153,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12992b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12992b;
  -webkit-box-shadow: 1px 1px 3px 2px #12992b;
  box-shadow:         1px 1px 3px 2px #12992b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12992b


Comments

No comments written yet.

Please login to write comment.