#1C9075

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

Shades of Elf Green #1C9075

Tints of Elf Green #1C9075

Color information

#1C9075 (or 0x1C9075) is unknown color: approx Elf Green. HEX triplet: 1C, 90 and 75. RGB value is (28,144,117). Sum of RGB (Red+Green+Blue) = 28+144+117=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #1C9075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9075 is #E36F8A. Grayscale: #6A6A6A. Windows color (decimal): -14905227 or 7704604. OLE color: 7704604.

HSL color Cylindrical-coordinate representation of color #1C9075: hue angle of 166.03º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9075 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB28144117-
CMYK0.8100.190.44
HSL166.03º67.44%33.73%-
HSV(B)166.03º80.56%56.47%-
XYZ13.6621.4820.26-
YUV106.24134.0772.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 144 (56.64% from 255) = 49.83%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=9.69%
G=49.83%
B=40.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281441170.8100.190.44166.0367.4433.73
Hex1C9075510132Ca64322
Octal342201651210235424610342
Binary111001001000011101011010001010011101100101001101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,144,117); }

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

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

 a { background-color: rgb(28,144,117); }

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

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

 span { border-color: rgb(28,144,117); }

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