#1F916C

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

Shades of Elf Green #1F916C

Tints of Elf Green #1F916C

Color information

#1F916C (or 0x1F916C) is unknown color: approx Elf Green. HEX triplet: 1F, 91 and 6C. RGB value is (31,145,108). Sum of RGB (Red+Green+Blue) = 31+145+108=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #1F916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F916C is #E06E93. Grayscale: #6A6A6A. Windows color (decimal): -14708372 or 7115039. OLE color: 7115039.

HSL color Cylindrical-coordinate representation of color #1F916C: hue angle of 160.53º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F916C is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB31145108-
CMYK0.7900.260.43
HSL160.53º64.77%34.51%-
HSV(B)160.53º78.62%56.86%-
XYZ13.421.6217.66-
YUV106.7128.7374.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.92%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=10.92%
G=51.06%
B=38.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311451080.7900.260.43160.5364.7734.51
Hex1F916C4F01A2Ba14123
Octal372211541170325324110143
Binary111111001000111011001001111011010101011101000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,145,108); }

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

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

 a { background-color: rgb(31,145,108); }

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

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

 span { border-color: rgb(31,145,108); }

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