#1D4241

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

Shades of Tiber #1D4241

Tints of Tiber #1D4241

Color information

#1D4241 (or 0x1D4241) is unknown color: approx Tiber. HEX triplet: 1D, 42 and 41. RGB value is (29,66,65). Sum of RGB (Red+Green+Blue) = 29+66+65=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #1D4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4241 is #E2BDBE. Grayscale: #363636. Windows color (decimal): -14859711 or 4276765. OLE color: 4276765.

HSL color Cylindrical-coordinate representation of color #1D4241: hue angle of 178.38º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D4241 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB296665-
CMYK0.5600.020.74
HSL178.38º38.95%18.63%-
HSV(B)178.38º56.06%25.88%-
XYZ3.414.545.7-
YUV54.82133.74109.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=18.12%
G=41.25%
B=40.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2966650.5600.020.74178.3838.9518.63
Hex1D424138024Ab22713
Octal3510210170021122624723
Binary111011000010100000111100001010010101011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,65); }

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

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

 a { background-color: rgb(29,66,65); }

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

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

 span { border-color: rgb(29,66,65); }

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