Color spaces of #1c300e
RGB | 28 | 48 | 14 |
---|---|---|---|
HSL | 0.26 | 0.55 | 0.12 |
HSV | 95° | 71° | 19° |
CMYK | 0.42 | 0.00 | 0.71 0.81 |
XYZ | 1.6151 | 2.3925 | 0.7921 |
Yxy | 2.3925 | 0.3365 | 0.4985 |
Hunter Lab | 15.4677 | -8.4300 | 7.7912 |
CIE-Lab | 17.4253 | -15.5290 | 18.7139 |
#1c300e color RGB value is (28,48,14).
#1c300e hex color red value is 28, green value is 48 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #1c300e hue: 0.26 , saturation: 0.55 and the lightness value of 1c300e is 0.12.
The process color (four color CMYK) of #1c300e color hex is 0.42, 0.00, 0.71, 0.81. Web safe color of #1c300e is #333300. Color #1c300e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 00110000 | 00001110 |
Octal | 34 | 60 | 16 |
Decimal | 28 | 48 | 14 |
Hex | 1C | 30 | E |
Shades of #1c300e
Tints of #1c300e
RGB Percentages of Color #1c300e
CMYK Percentages of Color #1c300e
Complementary Color
#1c300e | #220e30 |
#1c300e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1c300e Color Preview on White Background
Lorem ipsum dolor sit amet.
#1c300e Color CSS Codes
.mybgcolor {background-color:#1c300e; } .myforecolor {color:#1c300e; } .mybordercolor {border:3px solid #1c300e; }
#1c300e Text Font Color
<p style="color:#1c300e">Text here</p>
This sample text font color is #1c300e
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.
#1c300e Background Color
<div style="background-color:#1c300e">
Div content here</div>
This div background color is #1c300e
#1c300e Border Color
<div style="border:3px solid #1c300e">
Div here</div>
This div border color is #1c300e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,48,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1c300e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1c300e; -webkit-box-shadow: 1px 1px 3px 2px #1c300e; box-shadow: 1px 1px 3px 2px #1c300e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,48,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1c300e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1c300e; -webkit-box-shadow: 1px 1px 3px 2px #1c300e; box-shadow: 1px 1px 3px 2px #1c300e;">
Div content here</div>
This div box has shadow with color #1c300e
Comments
No comments written yet.
Please login to write comment.