#1F917B

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

Shades of Elf Green #1F917B

Tints of Elf Green #1F917B

Color information

#1F917B (or 0x1F917B) is unknown color: approx Elf Green. HEX triplet: 1F, 91 and 7B. RGB value is (31,145,123). Sum of RGB (Red+Green+Blue) = 31+145+123=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #1F917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F917B is #E06E84. Grayscale: #6C6C6C. Windows color (decimal): -14708357 or 8098079. OLE color: 8098079.

HSL color Cylindrical-coordinate representation of color #1F917B: hue angle of 168.42º 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 #1F917B is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB31145123-
CMYK0.7900.150.43
HSL168.42º64.77%34.51%-
HSV(B)168.42º78.62%56.86%-
XYZ14.2721.9722.23-
YUV108.41136.2372.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.37%
GREEN value IS 145 (57.03% from 255) = 48.49%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=10.37%
G=48.49%
B=41.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311451230.7900.150.43168.4264.7734.51
Hex1F917B4F0F2Ba84123
Octal372211731170175325010143
Binary11111100100011111011100111101111101011101010001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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