#1C9572

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

Shades of Elf Green #1C9572

Tints of Elf Green #1C9572

Color information

#1C9572 (or 0x1C9572) is unknown color: approx Elf Green. HEX triplet: 1C, 95 and 72. RGB value is (28,149,114). Sum of RGB (Red+Green+Blue) = 28+149+114=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #1C9572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9572 is #E36A8D. Grayscale: #6C6C6C. Windows color (decimal): -14903950 or 7509276. OLE color: 7509276.

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

Color convert

RGB28149114-
CMYK0.8100.230.42
HSL162.64º68.36%34.71%-
HSV(B)162.64º81.21%58.43%-
XYZ14.2622.9619.6-
YUV108.83130.9170.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.62%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=9.62%
G=51.20%
B=39.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281491140.8100.230.42162.6468.3634.71
Hex1C9572510172Aa34423
Octal342251621210275224310443
Binary111001001010111100101010001010111101010101000111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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