#1C8A7D

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

Shades of Elm #1C8A7D

Tints of Elm #1C8A7D

Color information

#1C8A7D (or 0x1C8A7D) is unknown color: approx Elm. HEX triplet: 1C, 8A and 7D. RGB value is (28,138,125). Sum of RGB (Red+Green+Blue) = 28+138+125=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8A7D is #E37582. Grayscale: #676767. Windows color (decimal): -14906755 or 8227356. OLE color: 8227356.

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

Color convert

RGB28138125-
CMYK0.8000.090.46
HSL172.91º66.27%32.55%-
HSV(B)172.91º79.71%54.12%-
XYZ13.2719.922.54-
YUV103.63140.0674.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.62%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=9.62%
G=47.42%
B=42.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281381250.8000.090.46172.9166.2732.55
Hex1C8A7D50092Ead4221
Octal342121751200115625510241
Binary11100100010101111101101000001001101110101011011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,138,125); }

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

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

 a { background-color: rgb(28,138,125); }

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

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

 span { border-color: rgb(28,138,125); }

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