#1F9163

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

Shades of Elf Green #1F9163

Tints of Elf Green #1F9163

Color information

#1F9163 (or 0x1F9163) is unknown color: approx Elf Green. HEX triplet: 1F, 91 and 63. RGB value is (31,145,99). Sum of RGB (Red+Green+Blue) = 31+145+99=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9163 is #E06E9C. Grayscale: #696969. Windows color (decimal): -14708381 or 6525215. OLE color: 6525215.

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

Color convert

RGB3114599-
CMYK0.7900.320.43
HSL155.79º64.77%34.51%-
HSV(B)155.79º78.62%56.86%-
XYZ12.9421.4415.26-
YUV105.67124.2374.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.27%
GREEN value IS 145 (57.03% from 255) = 52.73%
BLUE value IS 99 (39.06% from 255) = 36%
R=11.27%
G=52.73%
B=36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31145990.7900.320.43155.7964.7734.51
Hex1F91634F0202B9c4123
Octal372211431170405323410143
Binary1111110010001110001110011110100000101011100111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,145,99); }

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

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

 a { background-color: rgb(31,145,99); }

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

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

 span { border-color: rgb(31,145,99); }

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