#1D3D35

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

Shades of Deep Teal #1D3D35

Tints of Deep Teal #1D3D35

Color information

#1D3D35 (or 0x1D3D35) is unknown color: approx Deep Teal. HEX triplet: 1D, 3D and 35. RGB value is (29,61,53). Sum of RGB (Red+Green+Blue) = 29+61+53=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D35 is #E2C2CA. Grayscale: #323232. Windows color (decimal): -14861003 or 3489053. OLE color: 3489053.

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

Color convert

RGB296153-
CMYK0.5200.130.76
HSL165º35.56%17.65%-
HSV(B)165º52.46%23.92%-
XYZ2.823.863.96-
YUV50.52129.4112.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=20.28%
G=42.66%
B=37.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2961530.5200.130.7616535.5617.65
Hex1D3D35340D4Ca52412
Octal357565640151142454422
Binary111011111011101011101000110110011001010010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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