Html Css Color HEX #1D4D44 Deep Teal

📋 copy color: '#1D4D44'

red 29 ◦ green 77 ◦ blue 68

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

Shades of Deep Teal #1D4D44

Tints of Deep Teal #1D4D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.25%

 BLUE value IS 68 (26.95% from 255) = 39.08%

R = 16.67%
G = 44.25%
B = 39.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#1D4D44 (or 0x1D4D44) is known color: Deep Teal. HEX triplet: 1D, 4D and 44. RGB value is (29,77,68). Sum of RGB (Red+Green+Blue) = 29+77+68=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #1D4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4D44 is #E2B2BB. Grayscale: #3D3D3D. Windows color (decimal): -14856892 or 4476189. OLE color: 4476189.

HSL color Cylindrical-coordinate representation of color #1D4D44: hue angle of 168.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D4D44 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 29 77 68 -
CMYK 0.62 0 0.12 0.70
HSL 168.75º 0.45% 0.21% -
HSV(B) 168.75º 0.62% 0.3% -
XYZ 4.2 5.99 6.4 -
YUV 61.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 29 77 68 0.62 0 0.12 0.70 168.75 0.45 0.21
Hex 1D 4D 44 3E 0 C 46 A9 2D 15
Octal 35 115 104 76 0 14 106 251 55 25
Binary 11101 1001101 1000100 111110 0 1100 1000110 10101001 101101 10101

Color Harmonies of #1D4D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4D44

Black with #1D4D44

Text Example


Text Example

White with #1D4D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,77,68); }

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

background-color css

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

 a { background-color: rgb(29,77,68); }

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

border-color css

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

 span { border-color: rgb(29,77,68); }

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