#1E4941

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

Shades of Deep Teal #1E4941

Tints of Deep Teal #1E4941

Color information

#1E4941 (or 0x1E4941) is unknown color: approx Deep Teal. HEX triplet: 1E, 49 and 41. RGB value is (30,73,65). Sum of RGB (Red+Green+Blue) = 30+73+65=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4941 is #E1B6BE. Grayscale: #3B3B3B. Windows color (decimal): -14792383 or 4278558. OLE color: 4278558.

HSL color Cylindrical-coordinate representation of color #1E4941: hue angle of 168.84º 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 #1E4941 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB307365-
CMYK0.5900.110.71
HSL168.84º41.75%20.2%-
HSV(B)168.84º58.9%28.63%-
XYZ3.875.425.84-
YUV59.23131.25107.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.86%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=17.86%
G=43.45%
B=38.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3073650.5900.110.71168.8441.7520.2
Hex1E49413B0B47a92a14
Octal36111101730131072515224
Binary11110100100110000011110110101110001111010100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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