#1F926B

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

Shades of Elf Green #1F926B

Tints of Elf Green #1F926B

Color information

#1F926B (or 0x1F926B) is unknown color: approx Elf Green. HEX triplet: 1F, 92 and 6B. RGB value is (31,146,107). Sum of RGB (Red+Green+Blue) = 31+146+107=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #1F926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F926B is #E06D94. Grayscale: #6B6B6B. Windows color (decimal): -14708117 or 7049759. OLE color: 7049759.

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

Color convert

RGB31146107-
CMYK0.7900.270.43
HSL159.65º64.97%34.71%-
HSV(B)159.65º78.77%57.25%-
XYZ13.521.9117.43-
YUV107.17127.973.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.92%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=10.92%
G=51.41%
B=37.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311461070.7900.270.43159.6564.9734.71
Hex1F926B4F01B2Ba04123
Octal372221531170335324010143
Binary111111001001011010111001111011011101011101000001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,146,107); }

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

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

 a { background-color: rgb(31,146,107); }

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

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

 span { border-color: rgb(31,146,107); }

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