#1C9275

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

Shades of Elf Green #1C9275

Tints of Elf Green #1C9275

Color information

#1C9275 (or 0x1C9275) is unknown color: approx Elf Green. HEX triplet: 1C, 92 and 75. RGB value is (28,146,117). Sum of RGB (Red+Green+Blue) = 28+146+117=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #1C9275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9275 is #E36D8A. Grayscale: #6B6B6B. Windows color (decimal): -14904715 or 7705116. OLE color: 7705116.

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

Color convert

RGB28146117-
CMYK0.8100.200.43
HSL165.25º67.82%34.12%-
HSV(B)165.25º80.82%57.25%-
XYZ13.9722.0920.36-
YUV107.41133.4171.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.62%
GREEN value IS 146 (57.42% from 255) = 50.17%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=9.62%
G=50.17%
B=40.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281461170.8100.200.43165.2567.8234.12
Hex1C9275510142Ba54422
Octal342221651210245324510442
Binary111001001001011101011010001010100101011101001011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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