#1C8C7D

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

Shades of Elf Green #1C8C7D

Tints of Elf Green #1C8C7D

Color information

#1C8C7D (or 0x1C8C7D) is unknown color: approx Elf Green. HEX triplet: 1C, 8C and 7D. RGB value is (28,140,125). Sum of RGB (Red+Green+Blue) = 28+140+125=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C7D is #E37382. Grayscale: #686868. Windows color (decimal): -14906243 or 8227868. OLE color: 8227868.

HSL color Cylindrical-coordinate representation of color #1C8C7D: hue angle of 171.96º 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 #1C8C7D is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB28140125-
CMYK0.8000.110.45
HSL171.96º66.67%32.94%-
HSV(B)171.96º80%54.9%-
XYZ13.5620.4822.64-
YUV104.8139.3973.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.56%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=9.56%
G=47.78%
B=42.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281401250.8000.110.45171.9666.6732.94
Hex1C8C7D500B2Dac4321
Octal342141751200135525410341
Binary11100100011001111101101000001011101101101011001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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