#1C8C7F

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

Shades of Elm #1C8C7F

Tints of Elm #1C8C7F

Color information

#1C8C7F (or 0x1C8C7F) is unknown color: approx Elm. HEX triplet: 1C, 8C and 7F. RGB value is (28,140,127). Sum of RGB (Red+Green+Blue) = 28+140+127=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C7F is #E37380. Grayscale: #686868. Windows color (decimal): -14906241 or 8358940. OLE color: 8358940.

HSL color Cylindrical-coordinate representation of color #1C8C7F: hue angle of 173.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C7F is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB28140127-
CMYK0.8000.090.45
HSL173.04º66.67%32.94%-
HSV(B)173.04º80%54.9%-
XYZ13.6920.5423.32-
YUV105.03140.3973.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 127 (50% from 255) = 43.05%
R=9.49%
G=47.46%
B=43.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281401270.8000.090.45173.0466.6732.94
Hex1C8C7F50092Dad4321
Octal342141771200115525510341
Binary11100100011001111111101000001001101101101011011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,140,127); }

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

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

 a { background-color: rgb(28,140,127); }

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

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

 span { border-color: rgb(28,140,127); }

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