Color spaces of #298707
RGB | 41 | 135 | 7 |
---|---|---|---|
HSL | 0.29 | 0.90 | 0.28 |
HSV | 104° | 95° | 53° |
CMYK | 0.70 | 0.00 | 0.95 0.47 |
XYZ | 9.6168 | 17.8147 | 3.1327 |
Yxy | 17.8147 | 0.3146 | 0.5829 |
Hunter Lab | 42.2075 | -33.1926 | 25.1446 |
CIE-Lab | 49.2706 | -48.3504 | 51.2511 |
#298707 color RGB value is (41,135,7).
#298707 hex color red value is 41, green value is 135 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #298707 hue: 0.29 , saturation: 0.90 and the lightness value of 298707 is 0.28.
The process color (four color CMYK) of #298707 color hex is 0.70, 0.00, 0.95, 0.47. Web safe color of #298707 is #339900. Color #298707 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 10000111 | 00000111 |
Octal | 51 | 207 | 7 |
Decimal | 41 | 135 | 7 |
Hex | 29 | 87 | 7 |
Shades of #298707
Tints of #298707
RGB Percentages of Color #298707
CMYK Percentages of Color #298707
Complementary Color
#298707 | #650787 |
#298707 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#298707 Color Preview on White Background
Lorem ipsum dolor sit amet.
#298707 Color CSS Codes
.mybgcolor {background-color:#298707; } .myforecolor {color:#298707; } .mybordercolor {border:3px solid #298707; }
#298707 Text Font Color
<p style="color:#298707">Text here</p>
This sample text font color is #298707
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.
#298707 Background Color
<div style="background-color:#298707">
Div content here</div>
This div background color is #298707
#298707 Border Color
<div style="border:3px solid #298707">
Div here</div>
This div border color is #298707
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,135,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #298707; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #298707; -webkit-box-shadow: 1px 1px 3px 2px #298707; box-shadow: 1px 1px 3px 2px #298707; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,135,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #298707">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #298707; -webkit-box-shadow: 1px 1px 3px 2px #298707; box-shadow: 1px 1px 3px 2px #298707;">
Div content here</div>
This div box has shadow with color #298707
Comments
No comments written yet.
Please login to write comment.