#1E8C7E

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

Shades of Elm #1E8C7E

Tints of Elm #1E8C7E

Color information

#1E8C7E (or 0x1E8C7E) is unknown color: approx Elm. HEX triplet: 1E, 8C and 7E. RGB value is (30,140,126). Sum of RGB (Red+Green+Blue) = 30+140+126=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8C7E is #E17381. Grayscale: #696969. Windows color (decimal): -14775170 or 8293406. OLE color: 8293406.

HSL color Cylindrical-coordinate representation of color #1E8C7E: hue angle of 172.36º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8C7E is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB30140126-
CMYK0.7900.100.45
HSL172.36º64.71%33.33%-
HSV(B)172.36º78.57%54.9%-
XYZ13.6820.5422.98-
YUV105.51139.5674.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 126 (49.61% from 255) = 42.57%
R=10.14%
G=47.30%
B=42.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal301401260.7900.100.45172.3664.7133.33
Hex1E8C7E4F0A2Dac4121
Octal362141761170125525410141
Binary11110100011001111110100111101010101101101011001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,140,126); }

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

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

 a { background-color: rgb(30,140,126); }

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

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

 span { border-color: rgb(30,140,126); }

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