#1c8970

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

Shades of Elf Green #1C8970

Tints of Elf Green #1C8970

Color information

#1C8970 (or 0x1C8970) is unknown color: approx Elf Green. HEX triplet: 1C, 89 and 70. RGB value is (28,137,112). Sum of RGB (Red+Green+Blue) = 28+137+112=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8970 is #E3768F. Grayscale: #656565. Windows color (decimal): -14907024 or 7375132. OLE color: 7375132.

HSL color Cylindrical-coordinate representation of color #1C8970: hue angle of 166.24º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8970 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB28137112-
CMYK0.8000.180.46
HSL166.24º66.06%32.35%-
HSV(B)166.24º79.56%53.73%-
XYZ12.3519.3118.41-
YUV101.56133.8975.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.11%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=10.11%
G=49.46%
B=40.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281371120.8000.180.46166.2466.0632.35
Hex1C8970500122Ea64220
Octal342111601200225624610240
Binary111001000100111100001010000010010101110101001101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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