#1C946D

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

Shades of Elf Green #1C946D

Tints of Elf Green #1C946D

Color information

#1C946D (or 0x1C946D) is unknown color: approx Elf Green. HEX triplet: 1C, 94 and 6D. RGB value is (28,148,109). Sum of RGB (Red+Green+Blue) = 28+148+109=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #1C946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C946D is #E36B92. Grayscale: #6B6B6B. Windows color (decimal): -14904211 or 7181340. OLE color: 7181340.

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

Color convert

RGB28148109-
CMYK0.8100.260.42
HSL160.5º68.18%34.51%-
HSV(B)160.5º81.08%58.04%-
XYZ13.8322.5318.09-
YUV107.67128.7471.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=9.82%
G=51.93%
B=38.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281481090.8100.260.42160.568.1834.51
Hex1C946D5101A2Aa04423
Octal342241551210325224010443
Binary111001001010011011011010001011010101010101000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,148,109); }

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

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

 a { background-color: rgb(28,148,109); }

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

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

 span { border-color: rgb(28,148,109); }

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