Shades of Deep Teal #1D3F37
Tints of Deep Teal #1D3F37
RGB
CMYK
RGB Variations
Color information
#1D3F37 (or 0x1D3F37) is known color: Deep Teal. HEX triplet: 1D, 3F and 37. RGB value is (29,63,55). Sum of RGB (Red+Green+Blue) = 29+63+55=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F37 is #E2C0C8. Grayscale: #333333. Windows color (decimal): -14860489 or 3620637. OLE color: 3620637.
HSL color Cylindrical-coordinate representation of color #1D3F37: hue angle of 165.88º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D3F37 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 63 | 55 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.75 |
| HSL | 165.88º | 0.37% | 0.18% | - |
| HSV(B) | 165.88º | 0.54% | 0.25% | - |
| XYZ | 2.97 | 4.09 | 4.25 | - |
| YUV | 51.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 55 | 0.54 | 0 | 0.13 | 0.75 | 165.88 | 0.37 | 0.18 |
| Hex | 1D | 3F | 37 | 36 | 0 | D | 4B | A6 | 25 | 12 |
| Octal | 35 | 77 | 67 | 66 | 0 | 15 | 113 | 246 | 45 | 22 |
| Binary | 11101 | 111111 | 110111 | 110110 | 0 | 1101 | 1001011 | 10100110 | 100101 | 10010 |
Color Harmonies of #1D3F37
Complementary color
Monochromatic Colors of #1D3F37
Black with #1D3F37
Text Example
Text Example
White with #1D3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F37; }
p { color: rgb(29,63,55); }
H1.HeaderClassName
{
color: #1D3F37;
}
.AnyTagClassName
{
color: #1D3F37;
}
</style>
background-color css
<style>
a { background-color: #1D3F37; }
a { background-color: rgb(29,63,55); }
div.DivClassName
{
background-color: #1D3F37;
}
.BgClassName
{
background-color: #1D3F37;
}
</style>
border-color css
<style>
span { border-color: #1D3F37; }
span { border-color: rgb(29,63,55); }
td.TdClassName
{
border-color: #1D3F37;
}
.TagClassName
{
border-color: #1D3F37;
}
</style>