#1F9974

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

Shades of Elf Green #1F9974

Tints of Elf Green #1F9974

Color information

#1F9974 (or 0x1F9974) is unknown color: approx Elf Green. HEX triplet: 1F, 99 and 74. RGB value is (31,153,116). Sum of RGB (Red+Green+Blue) = 31+153+116=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9974 is #E0668B. Grayscale: #707070. Windows color (decimal): -14706316 or 7641375. OLE color: 7641375.

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

Color convert

RGB31153116-
CMYK0.8000.240.4
HSL161.8º66.3%36.08%-
HSV(B)161.8º79.74%60%-
XYZ15.1124.3320.42-
YUV112.3130.0870.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.33%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=10.33%
G=51%
B=38.67%

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
Decimal311531160.8000.240.4161.866.336.08
Hex1F99745001828a24224
Octal372311641200305024210244
Binary111111001100111101001010000011000101000101000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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