Html Css Color HEX #1D3A37 Deep Teal

📋 copy color: '#1D3A37'

red 29 ◦ green 58 ◦ blue 55

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

Shades of Deep Teal #1D3A37

Tints of Deep Teal #1D3A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.85%

 BLUE value IS 55 (21.88% from 255) = 38.73%

R = 20.42%
G = 40.85%
B = 38.73%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#1D3A37 (or 0x1D3A37) is known color: Deep Teal. HEX triplet: 1D, 3A and 37. RGB value is (29,58,55). Sum of RGB (Red+Green+Blue) = 29+58+55=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A37 is #E2C5C8. Grayscale: #303030. Windows color (decimal): -14861769 or 3619357. OLE color: 3619357.

HSL color Cylindrical-coordinate representation of color #1D3A37: hue angle of 173.79º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D3A37 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 29 58 55 -
CMYK 0.5 0 0.05 0.77
HSL 173.79º 0.33% 0.17% -
HSV(B) 173.79º 0.5% 0.23% -
XYZ 2.71 3.56 4.16 -
YUV 48.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 29 58 55 0.5 0 0.05 0.77 173.79 0.33 0.17
Hex 1D 3A 37 32 0 5 4D AE 21 11
Octal 35 72 67 62 0 5 115 256 41 21
Binary 11101 111010 110111 110010 0 101 1001101 10101110 100001 10001

Color Harmonies of #1D3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3A37

Black with #1D3A37

Text Example


Text Example

White with #1D3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,58,55); }

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

background-color css

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

 a { background-color: rgb(29,58,55); }

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

border-color css

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

 span { border-color: rgb(29,58,55); }

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