Html Css Color HEX #1E4841 Deep Teal

📋 copy color: '#1E4841'

red 30 ◦ green 72 ◦ blue 65

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

Shades of Deep Teal #1E4841

Tints of Deep Teal #1E4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

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

R = 17.96%
G = 43.11%
B = 38.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#1E4841 (or 0x1E4841) is known color: Deep Teal. HEX triplet: 1E, 48 and 41. RGB value is (30,72,65). Sum of RGB (Red+Green+Blue) = 30+72+65=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4841 is #E1B7BE. Grayscale: #3A3A3A. Windows color (decimal): -14792639 or 4278302. OLE color: 4278302.

HSL color Cylindrical-coordinate representation of color #1E4841: hue angle of 170º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4841 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 72 65 -
CMYK 0.58 0 0.10 0.72
HSL 170º 0.41% 0.2% -
HSV(B) 170º 0.58% 0.28% -
XYZ 3.81 5.29 5.82 -
YUV 58.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 30 72 65 0.58 0 0.10 0.72 170 0.41 0.2
Hex 1E 48 41 3A 0 A 48 AA 29 14
Octal 36 110 101 72 0 12 110 252 51 24
Binary 11110 1001000 1000001 111010 0 1010 1001000 10101010 101001 10100

Color Harmonies of #1E4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4841

Black with #1E4841

Text Example


Text Example

White with #1E4841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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