Color spaces of #192812
RGB | 25 | 40 | 18 |
---|---|---|---|
HSL | 0.28 | 0.38 | 0.11 |
HSV | 101° | 55° | 16° |
CMYK | 0.38 | 0.00 | 0.55 0.84 |
XYZ | 1.2689 | 1.7679 | 0.8466 |
Yxy | 1.7679 | 0.3267 | 0.4552 |
Hunter Lab | 13.2962 | -6.2336 | 5.5322 |
CIE-Lab | 14.2188 | -11.6403 | 12.4059 |
#192812 color RGB value is (25,40,18).
#192812 hex color red value is 25, green value is 40 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #192812 hue: 0.28 , saturation: 0.38 and the lightness value of 192812 is 0.11.
The process color (four color CMYK) of #192812 color hex is 0.38, 0.00, 0.55, 0.84. Web safe color of #192812 is #003300. Color #192812 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 00101000 | 00010010 |
Octal | 31 | 50 | 22 |
Decimal | 25 | 40 | 18 |
Hex | 19 | 28 | 12 |
Shades of #192812
Tints of #192812
RGB Percentages of Color #192812
CMYK Percentages of Color #192812
Complementary Color
#192812 | #211228 |
#192812 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#192812 Color Preview on White Background
Lorem ipsum dolor sit amet.
#192812 Color CSS Codes
.mybgcolor {background-color:#192812; } .myforecolor {color:#192812; } .mybordercolor {border:3px solid #192812; }
#192812 Text Font Color
<p style="color:#192812">Text here</p>
This sample text font color is #192812
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.
#192812 Background Color
<div style="background-color:#192812">
Div content here</div>
This div background color is #192812
#192812 Border Color
<div style="border:3px solid #192812">
Div here</div>
This div border color is #192812
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,40,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #192812; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #192812; -webkit-box-shadow: 1px 1px 3px 2px #192812; box-shadow: 1px 1px 3px 2px #192812; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,40,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #192812">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #192812; -webkit-box-shadow: 1px 1px 3px 2px #192812; box-shadow: 1px 1px 3px 2px #192812;">
Div content here</div>
This div box has shadow with color #192812
Comments
No comments written yet.
Please login to write comment.