#1C9360

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

Shades of Elf Green #1C9360

Tints of Elf Green #1C9360

Color information

#1C9360 (or 0x1C9360) is unknown color: approx Elf Green. HEX triplet: 1C, 93 and 60. RGB value is (28,147,96). Sum of RGB (Red+Green+Blue) = 28+147+96=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9360 is #E36C9F. Grayscale: #696969. Windows color (decimal): -14904480 or 6329116. OLE color: 6329116.

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

Color convert

RGB2814796-
CMYK0.8100.350.42
HSL154.29º68%34.31%-
HSV(B)154.29º80.95%57.65%-
XYZ13.0221.9614.62-
YUV105.6122.5872.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 147 (57.81% from 255) = 54.24%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=10.33%
G=54.24%
B=35.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28147960.8100.350.42154.296834.31
Hex1C9360510232A9a4422
Octal342231401210435223210442
Binary1110010010011110000010100010100011101010100110101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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