Shades of Tiber #1D4744
Tints of Tiber #1D4744
RGB
CMYK
RGB Variations
Color information
#1D4744 (or 0x1D4744) is known color: Tiber. HEX triplet: 1D, 47 and 44. RGB value is (29,71,68). Sum of RGB (Red+Green+Blue) = 29+71+68=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4744 is #E2B8BB. Grayscale: #3A3A3A. Windows color (decimal): -14858428 or 4474653. OLE color: 4474653.
HSL color Cylindrical-coordinate representation of color #1D4744: hue angle of 175.71º 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 #1D4744 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 68 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.72 |
| HSL | 175.71º | 0.42% | 0.2% | - |
| HSV(B) | 175.71º | 0.59% | 0.28% | - |
| XYZ | 3.8 | 5.19 | 6.27 | - |
| YUV | 58.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 68 | 0.59 | 0 | 0.04 | 0.72 | 175.71 | 0.42 | 0.2 |
| Hex | 1D | 47 | 44 | 3B | 0 | 4 | 48 | B0 | 2A | 14 |
| Octal | 35 | 107 | 104 | 73 | 0 | 4 | 110 | 260 | 52 | 24 |
| Binary | 11101 | 1000111 | 1000100 | 111011 | 0 | 100 | 1001000 | 10110000 | 101010 | 10100 |
Color Harmonies of #1D4744
Complementary color
Monochromatic Colors of #1D4744
Black with #1D4744
Text Example
Text Example
White with #1D4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4744; }
p { color: rgb(29,71,68); }
H1.HeaderClassName
{
color: #1D4744;
}
.AnyTagClassName
{
color: #1D4744;
}
</style>
background-color css
<style>
a { background-color: #1D4744; }
a { background-color: rgb(29,71,68); }
div.DivClassName
{
background-color: #1D4744;
}
.BgClassName
{
background-color: #1D4744;
}
</style>
border-color css
<style>
span { border-color: #1D4744; }
span { border-color: rgb(29,71,68); }
td.TdClassName
{
border-color: #1D4744;
}
.TagClassName
{
border-color: #1D4744;
}
</style>