#1E736B

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

Shades of Elm #1E736B

Tints of Elm #1E736B

Color information

#1E736B (or 0x1E736B) is unknown color: approx Elm. HEX triplet: 1E, 73 and 6B. RGB value is (30,115,107). Sum of RGB (Red+Green+Blue) = 30+115+107=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #1E736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E736B is #E18C94. Grayscale: #585858. Windows color (decimal): -14781589 or 7041822. OLE color: 7041822.

HSL color Cylindrical-coordinate representation of color #1E736B: hue angle of 174.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E736B is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB30115107-
CMYK0.7400.070.55
HSL174.35º58.62%28.43%-
HSV(B)174.35º73.91%45.1%-
XYZ9.3213.616.04-
YUV88.67138.3486.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=11.90%
G=45.63%
B=42.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal301151070.7400.070.55174.3558.6228.43
Hex1E736B4A0737ae3b1c
Octal3616315311207672567334
Binary1111011100111101011100101001111101111010111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,115,107); }

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

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

 a { background-color: rgb(30,115,107); }

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

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

 span { border-color: rgb(30,115,107); }

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