#1C7970

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

Shades of Elm #1C7970

Tints of Elm #1C7970

Color information

#1C7970 (or 0x1C7970) is unknown color: approx Elm. HEX triplet: 1C, 79 and 70. RGB value is (28,121,112). Sum of RGB (Red+Green+Blue) = 28+121+112=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7970 is #E3868F. Grayscale: #5C5C5C. Windows color (decimal): -14911120 or 7371036. OLE color: 7371036.

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

Color convert

RGB28121112-
CMYK0.7700.070.53
HSL174.19º62.42%29.22%-
HSV(B)174.19º76.86%47.45%-
XYZ10.2415.0917.7-
YUV92.17139.1982.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.73%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=10.73%
G=46.36%
B=42.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281211120.7700.070.53174.1962.4229.22
Hex1C79704D0735ae3e1d
Octal3417116011507652567635
Binary1110011110011110000100110101111101011010111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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