Shades of Deep Teal #1D3E38
Tints of Deep Teal #1D3E38
RGB
CMYK
RGB Variations
Color information
#1D3E38 (or 0x1D3E38) is known color: Deep Teal. HEX triplet: 1D, 3E and 38. RGB value is (29,62,56). Sum of RGB (Red+Green+Blue) = 29+62+56=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E38 is #E2C1C7. Grayscale: #333333. Windows color (decimal): -14860744 or 3685917. OLE color: 3685917.
HSL color Cylindrical-coordinate representation of color #1D3E38: hue angle of 169.09º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D3E38 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 62 | 56 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.76 |
| HSL | 169.09º | 0.36% | 0.18% | - |
| HSV(B) | 169.09º | 0.53% | 0.24% | - |
| XYZ | 2.94 | 3.99 | 4.36 | - |
| YUV | 51.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 56 | 0.53 | 0 | 0.10 | 0.76 | 169.09 | 0.36 | 0.18 |
| Hex | 1D | 3E | 38 | 35 | 0 | A | 4C | A9 | 24 | 12 |
| Octal | 35 | 76 | 70 | 65 | 0 | 12 | 114 | 251 | 44 | 22 |
| Binary | 11101 | 111110 | 111000 | 110101 | 0 | 1010 | 1001100 | 10101001 | 100100 | 10010 |
Color Harmonies of #1D3E38
Complementary color
Monochromatic Colors of #1D3E38
Black with #1D3E38
Text Example
Text Example
White with #1D3E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E38; }
p { color: rgb(29,62,56); }
H1.HeaderClassName
{
color: #1D3E38;
}
.AnyTagClassName
{
color: #1D3E38;
}
</style>
background-color css
<style>
a { background-color: #1D3E38; }
a { background-color: rgb(29,62,56); }
div.DivClassName
{
background-color: #1D3E38;
}
.BgClassName
{
background-color: #1D3E38;
}
</style>
border-color css
<style>
span { border-color: #1D3E38; }
span { border-color: rgb(29,62,56); }
td.TdClassName
{
border-color: #1D3E38;
}
.TagClassName
{
border-color: #1D3E38;
}
</style>