Shades of Tiber #1E4745
Tints of Tiber #1E4745
RGB
CMYK
RGB Variations
Color information
#1E4745 (or 0x1E4745) is known color: Tiber. HEX triplet: 1E, 47 and 45. RGB value is (30,71,69). Sum of RGB (Red+Green+Blue) = 30+71+69=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #1E4745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4745 is #E1B8BA. Grayscale: #3A3A3A. Windows color (decimal): -14792891 or 4540190. OLE color: 4540190.
HSL color Cylindrical-coordinate representation of color #1E4745: hue angle of 177.07º 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 #1E4745 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 71 | 69 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.72 |
| HSL | 177.07º | 0.41% | 0.2% | - |
| HSV(B) | 177.07º | 0.58% | 0.28% | - |
| XYZ | 3.86 | 5.21 | 6.43 | - |
| YUV | 58.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 69 | 0.58 | 0 | 0.03 | 0.72 | 177.07 | 0.41 | 0.2 |
| Hex | 1E | 47 | 45 | 3A | 0 | 3 | 48 | B1 | 29 | 14 |
| Octal | 36 | 107 | 105 | 72 | 0 | 3 | 110 | 261 | 51 | 24 |
| Binary | 11110 | 1000111 | 1000101 | 111010 | 0 | 11 | 1001000 | 10110001 | 101001 | 10100 |
Color Harmonies of #1E4745
Complementary color
Monochromatic Colors of #1E4745
Black with #1E4745
Text Example
Text Example
White with #1E4745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4745; }
p { color: rgb(30,71,69); }
H1.HeaderClassName
{
color: #1E4745;
}
.AnyTagClassName
{
color: #1E4745;
}
</style>
background-color css
<style>
a { background-color: #1E4745; }
a { background-color: rgb(30,71,69); }
div.DivClassName
{
background-color: #1E4745;
}
.BgClassName
{
background-color: #1E4745;
}
</style>
border-color css
<style>
span { border-color: #1E4745; }
span { border-color: rgb(30,71,69); }
td.TdClassName
{
border-color: #1E4745;
}
.TagClassName
{
border-color: #1E4745;
}
</style>