#1D463D

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

Shades of Deep Teal #1D463D

Tints of Deep Teal #1D463D

Color information

#1D463D (or 0x1D463D) is unknown color: approx Deep Teal. HEX triplet: 1D, 46 and 3D. RGB value is (29,70,61). Sum of RGB (Red+Green+Blue) = 29+70+61=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #1D463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D463D is #E2B9C2. Grayscale: #383838. Windows color (decimal): -14858691 or 4015645. OLE color: 4015645.

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

Color convert

RGB297061-
CMYK0.5900.130.73
HSL166.83º41.41%19.41%-
HSV(B)166.83º58.57%27.45%-
XYZ3.544.985.19-
YUV56.72130.42108.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=18.12%
G=43.75%
B=38.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2970610.5900.130.73166.8341.4119.41
Hex1D463D3B0D49a72913
Octal3510675730151112475123
Binary1110110001101111011110110110110010011010011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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