#1D4942

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

Shades of Deep Teal #1D4942

Tints of Deep Teal #1D4942

Color information

#1D4942 (or 0x1D4942) is unknown color: approx Deep Teal. HEX triplet: 1D, 49 and 42. RGB value is (29,73,66). Sum of RGB (Red+Green+Blue) = 29+73+66=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #1D4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4942 is #E2B6BD. Grayscale: #3B3B3B. Windows color (decimal): -14857918 or 4344093. OLE color: 4344093.

HSL color Cylindrical-coordinate representation of color #1D4942: hue angle of 170.45º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4942 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB297366-
CMYK0.6000.100.71
HSL170.45º43.14%20%-
HSV(B)170.45º60.27%28.63%-
XYZ3.875.426-
YUV59.05131.92106.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=17.26%
G=43.45%
B=39.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2973660.6000.100.71170.4543.1420
Hex1D49423C0A47aa2b14
Octal35111102740121072525324
Binary11101100100110000101111000101010001111010101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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