#1E837D

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

Shades of Elm #1E837D

Tints of Elm #1E837D

Color information

#1E837D (or 0x1E837D) is unknown color: approx Elm. HEX triplet: 1E, 83 and 7D. RGB value is (30,131,125). Sum of RGB (Red+Green+Blue) = 30+131+125=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #1E837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E837D is #E17C82. Grayscale: #646464. Windows color (decimal): -14777475 or 8225566. OLE color: 8225566.

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

Color convert

RGB30131125-
CMYK0.7700.050.49
HSL176.44º62.73%31.57%-
HSV(B)176.44º77.1%51.37%-
XYZ12.3517.9922.22-
YUV100.12142.0477.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.49%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=10.49%
G=45.80%
B=43.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal301311250.7700.050.49176.4462.7331.57
Hex1E837D4D0531b03f20
Octal3620317511505612607740
Binary111101000001111111011001101010111000110110000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,131,125); }

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

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

 a { background-color: rgb(30,131,125); }

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

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

 span { border-color: rgb(30,131,125); }

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