Html Css Color HEX #1D4942 Deep Teal

📋 copy color: '#1D4942'

red 29 ◦ green 73 ◦ blue 66

#1D4942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1D4942

Tints of Deep Teal #1D4942

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 value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#1D4942 (or 0x1D4942) is known color: 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

RGB 29 73 66 -
CMYK 0.60 0 0.10 0.71
HSL 170.45º 0.43% 0.2% -
HSV(B) 170.45º 0.6% 0.29% -
XYZ 3.87 5.42 6 -
YUV 59.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 29 73 66 0.60 0 0.10 0.71 170.45 0.43 0.2
Hex 1D 49 42 3C 0 A 47 AA 2B 14
Octal 35 111 102 74 0 12 107 252 53 24
Binary 11101 1001001 1000010 111100 0 1010 1000111 10101010 101011 10100

Color Harmonies of #1D4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4942

Black with #1D4942

Text Example


Text Example

White with #1D4942

Text Example


Text Example

HTML Codes & Css Web 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>