Html Css Color HEX #1D4138 Deep Teal

📋 copy color: '#1D4138'

red 29 ◦ green 65 ◦ blue 56

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

Shades of Deep Teal #1D4138

Tints of Deep Teal #1D4138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 37.33%

R = 19.33%
G = 43.33%
B = 37.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#1D4138 (or 0x1D4138) is known color: Deep Teal. HEX triplet: 1D, 41 and 38. RGB value is (29,65,56). Sum of RGB (Red+Green+Blue) = 29+65+56=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4138 is #E2BEC7. Grayscale: #353535. Windows color (decimal): -14859976 or 3686685. OLE color: 3686685.

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

Color convert

RGB 29 65 56 -
CMYK 0.55 0 0.14 0.75
HSL 165º 0.38% 0.18% -
HSV(B) 165º 0.55% 0.25% -
XYZ 3.11 4.33 4.41 -
YUV 53.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 29 65 56 0.55 0 0.14 0.75 165 0.38 0.18
Hex 1D 41 38 37 0 E 4B A5 26 12
Octal 35 101 70 67 0 16 113 245 46 22
Binary 11101 1000001 111000 110111 0 1110 1001011 10100101 100110 10010

Color Harmonies of #1D4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4138

Black with #1D4138

Text Example


Text Example

White with #1D4138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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