#1E706E

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

Shades of Elm #1E706E

Tints of Elm #1E706E

Color information

#1E706E (or 0x1E706E) is unknown color: approx Elm. HEX triplet: 1E, 70 and 6E. RGB value is (30,112,110). Sum of RGB (Red+Green+Blue) = 30+112+110=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #1E706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E706E is #E18F91. Grayscale: #575757. Windows color (decimal): -14782354 or 7237662. OLE color: 7237662.

HSL color Cylindrical-coordinate representation of color #1E706E: hue angle of 178.54º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E706E is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB30112110-
CMYK0.7300.020.56
HSL178.54º57.75%27.84%-
HSV(B)178.54º73.21%43.92%-
XYZ9.1412.9916.78-
YUV87.25140.8387.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=11.90%
G=44.44%
B=43.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal301121100.7300.020.56178.5457.7527.84
Hex1E706E490238b33a1c
Octal3616015611102702637234
Binary111101110000110111010010010101110001011001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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