Html Css Color HEX #1D4740 Deep Teal

📋 copy color: '#1D4740'

red 29 ◦ green 71 ◦ blue 64

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

Shades of Deep Teal #1D4740

Tints of Deep Teal #1D4740

RGB

 RED value IS 29 (11.72% from 255) = 17.68%

 GREEN value IS 71 (28.13% from 255) = 43.29%

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 17.68%
G = 43.29%
B = 39.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#1D4740 (or 0x1D4740) is known color: Deep Teal. HEX triplet: 1D, 47 and 40. RGB value is (29,71,64). Sum of RGB (Red+Green+Blue) = 29+71+64=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4740 is #E2B8BF. Grayscale: #393939. Windows color (decimal): -14858432 or 4212509. OLE color: 4212509.

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

Color convert

RGB 29 71 64 -
CMYK 0.59 0 0.10 0.72
HSL 170º 0.42% 0.2% -
HSV(B) 170º 0.59% 0.28% -
XYZ 3.69 5.14 5.65 -
YUV 57.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 29 71 64 0.59 0 0.10 0.72 170 0.42 0.2
Hex 1D 47 40 3B 0 A 48 AA 2A 14
Octal 35 107 100 73 0 12 110 252 52 24
Binary 11101 1000111 1000000 111011 0 1010 1001000 10101010 101010 10100

Color Harmonies of #1D4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4740

Black with #1D4740

Text Example


Text Example

White with #1D4740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D4740;
 }
 .AnyTagClassName
 {
   color: #1D4740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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