#1C7973

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

Shades of Elm #1C7973

Tints of Elm #1C7973

Color information

#1C7973 (or 0x1C7973) is unknown color: approx Elm. HEX triplet: 1C, 79 and 73. RGB value is (28,121,115). Sum of RGB (Red+Green+Blue) = 28+121+115=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7973 is #E3868C. Grayscale: #5C5C5C. Windows color (decimal): -14911117 or 7567644. OLE color: 7567644.

HSL color Cylindrical-coordinate representation of color #1C7973: hue angle of 176.13º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7973 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB28121115-
CMYK0.7700.050.53
HSL176.13º62.42%29.22%-
HSV(B)176.13º76.86%47.45%-
XYZ10.4115.1618.6-
YUV92.51140.6981.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.61%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=10.61%
G=45.83%
B=43.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281211150.7700.050.53176.1362.4229.22
Hex1C79734D0535b03e1d
Octal3417116311505652607635
Binary1110011110011110011100110101011101011011000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,121,115); }

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

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

 a { background-color: rgb(28,121,115); }

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

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

 span { border-color: rgb(28,121,115); }

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