Color spaces of #138248
RGB | 19 | 130 | 72 |
---|---|---|---|
HSL | 0.41 | 0.74 | 0.29 |
HSV | 149° | 85° | 51° |
CMYK | 0.85 | 0.00 | 0.45 0.49 |
XYZ | 9.4209 | 16.5716 | 8.8330 |
Yxy | 16.5716 | 0.2705 | 0.4758 |
Hunter Lab | 40.7082 | -29.9300 | 15.6308 |
CIE-Lab | 47.7157 | -43.2411 | 23.2755 |
#138248 color RGB value is (19,130,72).
#138248 hex color red value is 19, green value is 130 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #138248 hue: 0.41 , saturation: 0.74 and the lightness value of 138248 is 0.29.
The process color (four color CMYK) of #138248 color hex is 0.85, 0.00, 0.45, 0.49. Web safe color of #138248 is #009933. Color #138248 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 10000010 | 01001000 |
Octal | 23 | 202 | 110 |
Decimal | 19 | 130 | 72 |
Hex | 13 | 82 | 48 |
Shades of #138248
Tints of #138248
RGB Percentages of Color #138248
CMYK Percentages of Color #138248
Complementary Color
#138248 | #82134d |
#138248 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#138248 Color Preview on White Background
Lorem ipsum dolor sit amet.
#138248 Color CSS Codes
.mybgcolor {background-color:#138248; } .myforecolor {color:#138248; } .mybordercolor {border:3px solid #138248; }
#138248 Text Font Color
<p style="color:#138248">Text here</p>
This sample text font color is #138248
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.
#138248 Background Color
<div style="background-color:#138248">
Div content here</div>
This div background color is #138248
#138248 Border Color
<div style="border:3px solid #138248">
Div here</div>
This div border color is #138248
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,130,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #138248; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #138248; -webkit-box-shadow: 1px 1px 3px 2px #138248; box-shadow: 1px 1px 3px 2px #138248; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,130,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #138248">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #138248; -webkit-box-shadow: 1px 1px 3px 2px #138248; box-shadow: 1px 1px 3px 2px #138248;">
Div content here</div>
This div box has shadow with color #138248
Comments
No comments written yet.
Please login to write comment.