#1C927D

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

Shades of Elf Green #1C927D

Tints of Elf Green #1C927D

Color information

#1C927D (or 0x1C927D) is unknown color: approx Elf Green. HEX triplet: 1C, 92 and 7D. RGB value is (28,146,125). Sum of RGB (Red+Green+Blue) = 28+146+125=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #1C927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C927D is #E36D82. Grayscale: #6C6C6C. Windows color (decimal): -14904707 or 8229404. OLE color: 8229404.

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

Color convert

RGB28146125-
CMYK0.8100.140.43
HSL169.32º67.82%34.12%-
HSV(B)169.32º80.82%57.25%-
XYZ14.4622.2922.94-
YUV108.32137.4170.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.36%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=9.36%
G=48.83%
B=41.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281461250.8100.140.43169.3267.8234.12
Hex1C927D510E2Ba94422
Octal342221751210165325110442
Binary11100100100101111101101000101110101011101010011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,146,125); }

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

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

 a { background-color: rgb(28,146,125); }

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

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

 span { border-color: rgb(28,146,125); }

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