#1E7A74

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

Shades of Elm #1E7A74

Tints of Elm #1E7A74

Color information

#1E7A74 (or 0x1E7A74) is unknown color: approx Elm. HEX triplet: 1E, 7A and 74. RGB value is (30,122,116). Sum of RGB (Red+Green+Blue) = 30+122+116=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A74 is #E1858B. Grayscale: #5D5D5D. Windows color (decimal): -14779788 or 7633438. OLE color: 7633438.

HSL color Cylindrical-coordinate representation of color #1E7A74: hue angle of 176.09º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A74 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB30122116-
CMYK0.7500.050.52
HSL176.09º60.53%29.8%-
HSV(B)176.09º75.41%47.84%-
XYZ10.6515.4618.95-
YUV93.81140.5282.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.19%
GREEN value IS 122 (48.05% from 255) = 45.52%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=11.19%
G=45.52%
B=43.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301221160.7500.050.52176.0960.5329.8
Hex1E7A744B0534b03d1e
Octal3617216411305642607536
Binary1111011110101110100100101101011101001011000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,122,116); }

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

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

 a { background-color: rgb(30,122,116); }

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

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

 span { border-color: rgb(30,122,116); }

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