Html Css Color HEX #1D473D Deep Teal

📋 copy color: '#1D473D'

red 29 ◦ green 71 ◦ blue 61

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

Shades of Deep Teal #1D473D

Tints of Deep Teal #1D473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.89%

R = 18.01%
G = 44.1%
B = 37.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#1D473D (or 0x1D473D) is known color: Deep Teal. HEX triplet: 1D, 47 and 3D. RGB value is (29,71,61). Sum of RGB (Red+Green+Blue) = 29+71+61=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #1D473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D473D is #E2B8C2. Grayscale: #393939. Windows color (decimal): -14858435 or 4015901. OLE color: 4015901.

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

Color convert

RGB 29 71 61 -
CMYK 0.59 0 0.14 0.72
HSL 165.71º 0.42% 0.2% -
HSV(B) 165.71º 0.59% 0.28% -
XYZ 3.6 5.1 5.21 -
YUV 57.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 29 71 61 0.59 0 0.14 0.72 165.71 0.42 0.2
Hex 1D 47 3D 3B 0 E 48 A6 2A 14
Octal 35 107 75 73 0 16 110 246 52 24
Binary 11101 1000111 111101 111011 0 1110 1001000 10100110 101010 10100

Color Harmonies of #1D473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D473D

Black with #1D473D

Text Example


Text Example

White with #1D473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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