#1C8374

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

Shades of Elf Green #1C8374

Tints of Elf Green #1C8374

Color information

#1C8374 (or 0x1C8374) is unknown color: approx Elf Green. HEX triplet: 1C, 83 and 74. RGB value is (28,131,116). Sum of RGB (Red+Green+Blue) = 28+131+116=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #1C8374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8374 is #E37C8B. Grayscale: #626262. Windows color (decimal): -14908556 or 7635740. OLE color: 7635740.

HSL color Cylindrical-coordinate representation of color #1C8374: hue angle of 171.26º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8374 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB28131116-
CMYK0.7900.110.49
HSL171.26º64.78%31.18%-
HSV(B)171.26º78.63%51.37%-
XYZ11.7517.7419.33-
YUV98.49137.8877.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.18%
GREEN value IS 131 (51.56% from 255) = 47.64%
BLUE value IS 116 (45.70% from 255) = 42.18%
R=10.18%
G=47.64%
B=42.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal281311160.7900.110.49171.2664.7831.18
Hex1C83744F0B31ab411f
Octal342031641170136125310137
Binary1110010000011111010010011110101111000110101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,131,116); }

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

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

 a { background-color: rgb(28,131,116); }

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

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

 span { border-color: rgb(28,131,116); }

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