#1F8979

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

Shades of Elf Green #1F8979

Tints of Elf Green #1F8979

Color information

#1F8979 (or 0x1F8979) is unknown color: approx Elf Green. HEX triplet: 1F, 89 and 79. RGB value is (31,137,121). Sum of RGB (Red+Green+Blue) = 31+137+121=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8979 is #E07686. Grayscale: #676767. Windows color (decimal): -14710407 or 7964959. OLE color: 7964959.

HSL color Cylindrical-coordinate representation of color #1F8979: hue angle of 170.94º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8979 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB31137121-
CMYK0.7700.120.46
HSL170.94º63.1%32.94%-
HSV(B)170.94º77.37%53.73%-
XYZ12.9619.5621.18-
YUV103.48137.8876.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=10.73%
G=47.40%
B=41.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311371210.7700.120.46170.9463.132.94
Hex1F89794D0C2Eab3f21
Octal37211171115014562537741
Binary1111110001001111100110011010110010111010101011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,137,121); }

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

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

 a { background-color: rgb(31,137,121); }

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

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

 span { border-color: rgb(31,137,121); }

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