Shades of Tiber #1C4947
Tints of Tiber #1C4947
RGB
CMYK
RGB Variations
Color information
#1C4947 (or 0x1C4947) is known color: Tiber. HEX triplet: 1C, 49 and 47. RGB value is (28,73,71). Sum of RGB (Red+Green+Blue) = 28+73+71=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #1C4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4947 is #E3B6B8. Grayscale: #3B3B3B. Windows color (decimal): -14923449 or 4671772. OLE color: 4671772.
HSL color Cylindrical-coordinate representation of color #1C4947: hue angle of 177.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4947 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 73 | 71 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.71 |
| HSL | 177.33º | 0.45% | 0.2% | - |
| HSV(B) | 177.33º | 0.62% | 0.29% | - |
| XYZ | 4 | 5.47 | 6.81 | - |
| YUV | 59.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 71 | 0.62 | 0 | 0.03 | 0.71 | 177.33 | 0.45 | 0.2 |
| Hex | 1C | 49 | 47 | 3E | 0 | 3 | 47 | B1 | 2D | 14 |
| Octal | 34 | 111 | 107 | 76 | 0 | 3 | 107 | 261 | 55 | 24 |
| Binary | 11100 | 1001001 | 1000111 | 111110 | 0 | 11 | 1000111 | 10110001 | 101101 | 10100 |
Color Harmonies of #1C4947
Complementary color
Monochromatic Colors of #1C4947
Black with #1C4947
Text Example
Text Example
White with #1C4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4947; }
p { color: rgb(28,73,71); }
H1.HeaderClassName
{
color: #1C4947;
}
.AnyTagClassName
{
color: #1C4947;
}
</style>
background-color css
<style>
a { background-color: #1C4947; }
a { background-color: rgb(28,73,71); }
div.DivClassName
{
background-color: #1C4947;
}
.BgClassName
{
background-color: #1C4947;
}
</style>
border-color css
<style>
span { border-color: #1C4947; }
span { border-color: rgb(28,73,71); }
td.TdClassName
{
border-color: #1C4947;
}
.TagClassName
{
border-color: #1C4947;
}
</style>