#1D4842

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

Shades of Deep Teal #1D4842

Tints of Deep Teal #1D4842

Color information

#1D4842 (or 0x1D4842) is unknown color: approx Deep Teal. HEX triplet: 1D, 48 and 42. RGB value is (29,72,66). Sum of RGB (Red+Green+Blue) = 29+72+66=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4842 is #E2B7BD. Grayscale: #3A3A3A. Windows color (decimal): -14858174 or 4343837. OLE color: 4343837.

HSL color Cylindrical-coordinate representation of color #1D4842: hue angle of 171.63º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4842 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB297266-
CMYK0.6000.080.72
HSL171.63º42.57%19.8%-
HSV(B)171.63º59.72%28.24%-
XYZ3.815.295.97-
YUV58.46132.25106.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=17.37%
G=43.11%
B=39.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972660.6000.080.72171.6342.5719.8
Hex1D48423C0848ac2b14
Octal35110102740101102545324
Binary11101100100010000101111000100010010001010110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,66); }

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

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

 a { background-color: rgb(29,72,66); }

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

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

 span { border-color: rgb(29,72,66); }

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