Shades of Tiber #1D4746
Tints of Tiber #1D4746
RGB
CMYK
RGB Variations
Color information
#1D4746 (or 0x1D4746) is known color: Tiber. HEX triplet: 1D, 47 and 46. RGB value is (29,71,70). Sum of RGB (Red+Green+Blue) = 29+71+70=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4746 is #E2B8B9. Grayscale: #3A3A3A. Windows color (decimal): -14858426 or 4605725. OLE color: 4605725.
HSL color Cylindrical-coordinate representation of color #1D4746: hue angle of 178.57º 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 #1D4746 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 70 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.72 |
| HSL | 178.57º | 0.42% | 0.2% | - |
| HSV(B) | 178.57º | 0.59% | 0.28% | - |
| XYZ | 3.87 | 5.21 | 6.6 | - |
| YUV | 58.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 70 | 0.59 | 0 | 0.01 | 0.72 | 178.57 | 0.42 | 0.2 |
| Hex | 1D | 47 | 46 | 3B | 0 | 1 | 48 | B3 | 2A | 14 |
| Octal | 35 | 107 | 106 | 73 | 0 | 1 | 110 | 263 | 52 | 24 |
| Binary | 11101 | 1000111 | 1000110 | 111011 | 0 | 1 | 1001000 | 10110011 | 101010 | 10100 |
Color Harmonies of #1D4746
Complementary color
Monochromatic Colors of #1D4746
Black with #1D4746
Text Example
Text Example
White with #1D4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4746; }
p { color: rgb(29,71,70); }
H1.HeaderClassName
{
color: #1D4746;
}
.AnyTagClassName
{
color: #1D4746;
}
</style>
background-color css
<style>
a { background-color: #1D4746; }
a { background-color: rgb(29,71,70); }
div.DivClassName
{
background-color: #1D4746;
}
.BgClassName
{
background-color: #1D4746;
}
</style>
border-color css
<style>
span { border-color: #1D4746; }
span { border-color: rgb(29,71,70); }
td.TdClassName
{
border-color: #1D4746;
}
.TagClassName
{
border-color: #1D4746;
}
</style>