#1C957C

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

Shades of Elf Green #1C957C

Tints of Elf Green #1C957C

Color information

#1C957C (or 0x1C957C) is unknown color: approx Elf Green. HEX triplet: 1C, 95 and 7C. RGB value is (28,149,124). Sum of RGB (Red+Green+Blue) = 28+149+124=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #1C957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C957C is #E36A83. Grayscale: #6D6D6D. Windows color (decimal): -14903940 or 8164636. OLE color: 8164636.

HSL color Cylindrical-coordinate representation of color #1C957C: hue angle of 167.6º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C957C is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB28149124-
CMYK0.8100.170.42
HSL167.6º68.36%34.71%-
HSV(B)167.6º81.21%58.43%-
XYZ14.8623.222.76-
YUV109.97135.9169.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=9.30%
G=49.50%
B=41.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281491240.8100.170.42167.668.3634.71
Hex1C957C510112Aa84423
Octal342251741210215225010443
Binary111001001010111111001010001010001101010101010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,149,124); }

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

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

 a { background-color: rgb(28,149,124); }

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

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

 span { border-color: rgb(28,149,124); }

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