#1F9975

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

Shades of Elf Green #1F9975

Tints of Elf Green #1F9975

Color information

#1F9975 (or 0x1F9975) is unknown color: approx Elf Green. HEX triplet: 1F, 99 and 75. RGB value is (31,153,117). Sum of RGB (Red+Green+Blue) = 31+153+117=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9975 is #E0668A. Grayscale: #707070. Windows color (decimal): -14706315 or 7706911. OLE color: 7706911.

HSL color Cylindrical-coordinate representation of color #1F9975: hue angle of 162.3º 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 #1F9975 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB31153117-
CMYK0.8000.240.4
HSL162.3º66.3%36.08%-
HSV(B)162.3º79.74%60%-
XYZ15.1724.3620.73-
YUV112.42130.5869.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.30%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=10.30%
G=50.83%
B=38.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal311531170.8000.240.4162.366.336.08
Hex1F99755001828a24224
Octal372311651200305024210244
Binary111111001100111101011010000011000101000101000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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