Shades of Tiber #1E4947
Tints of Tiber #1E4947
RGB
CMYK
RGB Variations
Color information
#1E4947 (or 0x1E4947) is known color: Tiber. HEX triplet: 1E, 49 and 47. RGB value is (30,73,71). Sum of RGB (Red+Green+Blue) = 30+73+71=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4947 is #E1B6B8. Grayscale: #3B3B3B. Windows color (decimal): -14792377 or 4671774. OLE color: 4671774.
HSL color Cylindrical-coordinate representation of color #1E4947: hue angle of 177.21º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E4947 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 71 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.71 |
| HSL | 177.21º | 0.42% | 0.2% | - |
| HSV(B) | 177.21º | 0.59% | 0.29% | - |
| XYZ | 4.06 | 5.5 | 6.81 | - |
| YUV | 59.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 71 | 0.59 | 0 | 0.03 | 0.71 | 177.21 | 0.42 | 0.2 |
| Hex | 1E | 49 | 47 | 3B | 0 | 3 | 47 | B1 | 2A | 14 |
| Octal | 36 | 111 | 107 | 73 | 0 | 3 | 107 | 261 | 52 | 24 |
| Binary | 11110 | 1001001 | 1000111 | 111011 | 0 | 11 | 1000111 | 10110001 | 101010 | 10100 |
Color Harmonies of #1E4947
Complementary color
Monochromatic Colors of #1E4947
Black with #1E4947
Text Example
Text Example
White with #1E4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4947; }
p { color: rgb(30,73,71); }
H1.HeaderClassName
{
color: #1E4947;
}
.AnyTagClassName
{
color: #1E4947;
}
</style>
background-color css
<style>
a { background-color: #1E4947; }
a { background-color: rgb(30,73,71); }
div.DivClassName
{
background-color: #1E4947;
}
.BgClassName
{
background-color: #1E4947;
}
</style>
border-color css
<style>
span { border-color: #1E4947; }
span { border-color: rgb(30,73,71); }
td.TdClassName
{
border-color: #1E4947;
}
.TagClassName
{
border-color: #1E4947;
}
</style>