#1D3D36

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

Shades of Deep Teal #1D3D36

Tints of Deep Teal #1D3D36

Color information

#1D3D36 (or 0x1D3D36) is unknown color: approx Deep Teal. HEX triplet: 1D, 3D and 36. RGB value is (29,61,54). Sum of RGB (Red+Green+Blue) = 29+61+54=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D36 is #E2C2C9. Grayscale: #323232. Windows color (decimal): -14861002 or 3554589. OLE color: 3554589.

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

Color convert

RGB296154-
CMYK0.5200.110.76
HSL166.88º35.56%17.65%-
HSV(B)166.88º52.46%23.92%-
XYZ2.843.874.09-
YUV50.63129.9112.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 61 (24.22% from 255) = 42.36%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=20.14%
G=42.36%
B=37.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2961540.5200.110.76166.8835.5617.65
Hex1D3D36340B4Ca72412
Octal357566640131142474422
Binary111011111011101101101000101110011001010011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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