#1D3E36

Color #1D3E36 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #1D3E36

Tints of Deep Teal #1D3E36

Color information

#1D3E36 (or 0x1D3E36) is unknown color: approx Deep Teal. HEX triplet: 1D, 3E and 36. RGB value is (29,62,54). Sum of RGB (Red+Green+Blue) = 29+62+54=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E36 is #E2C1C9. Grayscale: #333333. Windows color (decimal): -14860746 or 3554845. OLE color: 3554845.

HSL color Cylindrical-coordinate representation of color #1D3E36: hue angle of 165.45º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D3E36 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB296254-
CMYK0.5300.130.76
HSL165.45º36.26%17.84%-
HSV(B)165.45º53.23%24.31%-
XYZ2.93.974.1-
YUV51.22129.57112.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20%
GREEN value IS 62 (24.61% from 255) = 42.76%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=20%
G=42.76%
B=37.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2962540.5300.130.76165.4536.2617.84
Hex1D3E36350D4Ca52412
Octal357666650151142454422
Binary111011111101101101101010110110011001010010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,62,54); }

 H1.HeaderClassName
 {
   color: #1D3E36;
 }
 .AnyTagClassName
 {
   color: #1D3E36;
 }
</style>
background-color css

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

 a { background-color: rgb(29,62,54); }

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

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

 span { border-color: rgb(29,62,54); }

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