#1F9976

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

Shades of Elf Green #1F9976

Tints of Elf Green #1F9976

Color information

#1F9976 (or 0x1F9976) is unknown color: approx Elf Green. HEX triplet: 1F, 99 and 76. RGB value is (31,153,118). Sum of RGB (Red+Green+Blue) = 31+153+118=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9976 is #E06689. Grayscale: #707070. Windows color (decimal): -14706314 or 7772447. OLE color: 7772447.

HSL color Cylindrical-coordinate representation of color #1F9976: hue angle of 162.79º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9976 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB31153118-
CMYK0.8000.230.4
HSL162.79º66.3%36.08%-
HSV(B)162.79º79.74%60%-
XYZ15.2324.3821.04-
YUV112.53131.0869.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.26%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=10.26%
G=50.66%
B=39.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal311531180.8000.230.4162.7966.336.08
Hex1F99765001728a34224
Octal372311661200275024310244
Binary111111001100111101101010000010111101000101000111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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