#1C9265

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

Shades of Elf Green #1C9265

Tints of Elf Green #1C9265

Color information

#1C9265 (or 0x1C9265) is unknown color: approx Elf Green. HEX triplet: 1C, 92 and 65. RGB value is (28,146,101). Sum of RGB (Red+Green+Blue) = 28+146+101=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #1C9265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9265 is #E36D9A. Grayscale: #696969. Windows color (decimal): -14904731 or 6656540. OLE color: 6656540.

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

Color convert

RGB28146101-
CMYK0.8100.310.43
HSL157.12º67.82%34.12%-
HSV(B)157.12º80.82%57.25%-
XYZ13.1121.7415.82-
YUV105.59125.4172.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.18%
GREEN value IS 146 (57.42% from 255) = 53.09%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=10.18%
G=53.09%
B=36.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281461010.8100.310.43157.1267.8234.12
Hex1C92655101F2B9d4422
Octal342221451210375323510442
Binary111001001001011001011010001011111101011100111011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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