Shades of Tiber #1E4746
Tints of Tiber #1E4746
RGB
CMYK
RGB Variations
Color information
#1E4746 (or 0x1E4746) is known color: Tiber. HEX triplet: 1E, 47 and 46. RGB value is (30,71,70). Sum of RGB (Red+Green+Blue) = 30+71+70=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #1E4746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4746 is #E1B8B9. Grayscale: #3A3A3A. Windows color (decimal): -14792890 or 4605726. OLE color: 4605726.
HSL color Cylindrical-coordinate representation of color #1E4746: hue angle of 178.54º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4746 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 71 | 70 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.72 |
| HSL | 178.54º | 0.41% | 0.2% | - |
| HSV(B) | 178.54º | 0.58% | 0.28% | - |
| XYZ | 3.89 | 5.22 | 6.6 | - |
| YUV | 58.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 70 | 0.58 | 0 | 0.01 | 0.72 | 178.54 | 0.41 | 0.2 |
| Hex | 1E | 47 | 46 | 3A | 0 | 1 | 48 | B3 | 29 | 14 |
| Octal | 36 | 107 | 106 | 72 | 0 | 1 | 110 | 263 | 51 | 24 |
| Binary | 11110 | 1000111 | 1000110 | 111010 | 0 | 1 | 1001000 | 10110011 | 101001 | 10100 |
Color Harmonies of #1E4746
Complementary color
Monochromatic Colors of #1E4746
Black with #1E4746
Text Example
Text Example
White with #1E4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4746; }
p { color: rgb(30,71,70); }
H1.HeaderClassName
{
color: #1E4746;
}
.AnyTagClassName
{
color: #1E4746;
}
</style>
background-color css
<style>
a { background-color: #1E4746; }
a { background-color: rgb(30,71,70); }
div.DivClassName
{
background-color: #1E4746;
}
.BgClassName
{
background-color: #1E4746;
}
</style>
border-color css
<style>
span { border-color: #1E4746; }
span { border-color: rgb(30,71,70); }
td.TdClassName
{
border-color: #1E4746;
}
.TagClassName
{
border-color: #1E4746;
}
</style>