#1e8381

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

Shades of Elm #1E8381

Tints of Elm #1E8381

Color information

#1E8381 (or 0x1E8381) is unknown color: approx Elm. HEX triplet: 1E, 83 and 81. RGB value is (30,131,129). Sum of RGB (Red+Green+Blue) = 30+131+129=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8381 is #E17C7E. Grayscale: #646464. Windows color (decimal): -14777471 or 8487710. OLE color: 8487710.

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

Color convert

RGB30131129-
CMYK0.7700.020.49
HSL178.81º62.73%31.57%-
HSV(B)178.81º77.1%51.37%-
XYZ12.6118.0923.6-
YUV100.57144.0477.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=10.34%
G=45.17%
B=44.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal301311290.7700.020.49178.8162.7331.57
Hex1E83814D0231b33f20
Octal3620320111502612637740
Binary111101000001110000001100110101011000110110011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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