#1E857D

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

Shades of Elm #1E857D

Tints of Elm #1E857D

Color information

#1E857D (or 0x1E857D) is unknown color: approx Elm. HEX triplet: 1E, 85 and 7D. RGB value is (30,133,125). Sum of RGB (Red+Green+Blue) = 30+133+125=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #1E857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E857D is #E17A82. Grayscale: #656565. Windows color (decimal): -14776963 or 8226078. OLE color: 8226078.

HSL color Cylindrical-coordinate representation of color #1E857D: hue angle of 175.34º 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 #1E857D is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB30133125-
CMYK0.7700.060.48
HSL175.34º63.19%31.96%-
HSV(B)175.34º77.44%52.16%-
XYZ12.6218.5322.31-
YUV101.29141.3877.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.42%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 125 (49.22% from 255) = 43.40%
R=10.42%
G=46.18%
B=43.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal301331250.7700.060.48175.3463.1931.96
Hex1E857D4D0630af3f20
Octal3620517511506602577740
Binary111101000010111111011001101011011000010101111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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