#1f966d

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

Shades of Elf Green #1F966D

Tints of Elf Green #1F966D

Color information

#1F966D (or 0x1F966D) is unknown color: approx Elf Green. HEX triplet: 1F, 96 and 6D. RGB value is (31,150,109). Sum of RGB (Red+Green+Blue) = 31+150+109=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #1F966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F966D is #E06992. Grayscale: #6D6D6D. Windows color (decimal): -14707091 or 7181855. OLE color: 7181855.

HSL color Cylindrical-coordinate representation of color #1F966D: hue angle of 159.33º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F966D is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB31150109-
CMYK0.7900.270.41
HSL159.33º65.75%35.49%-
HSV(B)159.33º79.33%58.82%-
XYZ14.2323.2118.2-
YUV109.74127.5871.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.69%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=10.69%
G=51.72%
B=37.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal311501090.7900.270.41159.3365.7535.49
Hex1F966D4F01B299f4223
Octal372261551170335123710243
Binary111111001011011011011001111011011101001100111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f966d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,150,109); }

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

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

 a { background-color: rgb(31,150,109); }

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

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

 span { border-color: rgb(31,150,109); }

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