#1E3A36

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

Shades of Deep Teal #1E3A36

Tints of Deep Teal #1E3A36

Color information

#1E3A36 (or 0x1E3A36) is unknown color: approx Deep Teal. HEX triplet: 1E, 3A and 36. RGB value is (30,58,54). Sum of RGB (Red+Green+Blue) = 30+58+54=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 58 - color contains mainly: green. Hex color #1E3A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3A36 is #E1C5C9. Grayscale: #313131. Windows color (decimal): -14796234 or 3553822. OLE color: 3553822.

HSL color Cylindrical-coordinate representation of color #1E3A36: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E3A36 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB305854-
CMYK0.4800.070.77
HSL171.43º31.82%17.25%-
HSV(B)171.43º48.28%22.75%-
XYZ2.713.574.04-
YUV49.17130.72114.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 58 (23.05% from 255) = 40.85%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=21.13%
G=40.85%
B=38.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3058540.4800.070.77171.4331.8217.25
Hex1E3A3630074Dab2011
Octal36726660071152534021
Binary11110111010110110110000011110011011010101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,58,54); }

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

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

 a { background-color: rgb(30,58,54); }

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

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

 span { border-color: rgb(30,58,54); }

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