Color spaces of #127141
RGB | 18 | 113 | 65 |
---|---|---|---|
HSL | 0.42 | 0.73 | 0.26 |
HSV | 150° | 84° | 44° |
CMYK | 0.84 | 0.00 | 0.42 0.56 |
XYZ | 7.1087 | 12.3205 | 7.0045 |
Yxy | 12.3205 | 0.2689 | 0.4661 |
Hunter Lab | 35.1006 | -25.2755 | 12.7388 |
CIE-Lab | 41.7210 | -38.1350 | 19.3815 |
#127141 color RGB value is (18,113,65).
#127141 hex color red value is 18, green value is 113 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #127141 hue: 0.42 , saturation: 0.73 and the lightness value of 127141 is 0.26.
The process color (four color CMYK) of #127141 color hex is 0.84, 0.00, 0.42, 0.56. Web safe color of #127141 is #006633. Color #127141 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 01110001 | 01000001 |
Octal | 22 | 161 | 101 |
Decimal | 18 | 113 | 65 |
Hex | 12 | 71 | 41 |
Shades of #127141
Tints of #127141
RGB Percentages of Color #127141
CMYK Percentages of Color #127141
Complementary Color
#127141 | #711242 |
#127141 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#127141 Color Preview on White Background
Lorem ipsum dolor sit amet.
#127141 Color CSS Codes
.mybgcolor {background-color:#127141; } .myforecolor {color:#127141; } .mybordercolor {border:3px solid #127141; }
#127141 Text Font Color
<p style="color:#127141">Text here</p>
This sample text font color is #127141
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.
#127141 Background Color
<div style="background-color:#127141">
Div content here</div>
This div background color is #127141
#127141 Border Color
<div style="border:3px solid #127141">
Div here</div>
This div border color is #127141
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,113,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #127141; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #127141; -webkit-box-shadow: 1px 1px 3px 2px #127141; box-shadow: 1px 1px 3px 2px #127141; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,113,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #127141">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #127141; -webkit-box-shadow: 1px 1px 3px 2px #127141; box-shadow: 1px 1px 3px 2px #127141;">
Div content here</div>
This div box has shadow with color #127141
Comments
No comments written yet.
Please login to write comment.