#1C8971

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

Shades of Elf Green #1C8971

Tints of Elf Green #1C8971

Color information

#1C8971 (or 0x1C8971) is unknown color: approx Elf Green. HEX triplet: 1C, 89 and 71. RGB value is (28,137,113). Sum of RGB (Red+Green+Blue) = 28+137+113=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8971 is #E3768E. Grayscale: #656565. Windows color (decimal): -14907023 or 7440668. OLE color: 7440668.

HSL color Cylindrical-coordinate representation of color #1C8971: hue angle of 166.79º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8971 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB28137113-
CMYK0.8000.180.46
HSL166.79º66.06%32.35%-
HSV(B)166.79º79.56%53.73%-
XYZ12.4119.3318.7-
YUV101.67134.3975.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.07%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=10.07%
G=49.28%
B=40.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281371130.8000.180.46166.7966.0632.35
Hex1C8971500122Ea74220
Octal342111611200225624710240
Binary111001000100111100011010000010010101110101001111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,137,113); }

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

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

 a { background-color: rgb(28,137,113); }

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

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

 span { border-color: rgb(28,137,113); }

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