#1D473C

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

Shades of Deep Teal #1D473C

Tints of Deep Teal #1D473C

Color information

#1D473C (or 0x1D473C) is unknown color: approx Deep Teal. HEX triplet: 1D, 47 and 3C. RGB value is (29,71,60). Sum of RGB (Red+Green+Blue) = 29+71+60=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #1D473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D473C is #E2B8C3. Grayscale: #393939. Windows color (decimal): -14858436 or 3950365. OLE color: 3950365.

HSL color Cylindrical-coordinate representation of color #1D473C: hue angle of 164.29º 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 #1D473C is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB297160-
CMYK0.5900.150.72
HSL164.29º42%19.61%-
HSV(B)164.29º59.15%27.84%-
XYZ3.585.095.07-
YUV57.19129.59107.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=18.12%
G=44.38%
B=37.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2971600.5900.150.72164.294219.61
Hex1D473C3B0F48a42a14
Octal3510774730171102445224
Binary1110110001111111001110110111110010001010010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,71,60); }

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

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

 a { background-color: rgb(29,71,60); }

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

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

 span { border-color: rgb(29,71,60); }

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