#1C7271

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

Shades of Elm #1C7271

Tints of Elm #1C7271

Color information

#1C7271 (or 0x1C7271) is unknown color: approx Elm. HEX triplet: 1C, 72 and 71. RGB value is (28,114,113). Sum of RGB (Red+Green+Blue) = 28+114+113=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7271 is #E38D8E. Grayscale: #585858. Windows color (decimal): -14912911 or 7434780. OLE color: 7434780.

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

Color convert

RGB28114113-
CMYK0.7500.010.55
HSL179.3º60.56%27.84%-
HSV(B)179.3º75.44%44.71%-
XYZ9.4813.4717.72-
YUV88.17142.0185.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.98%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=10.98%
G=44.71%
B=44.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281141130.7500.010.55179.360.5627.84
Hex1C72714B0137b33d1c
Octal3416216111301672637534
Binary11100111001011100011001011011101111011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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