#1C9570

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

Shades of Elf Green #1C9570

Tints of Elf Green #1C9570

Color information

#1C9570 (or 0x1C9570) is unknown color: approx Elf Green. HEX triplet: 1C, 95 and 70. RGB value is (28,149,112). Sum of RGB (Red+Green+Blue) = 28+149+112=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #1C9570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9570 is #E36A8F. Grayscale: #6C6C6C. Windows color (decimal): -14903952 or 7378204. OLE color: 7378204.

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

Color convert

RGB28149112-
CMYK0.8100.250.42
HSL161.65º68.36%34.71%-
HSV(B)161.65º81.21%58.43%-
XYZ14.1522.9119.01-
YUV108.6129.9170.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=9.69%
G=51.56%
B=38.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281491120.8100.250.42161.6568.3634.71
Hex1C9570510192Aa24423
Octal342251601210315224210443
Binary111001001010111100001010001011001101010101000101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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