#1C9364

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

Shades of Elf Green #1C9364

Tints of Elf Green #1C9364

Color information

#1C9364 (or 0x1C9364) is unknown color: approx Elf Green. HEX triplet: 1C, 93 and 64. RGB value is (28,147,100). Sum of RGB (Red+Green+Blue) = 28+147+100=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9364 is #E36C9B. Grayscale: #6A6A6A. Windows color (decimal): -14904476 or 6591260. OLE color: 6591260.

HSL color Cylindrical-coordinate representation of color #1C9364: hue angle of 156.3º 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 #1C9364 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB28147100-
CMYK0.8100.320.42
HSL156.3º68%34.31%-
HSV(B)156.3º80.95%57.65%-
XYZ13.2122.0315.61-
YUV106.06124.5872.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.18%
GREEN value IS 147 (57.81% from 255) = 53.45%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=10.18%
G=53.45%
B=36.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281471000.8100.320.42156.36834.31
Hex1C9364510202A9c4422
Octal342231441210405223410442
Binary1110010010011110010010100010100000101010100111001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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