#1E7670

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

Shades of Elm #1E7670

Tints of Elm #1E7670

Color information

#1E7670 (or 0x1E7670) is unknown color: approx Elm. HEX triplet: 1E, 76 and 70. RGB value is (30,118,112). Sum of RGB (Red+Green+Blue) = 30+118+112=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #1E7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7670 is #E1898F. Grayscale: #5A5A5A. Windows color (decimal): -14780816 or 7370270. OLE color: 7370270.

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

Color convert

RGB30118112-
CMYK0.7500.050.54
HSL175.91º59.46%29.02%-
HSV(B)175.91º74.58%46.27%-
XYZ9.9414.417.59-
YUV91139.8584.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.54%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=11.54%
G=45.38%
B=43.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301181120.7500.050.54175.9159.4629.02
Hex1E76704B0536b03b1d
Octal3616616011305662607335
Binary1111011101101110000100101101011101101011000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,118,112); }

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

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

 a { background-color: rgb(30,118,112); }

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

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

 span { border-color: rgb(30,118,112); }

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