Shades of Deep Teal #1D4641
Tints of Deep Teal #1D4641
RGB
CMYK
RGB Variations
Color information
#1D4641 (or 0x1D4641) is known color: Deep Teal. HEX triplet: 1D, 46 and 41. RGB value is (29,70,65). Sum of RGB (Red+Green+Blue) = 29+70+65=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4641 is #E2B9BE. Grayscale: #393939. Windows color (decimal): -14858687 or 4277789. OLE color: 4277789.
HSL color Cylindrical-coordinate representation of color #1D4641: hue angle of 172.68º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4641 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 70 | 65 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.73 |
| HSL | 172.68º | 0.41% | 0.19% | - |
| HSV(B) | 172.68º | 0.59% | 0.27% | - |
| XYZ | 3.65 | 5.02 | 5.78 | - |
| YUV | 57.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 65 | 0.59 | 0 | 0.07 | 0.73 | 172.68 | 0.41 | 0.19 |
| Hex | 1D | 46 | 41 | 3B | 0 | 7 | 49 | AD | 29 | 13 |
| Octal | 35 | 106 | 101 | 73 | 0 | 7 | 111 | 255 | 51 | 23 |
| Binary | 11101 | 1000110 | 1000001 | 111011 | 0 | 111 | 1001001 | 10101101 | 101001 | 10011 |
Color Harmonies of #1D4641
Complementary color
Monochromatic Colors of #1D4641
Black with #1D4641
Text Example
Text Example
White with #1D4641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4641; }
p { color: rgb(29,70,65); }
H1.HeaderClassName
{
color: #1D4641;
}
.AnyTagClassName
{
color: #1D4641;
}
</style>
background-color css
<style>
a { background-color: #1D4641; }
a { background-color: rgb(29,70,65); }
div.DivClassName
{
background-color: #1D4641;
}
.BgClassName
{
background-color: #1D4641;
}
</style>
border-color css
<style>
span { border-color: #1D4641; }
span { border-color: rgb(29,70,65); }
td.TdClassName
{
border-color: #1D4641;
}
.TagClassName
{
border-color: #1D4641;
}
</style>