#1D453E

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

Shades of Deep Teal #1D453E

Tints of Deep Teal #1D453E

Color information

#1D453E (or 0x1D453E) is unknown color: approx Deep Teal. HEX triplet: 1D, 45 and 3E. RGB value is (29,69,62). Sum of RGB (Red+Green+Blue) = 29+69+62=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #1D453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D453E is #E2BAC1. Grayscale: #383838. Windows color (decimal): -14858946 or 4080925. OLE color: 4080925.

HSL color Cylindrical-coordinate representation of color #1D453E: hue angle of 169.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D453E is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB296962-
CMYK0.5800.100.73
HSL169.5º40.82%19.22%-
HSV(B)169.5º57.97%27.06%-
XYZ3.54.875.31-
YUV56.24131.25108.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 62 (24.61% from 255) = 38.75%
R=18.12%
G=43.12%
B=38.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2969620.5800.100.73169.540.8219.22
Hex1D453E3A0A49aa2913
Octal3510576720121112525123
Binary1110110001011111101110100101010010011010101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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