#1F9476

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

Shades of Elf Green #1F9476

Tints of Elf Green #1F9476

Color information

#1F9476 (or 0x1F9476) is unknown color: approx Elf Green. HEX triplet: 1F, 94 and 76. RGB value is (31,148,118). Sum of RGB (Red+Green+Blue) = 31+148+118=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9476 is #E06B89. Grayscale: #6D6D6D. Windows color (decimal): -14707594 or 7771167. OLE color: 7771167.

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

Color convert

RGB31148118-
CMYK0.7900.200.42
HSL164.62º65.36%35.1%-
HSV(B)164.62º79.05%58.04%-
XYZ14.4222.7820.78-
YUV109.6132.7471.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=10.44%
G=49.83%
B=39.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311481180.7900.200.42164.6265.3635.1
Hex1F94764F0142Aa54123
Octal372241661170245224510143
Binary111111001010011101101001111010100101010101001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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