#1C9370

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

Shades of Elf Green #1C9370

Tints of Elf Green #1C9370

Color information

#1C9370 (or 0x1C9370) is unknown color: approx Elf Green. HEX triplet: 1C, 93 and 70. RGB value is (28,147,112). Sum of RGB (Red+Green+Blue) = 28+147+112=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9370 is #E36C8F. Grayscale: #6B6B6B. Windows color (decimal): -14904464 or 7377692. OLE color: 7377692.

HSL color Cylindrical-coordinate representation of color #1C9370: hue angle of 162.35º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9370 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB28147112-
CMYK0.8100.240.42
HSL162.35º68%34.31%-
HSV(B)162.35º80.95%57.65%-
XYZ13.8422.2818.9-
YUV107.43130.5871.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.76%
GREEN value IS 147 (57.81% from 255) = 51.22%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=9.76%
G=51.22%
B=39.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281471120.8100.240.42162.356834.31
Hex1C9370510182Aa24422
Octal342231601210305224210442
Binary111001001001111100001010001011000101010101000101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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