#1E7475

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

Shades of Elm #1E7475

Tints of Elm #1E7475

Color information

#1E7475 (or 0x1E7475) is unknown color: approx Elm. HEX triplet: 1E, 74 and 75. RGB value is (30,116,117). Sum of RGB (Red+Green+Blue) = 30+116+117=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E7475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7475 is #E18B8A. Grayscale: #5A5A5A. Windows color (decimal): -14781323 or 7697438. OLE color: 7697438.

HSL color Cylindrical-coordinate representation of color #1E7475: hue angle of 180.69º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7475 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB30116117-
CMYK0.740.0100.54
HSL180.69º59.18%28.82%-
HSV(B)180.69º74.36%45.88%-
XYZ9.9914.0519.02-
YUV90.4143.0184.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.41%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=11.41%
G=44.11%
B=44.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301161170.740.0100.54180.6959.1828.82
Hex1E74754A1036b53b1d
Octal3616416511210662657335
Binary11110111010011101011001010101101101011010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,116,117); }

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

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

 a { background-color: rgb(30,116,117); }

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

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

 span { border-color: rgb(30,116,117); }

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