Html Css Color HEX #1E4641 Deep Teal

📋 copy color: '#1E4641'

red 30 ◦ green 70 ◦ blue 65

#1E4641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1E4641

Tints of Deep Teal #1E4641

RGB

 RED value IS 30 (12.11% from 255) = 18.18%

 GREEN value IS 70 (27.73% from 255) = 42.42%

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 18.18%
G = 42.42%
B = 39.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#1E4641 (or 0x1E4641) is known color: Deep Teal. HEX triplet: 1E, 46 and 41. RGB value is (30,70,65). Sum of RGB (Red+Green+Blue) = 30+70+65=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #1E4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4641 is #E1B9BE. Grayscale: #393939. Windows color (decimal): -14793151 or 4277790. OLE color: 4277790.

HSL color Cylindrical-coordinate representation of color #1E4641: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E4641 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 30 70 65 -
CMYK 0.57 0 0.07 0.73
HSL 172.5º 0.4% 0.2% -
HSV(B) 172.5º 0.57% 0.27% -
XYZ 3.68 5.04 5.78 -
YUV 57.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 30 70 65 0.57 0 0.07 0.73 172.5 0.4 0.2
Hex 1E 46 41 39 0 7 49 AC 28 14
Octal 36 106 101 71 0 7 111 254 50 24
Binary 11110 1000110 1000001 111001 0 111 1001001 10101100 101000 10100

Color Harmonies of #1E4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4641

Black with #1E4641

Text Example


Text Example

White with #1E4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E4641;
 }
 .AnyTagClassName
 {
   color: #1E4641;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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