#1D4A48

Color #1D4A48 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #1D4A48

Tints of Tiber #1D4A48

Color information

#1D4A48 (or 0x1D4A48) is unknown color: approx Tiber. HEX triplet: 1D, 4A and 48. RGB value is (29,74,72). Sum of RGB (Red+Green+Blue) = 29+74+72=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4A48 is #E2B5B7. Grayscale: #3C3C3C. Windows color (decimal): -14857656 or 4737565. OLE color: 4737565.

HSL color Cylindrical-coordinate representation of color #1D4A48: hue angle of 177.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4A48 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB297472-
CMYK0.6100.030.71
HSL177.33º43.69%20.2%-
HSV(B)177.33º60.81%29.02%-
XYZ4.135.637-
YUV60.32134.59105.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 16.57%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=16.57%
G=42.29%
B=41.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2974720.6100.030.71177.3343.6920.2
Hex1D4A483D0347b12c14
Octal3511211075031072615424
Binary111011001010100100011110101110001111011000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D4A48; }

 p { color: rgb(29,74,72); }

 H1.HeaderClassName
 {
   color: #1D4A48;
 }
 .AnyTagClassName
 {
   color: #1D4A48;
 }
</style>
background-color css

<style>
 a { background-color: #1D4A48; }

 a { background-color: rgb(29,74,72); }

 div.DivClassName
 {
   background-color: #1D4A48;
 }
 .BgClassName
 {
   background-color: #1D4A48;
 }
</style>
border-color css

<style>
 span { border-color: #1D4A48; }

 span { border-color: rgb(29,74,72); }

 td.TdClassName
 {
   border-color: #1D4A48;
 }
 .TagClassName
 {
   border-color: #1D4A48;
 }
</style>