Color spaces of #19481f
RGB | 25 | 72 | 31 |
---|---|---|---|
HSL | 0.35 | 0.48 | 0.19 |
HSV | 128° | 65° | 28° |
CMYK | 0.65 | 0.00 | 0.57 0.72 |
XYZ | 2.9656 | 4.9403 | 2.0936 |
Yxy | 4.9403 | 0.2966 | 0.4941 |
Hunter Lab | 22.2268 | -15.0806 | 9.9741 |
CIE-Lab | 26.5640 | -26.0571 | 19.8056 |
#19481f color RGB value is (25,72,31).
#19481f hex color red value is 25, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #19481f hue: 0.35 , saturation: 0.48 and the lightness value of 19481f is 0.19.
The process color (four color CMYK) of #19481f color hex is 0.65, 0.00, 0.57, 0.72. Web safe color of #19481f is #003333. Color #19481f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01001000 | 00011111 |
Octal | 31 | 110 | 37 |
Decimal | 25 | 72 | 31 |
Hex | 19 | 48 | 1F |
Shades of #19481f
Tints of #19481f
RGB Percentages of Color #19481f
CMYK Percentages of Color #19481f
Complementary Color
#19481f | #481942 |
#19481f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#19481f Color Preview on White Background
Lorem ipsum dolor sit amet.
#19481f Color CSS Codes
.mybgcolor {background-color:#19481f; } .myforecolor {color:#19481f; } .mybordercolor {border:3px solid #19481f; }
#19481f Text Font Color
<p style="color:#19481f">Text here</p>
This sample text font color is #19481f
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.
#19481f Background Color
<div style="background-color:#19481f">
Div content here</div>
This div background color is #19481f
#19481f Border Color
<div style="border:3px solid #19481f">
Div here</div>
This div border color is #19481f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,72,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #19481f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #19481f; -webkit-box-shadow: 1px 1px 3px 2px #19481f; box-shadow: 1px 1px 3px 2px #19481f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,72,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #19481f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #19481f; -webkit-box-shadow: 1px 1px 3px 2px #19481f; box-shadow: 1px 1px 3px 2px #19481f;">
Div content here</div>
This div box has shadow with color #19481f
Comments
No comments written yet.
Please login to write comment.