#1C8C7B

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

Shades of Elf Green #1C8C7B

Tints of Elf Green #1C8C7B

Color information

#1C8C7B (or 0x1C8C7B) is unknown color: approx Elf Green. HEX triplet: 1C, 8C and 7B. RGB value is (28,140,123). Sum of RGB (Red+Green+Blue) = 28+140+123=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C7B is #E37384. Grayscale: #686868. Windows color (decimal): -14906245 or 8096796. OLE color: 8096796.

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

Color convert

RGB28140123-
CMYK0.8000.120.45
HSL170.89º66.67%32.94%-
HSV(B)170.89º80%54.9%-
XYZ13.4320.4321.97-
YUV104.57138.3973.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.62%
GREEN value IS 140 (55.08% from 255) = 48.11%
BLUE value IS 123 (48.44% from 255) = 42.27%
R=9.62%
G=48.11%
B=42.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281401230.8000.120.45170.8966.6732.94
Hex1C8C7B500C2Dab4321
Octal342141731200145525310341
Binary11100100011001111011101000001100101101101010111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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