#1C8D6F

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

Shades of Elf Green #1C8D6F

Tints of Elf Green #1C8D6F

Color information

#1C8D6F (or 0x1C8D6F) is unknown color: approx Elf Green. HEX triplet: 1C, 8D and 6F. RGB value is (28,141,111). Sum of RGB (Red+Green+Blue) = 28+141+111=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8D6F is #E37290. Grayscale: #676767. Windows color (decimal): -14906001 or 7310620. OLE color: 7310620.

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

Color convert

RGB28141111-
CMYK0.8000.210.45
HSL164.07º66.86%33.14%-
HSV(B)164.07º80.14%55.29%-
XYZ12.8720.4418.31-
YUV103.79132.0673.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=10%
G=50.36%
B=39.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281411110.8000.210.45164.0766.8633.14
Hex1C8D6F500152Da44321
Octal342151571200255524410341
Binary111001000110111011111010000010101101101101001001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,141,111); }

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

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

 a { background-color: rgb(28,141,111); }

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

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

 span { border-color: rgb(28,141,111); }

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