#1E4942

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

Shades of Deep Teal #1E4942

Tints of Deep Teal #1E4942

Color information

#1E4942 (or 0x1E4942) is unknown color: approx Deep Teal. HEX triplet: 1E, 49 and 42. RGB value is (30,73,66). Sum of RGB (Red+Green+Blue) = 30+73+66=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4942 is #E1B6BD. Grayscale: #3B3B3B. Windows color (decimal): -14792382 or 4344094. OLE color: 4344094.

HSL color Cylindrical-coordinate representation of color #1E4942: hue angle of 170.23º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E4942 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB307366-
CMYK0.5900.100.71
HSL170.23º41.75%20.2%-
HSV(B)170.23º58.9%28.63%-
XYZ3.95.436-
YUV59.34131.75107.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.75%
GREEN value IS 73 (28.91% from 255) = 43.20%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=17.75%
G=43.20%
B=39.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3073660.5900.100.71170.2341.7520.2
Hex1E49423B0A47aa2a14
Octal36111102730121072525224
Binary11110100100110000101110110101010001111010101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,66); }

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

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

 a { background-color: rgb(30,73,66); }

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

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

 span { border-color: rgb(30,73,66); }

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