#1F9176

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

Shades of Elf Green #1F9176

Tints of Elf Green #1F9176

Color information

#1F9176 (or 0x1F9176) is unknown color: approx Elf Green. HEX triplet: 1F, 91 and 76. RGB value is (31,145,118). Sum of RGB (Red+Green+Blue) = 31+145+118=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9176 is #E06E89. Grayscale: #6B6B6B. Windows color (decimal): -14708362 or 7770399. OLE color: 7770399.

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

Color convert

RGB31145118-
CMYK0.7900.190.43
HSL165.79º64.77%34.51%-
HSV(B)165.79º78.62%56.86%-
XYZ13.9621.8520.62-
YUV107.84133.7373.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.54%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=10.54%
G=49.32%
B=40.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311451180.7900.190.43165.7964.7734.51
Hex1F91764F0132Ba64123
Octal372211661170235324610143
Binary111111001000111101101001111010011101011101001101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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