#1D473F

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

Shades of Deep Teal #1D473F

Tints of Deep Teal #1D473F

Color information

#1D473F (or 0x1D473F) is unknown color: approx Deep Teal. HEX triplet: 1D, 47 and 3F. RGB value is (29,71,63). Sum of RGB (Red+Green+Blue) = 29+71+63=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #1D473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D473F is #E2B8C0. Grayscale: #393939. Windows color (decimal): -14858433 or 4146973. OLE color: 4146973.

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

Color convert

RGB297163-
CMYK0.5900.110.72
HSL168.57º42%19.61%-
HSV(B)168.57º59.15%27.84%-
XYZ3.665.135.5-
YUV57.53131.09107.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 63 (25% from 255) = 38.65%
R=17.79%
G=43.56%
B=38.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2971630.5900.110.72168.574219.61
Hex1D473F3B0B48a92a14
Octal3510777730131102515224
Binary1110110001111111111110110101110010001010100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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