Html Css Color HEX #1D413C Deep Teal

📋 copy color: '#1D413C'

red 29 ◦ green 65 ◦ blue 60

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

Shades of Deep Teal #1D413C

Tints of Deep Teal #1D413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 18.83%
G = 42.21%
B = 38.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#1D413C (or 0x1D413C) is known color: Deep Teal. HEX triplet: 1D, 41 and 3C. RGB value is (29,65,60). Sum of RGB (Red+Green+Blue) = 29+65+60=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #1D413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D413C is #E2BEC3. Grayscale: #353535. Windows color (decimal): -14859972 or 3948829. OLE color: 3948829.

HSL color Cylindrical-coordinate representation of color #1D413C: hue angle of 171.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D413C is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 65 60 -
CMYK 0.55 0 0.08 0.75
HSL 171.67º 0.38% 0.18% -
HSV(B) 171.67º 0.55% 0.25% -
XYZ 3.21 4.37 4.95 -
YUV 53.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 29 65 60 0.55 0 0.08 0.75 171.67 0.38 0.18
Hex 1D 41 3C 37 0 8 4B AC 26 12
Octal 35 101 74 67 0 10 113 254 46 22
Binary 11101 1000001 111100 110111 0 1000 1001011 10101100 100110 10010

Color Harmonies of #1D413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D413C

Black with #1D413C

Text Example


Text Example

White with #1D413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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