#1E847B

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

Shades of Elm #1E847B

Tints of Elm #1E847B

Color information

#1E847B (or 0x1E847B) is unknown color: approx Elm. HEX triplet: 1E, 84 and 7B. RGB value is (30,132,123). Sum of RGB (Red+Green+Blue) = 30+132+123=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #1E847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E847B is #E17B84. Grayscale: #646464. Windows color (decimal): -14777221 or 8094750. OLE color: 8094750.

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

Color convert

RGB30132123-
CMYK0.7700.070.48
HSL174.71º62.96%31.76%-
HSV(B)174.71º77.27%51.76%-
XYZ12.3618.2121.6-
YUV100.48140.7177.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.53%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=10.53%
G=46.32%
B=43.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal301321230.7700.070.48174.7162.9631.76
Hex1E847B4D0730af3f20
Octal3620417311507602577740
Binary111101000010011110111001101011111000010101111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,132,123); }

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

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

 a { background-color: rgb(30,132,123); }

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

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

 span { border-color: rgb(30,132,123); }

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