#1C7972

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

Shades of Elm #1C7972

Tints of Elm #1C7972

Color information

#1C7972 (or 0x1C7972) is unknown color: approx Elm. HEX triplet: 1C, 79 and 72. RGB value is (28,121,114). Sum of RGB (Red+Green+Blue) = 28+121+114=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7972 is #E3868D. Grayscale: #5C5C5C. Windows color (decimal): -14911118 or 7502108. OLE color: 7502108.

HSL color Cylindrical-coordinate representation of color #1C7972: hue angle of 175.48º 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 #1C7972 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB28121114-
CMYK0.7700.060.53
HSL175.48º62.42%29.22%-
HSV(B)175.48º76.86%47.45%-
XYZ10.3515.1418.3-
YUV92.4140.1982.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=10.65%
G=46.01%
B=43.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281211140.7700.060.53175.4862.4229.22
Hex1C79724D0635af3e1d
Octal3417116211506652577635
Binary1110011110011110010100110101101101011010111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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