Shades of Deep Teal #1D473E
Tints of Deep Teal #1D473E
RGB
CMYK
RGB Variations
Color information
#1D473E (or 0x1D473E) is known color: Deep Teal. HEX triplet: 1D, 47 and 3E. RGB value is (29,71,62). Sum of RGB (Red+Green+Blue) = 29+71+62=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #1D473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D473E is #E2B8C1. Grayscale: #393939. Windows color (decimal): -14858434 or 4081437. OLE color: 4081437.
HSL color Cylindrical-coordinate representation of color #1D473E: hue angle of 167.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D473E is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 62 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.72 |
| HSL | 167.14º | 0.42% | 0.2% | - |
| HSV(B) | 167.14º | 0.59% | 0.28% | - |
| XYZ | 3.63 | 5.12 | 5.35 | - |
| YUV | 57.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 62 | 0.59 | 0 | 0.13 | 0.72 | 167.14 | 0.42 | 0.2 |
| Hex | 1D | 47 | 3E | 3B | 0 | D | 48 | A7 | 2A | 14 |
| Octal | 35 | 107 | 76 | 73 | 0 | 15 | 110 | 247 | 52 | 24 |
| Binary | 11101 | 1000111 | 111110 | 111011 | 0 | 1101 | 1001000 | 10100111 | 101010 | 10100 |
Color Harmonies of #1D473E
Complementary color
Monochromatic Colors of #1D473E
Black with #1D473E
Text Example
Text Example
White with #1D473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D473E; }
p { color: rgb(29,71,62); }
H1.HeaderClassName
{
color: #1D473E;
}
.AnyTagClassName
{
color: #1D473E;
}
</style>
background-color css
<style>
a { background-color: #1D473E; }
a { background-color: rgb(29,71,62); }
div.DivClassName
{
background-color: #1D473E;
}
.BgClassName
{
background-color: #1D473E;
}
</style>
border-color css
<style>
span { border-color: #1D473E; }
span { border-color: rgb(29,71,62); }
td.TdClassName
{
border-color: #1D473E;
}
.TagClassName
{
border-color: #1D473E;
}
</style>