#1C726F

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

Shades of Elm #1C726F

Tints of Elm #1C726F

Color information

#1C726F (or 0x1C726F) is unknown color: approx Elm. HEX triplet: 1C, 72 and 6F. RGB value is (28,114,111). Sum of RGB (Red+Green+Blue) = 28+114+111=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #1C726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C726F is #E38D90. Grayscale: #575757. Windows color (decimal): -14912913 or 7303708. OLE color: 7303708.

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

Color convert

RGB28114111-
CMYK0.7500.030.55
HSL177.91º60.56%27.84%-
HSV(B)177.91º75.44%44.71%-
XYZ9.3713.4317.14-
YUV87.94141.0185.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=11.07%
G=45.06%
B=43.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281141110.7500.030.55177.9160.5627.84
Hex1C726F4B0337b23d1c
Octal3416215711303672627534
Binary111001110010110111110010110111101111011001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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