#1E7D7C

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

Shades of Elm #1E7D7C

Tints of Elm #1E7D7C

Color information

#1E7D7C (or 0x1E7D7C) is unknown color: approx Elm. HEX triplet: 1E, 7D and 7C. RGB value is (30,125,124). Sum of RGB (Red+Green+Blue) = 30+125+124=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #1E7D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7D7C is #E18283. Grayscale: #606060. Windows color (decimal): -14779012 or 8158494. OLE color: 8158494.

HSL color Cylindrical-coordinate representation of color #1E7D7C: hue angle of 179.37º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7D7C is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB30125124-
CMYK0.7600.010.51
HSL179.37º61.29%30.39%-
HSV(B)179.37º76%49.02%-
XYZ11.5116.421.63-
YUV96.48143.5380.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.75%
GREEN value IS 125 (49.22% from 255) = 44.80%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=10.75%
G=44.80%
B=44.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301251240.7600.010.51179.3761.2930.39
Hex1E7D7C4C0133b33d1e
Octal3617517411401632637536
Binary11110111110111111001001100011100111011001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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