#1D403D

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

Shades of Deep Teal #1D403D

Tints of Deep Teal #1D403D

Color information

#1D403D (or 0x1D403D) is unknown color: approx Deep Teal. HEX triplet: 1D, 40 and 3D. RGB value is (29,64,61). Sum of RGB (Red+Green+Blue) = 29+64+61=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #1D403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D403D is #E2BFC2. Grayscale: #353535. Windows color (decimal): -14860227 or 4014109. OLE color: 4014109.

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

Color convert

RGB296461-
CMYK0.5500.050.75
HSL174.86º37.63%18.24%-
HSV(B)174.86º54.69%25.1%-
XYZ3.184.265.07-
YUV53.19132.4110.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.83%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=18.83%
G=41.56%
B=39.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964610.5500.050.75174.8637.6318.24
Hex1D403D37054Baf2612
Octal351007567051132574622
Binary111011000000111101110111010110010111010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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