Color spaces of #319702
RGB | 49 | 151 | 2 |
---|---|---|---|
HSL | 0.28 | 0.97 | 0.30 |
HSV | 101° | 99° | 59° |
CMYK | 0.68 | 0.00 | 0.99 0.41 |
XYZ | 12.3442 | 22.7906 | 3.8058 |
Yxy | 22.7906 | 0.3170 | 0.5853 |
Hunter Lab | 47.7395 | -37.3886 | 28.6910 |
CIE-Lab | 54.8560 | -52.2053 | 56.7734 |
#319702 color RGB value is (49,151,2).
#319702 hex color red value is 49, green value is 151 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #319702 hue: 0.28 , saturation: 0.97 and the lightness value of 319702 is 0.30.
The process color (four color CMYK) of #319702 color hex is 0.68, 0.00, 0.99, 0.41. Web safe color of #319702 is #339900. Color #319702 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 10010111 | 00000010 |
Octal | 61 | 227 | 2 |
Decimal | 49 | 151 | 2 |
Hex | 31 | 97 | 2 |
Shades of #319702
Tints of #319702
RGB Percentages of Color #319702
CMYK Percentages of Color #319702
Complementary Color
#319702 | #680297 |
#319702 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#319702 Color Preview on White Background
Lorem ipsum dolor sit amet.
#319702 Color CSS Codes
.mybgcolor {background-color:#319702; } .myforecolor {color:#319702; } .mybordercolor {border:3px solid #319702; }
#319702 Text Font Color
<p style="color:#319702">Text here</p>
This sample text font color is #319702
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.
#319702 Background Color
<div style="background-color:#319702">
Div content here</div>
This div background color is #319702
#319702 Border Color
<div style="border:3px solid #319702">
Div here</div>
This div border color is #319702
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,151,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #319702; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #319702; -webkit-box-shadow: 1px 1px 3px 2px #319702; box-shadow: 1px 1px 3px 2px #319702; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,151,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #319702">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #319702; -webkit-box-shadow: 1px 1px 3px 2px #319702; box-shadow: 1px 1px 3px 2px #319702;">
Div content here</div>
This div box has shadow with color #319702
Comments
No comments written yet.
Please login to write comment.