Html Css Color HEX #1D413D Deep Teal

📋 copy color: '#1D413D'

red 29 ◦ green 65 ◦ blue 61

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

Shades of Deep Teal #1D413D

Tints of Deep Teal #1D413D

RGB

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

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

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

R = 18.71%
G = 41.94%
B = 39.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#1D413D (or 0x1D413D) is known color: Deep Teal. HEX triplet: 1D, 41 and 3D. RGB value is (29,65,61). Sum of RGB (Red+Green+Blue) = 29+65+61=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #1D413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D413D is #E2BEC2. Grayscale: #353535. Windows color (decimal): -14859971 or 4014365. OLE color: 4014365.

HSL color Cylindrical-coordinate representation of color #1D413D: hue angle of 173.33º 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 #1D413D is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 65 61 -
CMYK 0.55 0 0.06 0.75
HSL 173.33º 0.38% 0.18% -
HSV(B) 173.33º 0.55% 0.25% -
XYZ 3.24 4.38 5.09 -
YUV 53.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 29 65 61 0.55 0 0.06 0.75 173.33 0.38 0.18
Hex 1D 41 3D 37 0 6 4B AD 26 12
Octal 35 101 75 67 0 6 113 255 46 22
Binary 11101 1000001 111101 110111 0 110 1001011 10101101 100110 10010

Color Harmonies of #1D413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D413D

Black with #1D413D

Text Example


Text Example

White with #1D413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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