#1C956C

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

Shades of Elf Green #1C956C

Tints of Elf Green #1C956C

Color information

#1C956C (or 0x1C956C) is unknown color: approx Elf Green. HEX triplet: 1C, 95 and 6C. RGB value is (28,149,108). Sum of RGB (Red+Green+Blue) = 28+149+108=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #1C956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C956C is #E36A93. Grayscale: #6C6C6C. Windows color (decimal): -14903956 or 7116060. OLE color: 7116060.

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

Color convert

RGB28149108-
CMYK0.8100.280.42
HSL159.67º68.36%34.71%-
HSV(B)159.67º81.21%58.43%-
XYZ13.9322.8217.86-
YUV108.15127.9170.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=9.82%
G=52.28%
B=37.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281491080.8100.280.42159.6768.3634.71
Hex1C956C5101C2Aa04423
Octal342251541210345224010443
Binary111001001010111011001010001011100101010101000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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