#1C8D70

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

Shades of Elf Green #1C8D70

Tints of Elf Green #1C8D70

Color information

#1C8D70 (or 0x1C8D70) is unknown color: approx Elf Green. HEX triplet: 1C, 8D and 70. RGB value is (28,141,112). Sum of RGB (Red+Green+Blue) = 28+141+112=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8D70 is #E3728F. Grayscale: #676767. Windows color (decimal): -14906000 or 7376156. OLE color: 7376156.

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

Color convert

RGB28141112-
CMYK0.8000.210.45
HSL164.6º66.86%33.14%-
HSV(B)164.6º80.14%55.29%-
XYZ12.9320.4718.6-
YUV103.91132.5673.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=9.96%
G=50.18%
B=39.86%

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
Decimal281411120.8000.210.45164.666.8633.14
Hex1C8D70500152Da54321
Octal342151601200255524510341
Binary111001000110111100001010000010101101101101001011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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