#1E726C

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

Shades of Elm #1E726C

Tints of Elm #1E726C

Color information

#1E726C (or 0x1E726C) is unknown color: approx Elm. HEX triplet: 1E, 72 and 6C. RGB value is (30,114,108). Sum of RGB (Red+Green+Blue) = 30+114+108=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #1E726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E726C is #E18D93. Grayscale: #585858. Windows color (decimal): -14781844 or 7107102. OLE color: 7107102.

HSL color Cylindrical-coordinate representation of color #1E726C: hue angle of 175.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E726C is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB30114108-
CMYK0.7400.050.55
HSL175.71º58.33%28.24%-
HSV(B)175.71º73.68%44.71%-
XYZ9.2613.3916.28-
YUV88.2139.1786.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=11.90%
G=45.24%
B=42.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal301141080.7400.050.55175.7158.3328.24
Hex1E726C4A0537b03a1c
Octal3616215411205672607234
Binary1111011100101101100100101001011101111011000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,114,108); }

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

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

 a { background-color: rgb(30,114,108); }

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

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

 span { border-color: rgb(30,114,108); }

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