#1C726E

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

Shades of Elm #1C726E

Tints of Elm #1C726E

Color information

#1C726E (or 0x1C726E) is unknown color: approx Elm. HEX triplet: 1C, 72 and 6E. RGB value is (28,114,110). Sum of RGB (Red+Green+Blue) = 28+114+110=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #1C726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C726E is #E38D91. Grayscale: #575757. Windows color (decimal): -14912914 or 7238172. OLE color: 7238172.

HSL color Cylindrical-coordinate representation of color #1C726E: hue angle of 177.21º 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 #1C726E is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB28114110-
CMYK0.7500.040.55
HSL177.21º60.56%27.84%-
HSV(B)177.21º75.44%44.71%-
XYZ9.3113.4116.85-
YUV87.83140.5185.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=11.11%
G=45.24%
B=43.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281141100.7500.040.55177.2160.5627.84
Hex1C726E4B0437b13d1c
Octal3416215611304672617534
Binary1110011100101101110100101101001101111011000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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