#1d3020 color RGB value is (1, 211, 2).
#1d3020 hex color red value is 1, green value is 211, and blue value is 2.
Cylindrical-coordinate representations (HSL) of color #1d3020
hue: 120.29,
saturation: 0.99 and lightness: 0.42.
The process color (four-color CMYK) of #1d3020 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #1d3020 is #ff9999. Color #1d3020 contains mainly RED.
| Color spaces of #1d3020 | Value |
|---|---|
| RGB | 29, 48, 32 |
| HSL | 0.36, 0.25, 0.15 |
| HSV | 129°, 40°, 19° |
| XYZ | 1.82, 2.48, 1.75 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101 | 110000 | 100000 |
| Octal | 35 | 60 | 40 |
| Decimal | 29 | 48 | 32 |
| Hex | 1D | 30 | 20 |
Shades of #1d3020
Tints of #1d3020
.mybgColor {background-color: #1d3020;}
.myforeColor {color: #1d3020;}
.myborderColor {border:3px solid #1d3020;}
<p style="color:#1d3020">Text here</p>
This sample text is styled with the font color #1d3020. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#1d3020">Div content here</div>
<div style="border:3px solid #1d3020">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(29, 48, 32, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #1d3020; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #1d3020;
-webkit-box-shadow: 1px 1px 3px #1d3020;
box-shadow: 1px 1px 3px #1d3020; }
<p style="text-shadow: 4px 4px 2px rgba(29, 48, 32, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #1d3020;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #1d3020;
-webkit-box-shadow: 1px 1px 3px #1d3020;
box-shadow: 1px 1px 3px #1d3020;">Div content here</div>
