#1C915D

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

Shades of Elf Green #1C915D

Tints of Elf Green #1C915D

Color information

#1C915D (or 0x1C915D) is unknown color: approx Elf Green. HEX triplet: 1C, 91 and 5D. RGB value is (28,145,93). Sum of RGB (Red+Green+Blue) = 28+145+93=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #1C915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C915D is #E36EA2. Grayscale: #686868. Windows color (decimal): -14904995 or 6131996. OLE color: 6131996.

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

Color convert

RGB2814593-
CMYK0.8100.360.43
HSL153.33º67.63%33.92%-
HSV(B)153.33º80.69%56.86%-
XYZ12.5821.2913.8-
YUV104.09121.7473.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.53%
GREEN value IS 145 (57.03% from 255) = 54.51%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=10.53%
G=54.51%
B=34.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28145930.8100.360.43153.3367.6333.92
Hex1C915D510242B994422
Octal342211351210445323110442
Binary1110010010001101110110100010100100101011100110011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,145,93); }

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

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

 a { background-color: rgb(28,145,93); }

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

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

 span { border-color: rgb(28,145,93); }

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